* {
 padding: 0;
 margin: 0;
}
a {
	color: #4C92C5;
}
a:hover {
	color: #000;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.90em;
	background-color: #efefef;
	background-image: url(../img/main_bg.png);
	background-repeat: repeat-x;

}
p{display:block;margin-bottom:1em}
#wrapper {
 width: 944px;
 margin: 0 auto;
}
#main {
	/* Parent Wrapper for inside boxes */
	background-image: url(../img/wrapper_bg.png);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 5px;
	padding-left: 0px;
	padding-top: 0px;
	display: inline; /* IE Hack */
	width: 944px;
	float: left;
	border: 0px solid #000;
	background-color: #fff;
	min-height: 50%;
}
* html #main {height:50%} /* IE Min-Height Hack */ 

#header {
	background-image: url(../img/header.jpg);
	background-repeat: repeat-x;
	border: 0px solid #ccc;
	margin: 18px 5px 0px 5px;
	height: 236px;
	width: 944px;
	padding: 0px;
	background-color: transparent;
	margin-top: 22px;
}

#headermenu a {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #666666;
   font-size: 9px;
   position: relative;
   top: 42px; 
   text-decoration: none;
   padding-top: 8px;
   padding-left: 2px;
   padding-right: 2px;
   padding-bottom: 4px;
}

#headermenu a i {
	visibility: hidden;
}

a#Home { left: 803px; }
a#Sitemap { left: 810px; }
a#Drucken { left: 805px; }
.frm-nixhier{display:none;}
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 0px 0px;
 padding-left: 15px;
 padding-top: 15px;
 display: inline; /* IE Hack */
 width: 220px;
 float: left;
 border: 0px solid #000;
 min-height: 300px;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn {
	text-align: left; /*justify*/
	border: 0px solid #000;
	margin: 0px 0px 0px 0px;
	display: inline; /* IE Hack */
	padding-top: 15px;
	padding-left: 20px;
	width: 660px;
	float: left;
	min-height: 300px;
	border-right: 0px solid #5B5A5A;
	background-color: transparent;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

.login_table {
	border: 1px solid #dcdcdc;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #6a7f92;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

#footer_screen {
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0 5px 0px 5px;
	display: inline;
	/* IE Hack */
	padding: 4px;
	float: left;
	width: 940px;
	height:35px;
	text-align: center;
	font-size: 11px;
	padding-top: 27px;
}
#footer_print{
	display:none;
}

#navi_line{
	background-image: url(../img/navi_line.png);
	background-repeat: no-repeat;
	margin-left:-5px;
}
#search_line{
	background-image: url(../img/navi_line.png);
	background-repeat: no-repeat;
	margin-left:-5px;
}
.menu {
	text-transform:uppercase;
	font-size: 13px;
	vertical-align: top;
	width: 220px;
	padding: 0px;
	margin-left:-5px;
}
.menu ul {
	border: 0px;
	list-style-type: none;
	background: #fff;
	padding: 0;
	margin: 0;
}
.menu ul ul{
	border: 0px;
	padding: 0;
	margin: 0;
}
.menu ul ul ul {
	border: 0px;
	padding: 0;
	margin: 0;
}
.menu li {
	border: 0px;
	background: url(../img/nav-icon.png) 5px 7px;
	background-repeat: no-repeat;
	padding-left: 15px;
	border-bottom:1px solid #dcdcdc;
} 
.menu li li{
	border: 0px;
	margin-left:-5px;
}
.menu li li li{
	border: 0px;
	background: url(../img/nav-icon-blue.png) 5px 7px;
	background-repeat: no-repeat;
	margin-left:-5px;
} 
.menu li a {
	border-left: 0px; 
}
.menu li li a {
	border-left: 0px;
}
.menu li li li a {
	border-left: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 3px 5px 3px 10px;
	display: block;
	color: #555555;
	text-decoration: none;

}
.menu a:hover {
	color: #000000;
	text-decoration: none;
	background-color: transparent; /* #FAF4E0 */
}
.menu_current {
	font-weight: bold;
	background-color: transparent;
}

