/*
Theme Name: Standard
Theme URI: http://www.hessenkompass.de
Description: 
Version: 
Author: Dirk Christ
*/

body, p, ul, ol {
	margin: 0;
	padding: 0
}
/*
	Moves elements out of the viewport and preserves no space for them.
	Use this class rather than "display: none"!
*/
.hidden {
	height:0;
	overflow:hidden;
	position:absolute;
	left:-9000px;
	max-width:8000px;
}
.none {
	display:none;
}
.clear {
	clear:both;
}
body {
	color: #6d6d6d;
	font-size: 12px;
	font-family: Arial;
	line-height: 140%;
	background-color: #fbfbfb;
	width: 100%;
	height: 100%
}
hr {
	display: block;
	height: 1px;
	border-style: solid none none;
	border-width: 1px 0 medium;
	border-color: #dddddd #ffffff
}
p {
	margin: 5px 0 0
}
h1 {
	color: #90bd01;
	font-size: 15px;
	margin-top: 0
}
h4 {
	color: #464646
}
strong {
	color: #464646
}
a {
	color: #0e5fc8;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
a:active, a:focus {
	outline:none
}
span.MarkText-1 {
	color: #464646;
	font-weight: bold
}
span.required {
	color:#ff0000;
	font-weight:bold;
}
.w50 {
	float:left;
	width:40%;
	margin-right:5%;
}
p.SmallDescription, span.SmallDescription {
	font-size:10px;
}
/*Hauptrahmen*/
#MainWrapper {
	background-image: url("images/bg_main.gif");
	background-repeat: repeat-y;
	background-position: center 0;
	margin: -5px auto 0;
	width: 1040px
}
/*Header*/
#Logo {
	margin-left: -5px;
	padding-left: 35px
}
#Header, #MainNavigation {
	margin-right: auto;
	margin-left: auto;
	width: 1040px
}
#Header {
	background-image: url("images/bg_header.gif");
	background-repeat: no-repeat;
	background-position: center 0;
	padding-top: 25px;
	width: 1040px;
	height: 120px
}
#HeaderSearch {
	background-image: url("images/bg_search.gif");
	background-repeat: no-repeat;
	background-position: 0 top;
	margin-top: -35px;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
	width: 1040px;
	height: 60px
}
.HeaderSearch {
	color: #272727;
	font-size: 15px;
	padding-top: 16px;
	padding-left: 35px;
	width: 1010px
}
#HeaderNavigationDiv {
	background-color: #fff;
	margin: 30px auto 0
}
#MainNavigationDiv {
	background-color: transparent;
	margin-top: -45px
}
#MainNavigation {
	font-size: 11px;
	font-family: Tahoma, Arial;
	list-style: none;
	display: block;
	position: relative;
	height: 33px
}
#MainNavigation li {
	float:left;
	display:block;
}
#MainNavigation li a {
	color: #6d6d6d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 0;
	height: 24px;
	float: left
}
#MainNavigation li a:hover {
	color: #6d6d6d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	background-attachment: scroll
}
#FooterNavigation li {
	display: block;
	float: left
}
#FooterNavigation li a {
	color: #0e5fc8;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 15px 0;
	height: 24px;
	float: left
}
#FooterNavigation li a:hover {
	color: #0e5fc8;
	font-size: 11px;
	text-decoration: underline;
	background-attachment: scroll
}
#FooterNavigationDiv {
	background-color: transparent;
	background-image: url("images/bg_main.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	margin-right: auto;
	margin-left: auto;
	width: 1040px
}
#TopNavigation ul, #DirectoryList ul.SubCatList {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}
#TopNavigation ul {
	margin-top: 10px;
	margin-right: 25px;
	float: right
}
#TopNavigation ul li {
	display:inline;
}
#TopNavigation ul li a, #TopNavigation ul li a:active, #TopNavigation ul li a:visited {
	color: #6d6d6d;
	text-decoration: none
}
#TopNavigation ul li a:hover {
	color: #272727;
	text-decoration: underline
}
/*Linker Inhalt*/
#ColumnLeft {
	margin-top: 15px;
	margin-left: 25px;
	width: 685px;
	float: left
}


#ColumnLeftInfo {
	margin: 0px 0px 10px 0px;
	border: 1px solid #ddd;
	padding: 10px;
	text-align:justify;
}


/*Sidebar*/
#ColumnRight {
	margin-top: 15px;
	margin-left: 15px;
	position: relative;
	width: 290px;
	float: left
}
.success, .warning, .error, .info {
	background-position:10px center;
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding:7px 10px 7px 45px;
}
.success {
	background-color:#EEFFEE;
	background-image:url('./../../images/icon/successMedium.png');
	border:1px dashed #009900;
	color:#009900;
}
.error {
	color: #cc0000;
	background-color: #ffeeee;
	background-image: url("../../images/icon/errorMedium.png");
	border: solid 1px
}
.errorlogin {
	color: #cc0000;
	background-color: #ffeeee;
	background-image: url("../../images/icon/errorMedium.png");
	border: solid 1px
}
.error a {
	color: #0e5fc8;
	text-decoration: underline
}
.error a:hover {
	text-decoration:none;
}
.info {
	background-color: #fff;
	background-image: url("./../../images/icon/infoM.png");
	border: solid 1px #ddd;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px
}
.innerError {
	background-image:url('./../../images/icon/errorSmall.png');
	background-position:1px center;
	background-repeat:no-repeat;
	margin-bottom:5px;
	padding:5px 5px 5px 25px;
	color:#cc0000;
}
.SocialBookmark {
	margin-right: 5px;
	padding: 5px;
	border-bottom: 1px solid #ddd
}
.SocialBookmark:hover {
	border-bottom: 1px solid #0e5fc8
}
div.RSS img {
	float:left;
	margin-right:5px;
	margin-left:5px;
}
div.RSS p {
	padding-top:5px;
	font-size:11px;
}
div.RSS a {
	color: #0e5fc8;
	font-size: 11px;
	padding-top: 5px
}
img.Tag {
	margin-right:5px;
	vertical-align:middle;
}
img.Icon {
	margin-right:4px;
	vertical-align:bottom;
}
#GoogleMapsDivBig {
	background-color: #efefef;
	margin: 10px 0 25px;
	width: 100%;
	height: 500px;
	border: solid 1px #cfd6df;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px
}
/* Media Uploader */
.Progress {
	margin-top: 10px;
	width: 450px;
	height: 16px;
	border: solid 1px #cfd6df
}
.Bar {
	width:0px;
	height:100%;
	background-color:#006699;
}
.media-item {
	min-height:16px;
	width:100%;
}
.Crunching {
	display:block;
	line-height:32px;
	text-align:right;
	margin-right:5px;
}
.Filename.Original {
	float:left;
}
.listTable {
	margin: 0 0 15px;
	width: 100%;
	clear: both;
	border: solid 1px #cfd6df;
	border-collapse: collapse
}
.listTable thead, .listTable tr.tableHeader {
	background-color:#ebf3f7;
	color:#333333;
}
.listTable th {
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	padding: 9px 15px 6px 10px;
	vertical-align: text-top;
	border-bottom: 1px solid #cfd6df
}
.listTable td {
	padding: 7px 15px 9px 10px;
	vertical-align: top;
	border-bottom: 1px solid #cfd6df
}
.listTable th.ActionLinks {
	text-align:right;
}
.listTable td.ActionLinks {
	text-align:right;
}
tr.CycleColor-1 {
	background-color: #fff
}
tr.CycleColor-2 {
	background-color:#ffffff;
}
.Highlight {
	background-color:#ffff00;
	color:#0000ff;
	padding:0px 2px;
}
.w50 h3 {
	margin-bottom:0.5em;
}
ul.ArchivList {
	margin-bottom: 1.5em;
	border-top: 1px solid #cfd6df
}
ul.ArchivList li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0px;
	margin-left:0px;
}
ul.ArchivList li a {
	text-decoration: none;
	background-image: url("./../../images/icon/arrow-9-Small.gif");
	background-repeat: no-repeat;
	background-position: 5px 50%;
	display: block;
	padding: 0.5em 1em 0.5em 20px;
	border-bottom: 1px solid #ddd
}
div.ArchivRow {
	margin-bottom:30px;
}
div.ArchivRow h2 {
	font-size: 12px;
	margin-bottom: 3px
}
/* Footer */
.copyright  { color: #939393; font-size: 10px; margin-top: -25px; padding-top: 115px; padding-right: 25px; position: relative; float: right }
.copyright a {
	color: #939393;
	font-size: 10px
}
#footer {
	background-image: url("images/bg_footer.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 1040px;
	height: 200px
}
div.footWrap {
	background-image: url("images/bg_footer.gif");
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	float: left
}
div.footWrap1 {
	padding-top: 30px;
	padding-right: 30px;
	float: left
}
div.footWrap2 {
	padding-top: 30px;
	padding-right: 30px;
	float: left
}
div.footWrap3 {
	padding-top: 30px;
	padding-right: 30px;
	float: left
}
div.footWrap4 {
	padding-top: 30px;
	float: left
}
ul.footWrap li {
	list-style: none
}
ul.footWrap li a {
	display: block
}
div.footWrap p {
	color: #777;
	font-size: 11px;
	text-align: right
}
div.footWrap p a {
	color: #777;
	font-size: 11px;
	text-align: right
}
/* Useroffice */
p.UserActionLinks {
	text-align:right;
	font-size:11px;
}
div.UserItemInfobox {
	font-size:11px;
}
div.UserItemInfobox img.RatingIcon, div.UserItemInfobox img.PagerankIcon {
	vertical-align:middle;
}
div.UserItemErrorDiv {
	padding:7px 10px 7px 10px;
	color:#cc0000;
	background-color:#ffeeee;
	border:1px solid #cc0000;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
div.UserItemErrorDiv h3 {
	font-weight:normal;
	font-size:13px;
	padding-bottom:3px;
	border-bottom:1px solid #cc0000;
}
div.UserItemErrorDiv label {
	display:block;
	cursor:pointer;
	color:#444444;
	margin-bottom:5px;
}
div.UserItemErrorDiv div {
	color:#444444;
	font-size:11px;
}
#UserPostAddForm label {
	font-weight:bold;
	display:block;
	margin-top:10px;
}
#UserPostAddForm .mceEditor #Content_tbl {
	border: solid 1px #ddd
}
/** FAQ **/