h1{
	color: #4C92C5;
	font-family: ‘Metrophobic’, Verdana, sans-serif; 
	font-size: 1.4em;
	font-weight: 600;
	/*background-image: url(../img/h_bg.png);
	background-repeat: no-repeat;
	padding-left:14px;
	padding-top:10px;*/
	height: 35px;
	border-bottom:1px solid #ccc;
}
h2{
	color: #4C92C5;
	font-family: ‘Metrophobic’, Verdana, sans-serif;
	font-size: 100%;
	font-weight: 400;
	border-bottom:1px solid #666;
}
h3{
	color: #656565;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-bottom:0.5em
}
ul{margin-bottom:1em}
.rot_fett{
	color: #E30202;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.text_klein{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.80em;
}
.rechts{
	float: right;
	padding-left:15px;
}
.links{
	float: left;
	padding-right:15px;
}
#rechts{
	float: right;
	padding-left:15px;
}
#links{
	float: left;
	padding-right:15px;
}
#abstand_ueberschrift{
	line-height: 0px;
	border-top: 0px solid #B2B2B2;
	border-bottom: 0px solid #B2B2B2;
	border-right: 0px solid #B2B2B2;
	border-left: 0px solid #B2B2B2;
}
#abstand_textblock{
	line-height: 10px;
}
#abstand_toplink{
	line-height: 30px;
}
#abstand_bottom{
	line-height: 20px;
}
p,cite,code {
	font-size: 0.90em;
	padding-bottom: 1.0em;

}
/* Content */
.content {
	float: right;
	width: 520px;
	margin-right: 0px;
	padding-right: 20px;
}
.content .item {
	padding: 6px 12px;
	border: 0px solid #ddd;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
#centercolumn ul{
	padding-left: 40px;


}
#centercolumn li{
	padding-bottom: 4px;
	list-style: url(../img/li_icon2.gif);

}
#centercolumn hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
/* Suchformular */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.search_button {
	background: url(../img/search.gif) no-repeat left bottom;
	background-color: #dddbdc;
	border: 1px solid #999999;	
	width: 125px;
	padding:1px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #656565;
	font-size: 0.85em;
}
.search_input {
	border: 1px solid #367EA6;
	background-color: #F9F9F9;
	padding:2px;
	width: 121px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #656565;
	font-size: 0.85em;
}
.search_input_content {
	border: 1px solid #367EA6;
	background-color: #F9F9F9;
	padding:2px;
	width: 300px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #656565;
	font-size: 0.85em;
}

/* Kontaktformular */
form{margin-top:20px;}

.frm-textfield {
	border: 1px solid #367EA6;
	background-color: #F9F9F9;
	padding:2px;
	width: 250px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #656565;
	font-size: 0.85em;
}
.frm-select {
	font-size: 0.85em;
	border: 1px solid #367EA6;
	background-color: #F9F9F9;
	padding:2px;
	width: 60px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #656565;

}
.frm-textarea {
	border: 1px solid #367EA6;
	background-color: #F9F9F9;
	padding:2px;
	width: 350px;
	height: 200px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #656565;
	font-size: 0.85em;
}
.frm-submit_button {
	background: url(../img/mail.gif) no-repeat left center;
	background-color: #dddbdc;
	border: 1px solid #999999;
	width: 150px;
	font-weight: bold;
	padding:1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #656565;
	font-size: 0.85em;
}
.frm-required {
	color: #FF0000;
}
.frm-field_title {
	width: 160px;
	vertical-align: top;
	text-align:right;
}
.frm-field_heading {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.frm-checkbox_label {

	cursor: pointer;
}
.frm-radio_label {

	cursor: pointer;
}
.frm-email {
	border: 1px solid #367EA6;
	background-color: #F9F9F9;
	padding:2px;
	width: 250px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #656565;
	font-size: 0.85em;
}
.powered_by {

 font-family: Verdana, Arial, Helvetica, sans-serif;

 color: #999;

 font-size: 9px;

 margin-top:0px;

 padding-bottom:10px;

 text-align: center;

}

.w3c {

 margin-top:2px;

 padding-bottom:0px;

 text-align: center;

}

a.powered:link { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-weight: normal;

	color: #999;

	text-decoration: underline;

	}

a.powered:visited { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-weight: normal;

	color: #999;

	text-decoration: underline;

	}

a.powered:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-weight: normal;

	color: #999;

	text-decoration: none;	

	}

a.powered:active { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 92px;

	color: #999;

	text-decoration: underline;

	}

.w3c {

 margin-top:20px;

 padding-bottom:5px;

 text-align: center;

 text-decoration: none;

}

a.wrc_link:link { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-weight: normal;

	color: #999;

	text-decoration: none;

	}

a.wrc_link:visited { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-weight: normal;

	color: #999;

	text-decoration: none;

	}

a.wrc_link:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-weight: normal;

	color: #999;

	text-decoration: none;	

	}

a.wrc_link:active { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 92px;

	color: #999;

	text-decoration: none;

	}

.post_title, .post_date { border-bottom: 1px solid #DDDDDD; }
.post_title { font-weight: bold; font-size: 12px; color: #000000; }
.post_date { text-align: right; font-weight: bold; }
.post_short { text-align: justify; padding-bottom: 5px; }
.comment_title { font-weight: bold; }
.comment_text { font-weight: bold; background-color: #FDFDFD; border-bottom: 1px solid #DDDDDD; padding-bottom: 15px; }
.comment_title, .comment_text { border-left: 1px solid #DDDDDD; }
.comment_info { text-align: right; border-right: 1px solid #DDDDDD; }
.comment_title, .comment_info { border-top: 1px solid #DDDDDD; background-color: #EEEEEE; }

/* Back 2 Top Button */
#back-top {position: fixed; display:none; bottom:30px; right:30px; width:35px;}
#back-top a {width: 35px; display: block; outline:none;}
#back-top span {width: 35px; height: 35px; display: block;}