.faq {
	margin-bottom:2em;
	border:0 none;
	margin-left:0;
	padding:0;
}
.faq dt {
	background-position:right 50%;
	background-repeat:no-repeat;
	border-bottom:1px dotted #BBBBBB;
	cursor:pointer;
	line-height:1.6;
	padding:0.3em 0;
}
.faq dt.off {
	background-image:url("./../../images/expand.gif");
}
.faq dt.on {
	background-image:url("./../../images/collapse.gif");
}
.faq dd {
	border-bottom:1px dotted #BBBBBB;
	line-height:1.6;
	padding:10px 0 10px 60px;
}
/*LastEntry*/
.LastEntry p {
	color: #6d6d6d;
	font-size: 12px;
	font-family: Arial;
	padding-right: 5px;
	padding-left: 5px
}
.LastEntry img {
	padding-right: 5px;
	padding-left: 5px
}
.LastEntry span {
	color: #6d6d6d;
	padding-left: 5px
}
.LastEntry h3 {
	font-size: 12px;
	padding-left: 5px
}
/** Änderungen ab Version 3.1.3 **/
.DebugTemplatePath {
	padding:2px;
	border:1px solid #ff0000;
	margin:5px;
}
.fatwitt {
	padding-bottom: 5px;
	width: 16px;
	height: 16px;
	vertical-align: middle
}
#TagArea {
	background: #fff 0 50%;
	margin-bottom: 10px;
	padding: 10px;
	margin-top:10px;
	border: solid 1px #ddd;
	height:100px
}