/* === layout === */
html, body{ 
	margin: 0; 
	padding: 0; 
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 
#pagewidth{ width: 1004px; }
 
#header{
	height: 145px;
	position: relative;
	width: 100%;
	background: #FFF url(../images/titel_r.jpg) no-repeat top right;
	margin: 0; 
	padding: 0; 
}

#leftcol{
	float: left;
	position: relative;
	width: 198px;
	min-height: 500px;
}
/* KHTML and Mac IE 5 ignore the following */
@media ScReEn, projection {
/* minimum height for WinIE */
	#leftcol {
    	height: 500px;
	}
/* Windows IE ignores the following */
	html>body #leftcol {
    	height: auto;
	}
} 

#maincol{
	background-color: #FFFFFF;
	display: inline;
	float: right;
	position: relative;
	width: 804px;
}
#maincol_left {
	width: 45%;
	float: left;
	padding: 0 20px;
}
#maincol_right {
	width: 45%;
	float: right;
	padding-right: 12px;
}

#wrapper {
	width: 100%;
	margin: 12px 0 0 0; 
	padding: 0; 
	background: transparent url(../images/bg/bg_leftcol.gif) repeat-y left;
}


/* === navigation === */
#navcontainer {
	margin-top: 2px !important;
	margin-top: 0;
	padding: 0; 
	height: 26px;
	background: transparent url(../images/bg/bg_navcontainer.gif) repeat-x top;
}
ul#navlist {
	height: 26px;
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
ul#navlist li {
	height: 26px;
	margin-top: 0px;
	padding-top: 3px;
	display: block;
	float: left;
	list-style-type: none;
}
ul#navlist a:link, ul#navlist a:visited {
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 1px 4px 1px;
	text-decoration: none;
	color: #000;
	padding: 0px 22px !important; /* opera */
	padding: 0px 22px; /* ie */
}
/* opera hack -> padding ist nur bei body > font-size:12px gleich */
body:last-child ul#navlist a:link, body:last-child ul#navlist a:visited {
	padding: 0px 22px !important; /* mozilla */
}

ul#navlist a:link.current, ul#navlist a:visited.current, ul#navlist a:hover {
	border-top: 3px solid #e1061a;
	background: transparent;
	color: #e1061a;
}
ul#navlist a:hover { color: #e1061a; }


/* === infobox === */
#infobox {
	width: 100%px;
	padding: 1px 8px ;
	background: transparent url(../images/bg/bg_infobox.gif) repeat-y left;
}
#infobox_top {
	width: 195px;
	height: 12px;
}
#infobox_bottom {
	width: 195px;
	height: 15px;
}
#infobox h1 {
	width: 170px;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	border-bottom: 1px dotted #fff;
	margin: 0 0 5px 0;
}
#infobox h2 {
	width: 170px;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin: 0;
}
#infobox p {
	width: 170px;
	font-size: 11px;
	color: #fff;
	margin: 5px 0 5px 0;
}
#infobox a:link, #infobox a:visited {
	font-size: 11px;
	color: #203a76;
	text-decoration: none;
}
#infobox a:hover { 
	color: #fff;
	text-decoration: underline;
}

/* === klappmenu === */
#klappmenu_bottom {
	width: 195px;
	height: 15px;
}
#klappmenu {
	width: 100%px;
	padding: 1px 0;
	background: transparent url(../images/bg/bg_klappmenu.gif) repeat-y left;
}
#klappmenu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#klappmenu a {
	display: block;
	padding: 7px 0px;
	width: 175px;
	font-size: 12px;
	padding-left: 14px;
	border-bottom: 1px dotted #fff;
	font-weight: bold;
}
#klappmenu a:link, #klappmenu a:visited {
	color: #fff;
	text-decoration: none;
}
#klappmenu a:hover, #klappmenu a.selected {
	background: #E1061A;
	color: #fff;
}
#klappmenu a.selected, #klappmenu a:hover.selected, #klappmenu a:visited.selected {
	background: #E1061A url(../images/dot_weiss.gif) no-repeat 3px 11px;
}
#klappmenu ul ul {

}
#klappmenu ul ul a {
	color: #E9E9E9 !important;
	display: block;
	padding: 7px 0px;
	width: 159px;
	font-size: 12px;
	padding-left: 30px;
	border-bottom: 1px dotted #fff;
	font-weight: normal;
	background: transparent url(../images/bg/bg_klappmenu_dk.gif) repeat-y left;
}
#klappmenu ul ul a:hover, #klappmenu ul ul a.selected {
	background: #B70618;
	color: #fff;
}
#klappmenu ul ul a.selected, #klappmenu ul ul a:hover.selected, #klappmenu ul ul a:visited.selected {
	background: #B70618 url(../images/dot_leer.gif) no-repeat 19px 11px;
}


/* === infomenu === */
ul#infomenu {
	list-style-type: none;
	margin-left: 0px !important;
	margin-left: 10px;
}
#infomenu li {
	width: 190px;
	list-style-type: none;
	line-height: 1.2em;
	margin-left: 0;
	text-indent: 0; 
}
body:last-child #infomenu li {
    text-indent: -30px !important;  /* für Mozilla */
}
#infomenu a:link, #infomenu a:visited {
	font-size: 11px;
	color: #E1061A;
	text-decoration: none;
	background: #e9e9e9 url(../images/dot.gif) no-repeat 0px 4px;
	padding-left: 12px;
}
#infomenu a:link#current, #infomenu a:visited#current, #infomenu a:hover {
	background: #e9e9e9 url(../images/dot_over.gif) no-repeat 0px 4px;
	color: #203A76;
}

/* === footer === */

#footer{ 
	background-color: #BDBDC5; 
	clear: both; 
	height: 38px; 
	margin: 0;
}
#footer ul {
	margin: 0 !important;
	margin-left: 30px;
	width: 400px;
	float: left;
}
#footer li {
	line-height: 38px;
	display: inline;
	list-style-type: none;
	font-size: 11px;
	color: #203A76;
	border-left: 1px solid #203A76;
}
#footer li a { 
	padding: 0px 10px; 
	color: #203A76;
}
#footer li a:link, #footer li a:visited {
	text-decoration: none;
}

#footer li a:hover {
	color: #fff;
	text-decoration: none;
}

/* === languageselect === */
#languageselect {
	float:right;
	margin: 10px 30px 0 0 !important;
	margin: 10px 10px 0 0;
}
#languageselect a, #languageselect img {
	border: none;
	margin-right: 4px;
}


/* === content === */
#maincol h1 {
	font-weight: normal;
	font-size: 16px;
	color: #203A76;
	background: transparent url(../images/dot.gif) no-repeat 0px 6px;
	padding-left: 14px;
}
#maincol h3 { 
	font-weight: bold;
	font-size: 12px;
}
#maincol h5 { /* subheadline */
	font-weight: normal;
	font-size: 12px;
	color: #203A76;
	padding-left: 14px;
	margin-top: -6px !important;
	margin-top: -10px;
}
#maincol, #maincol p {
	font-size: 12px;
	color: #666;
	margin: 10px 0;
	/*border: 1px solid green;*/
}
div.linie {
	width: 100%;
	height: 1px;
	margin: 0 !important;
	margin-top: -16px;
	padding: 0;
	border-bottom: 1px dotted #BDBDC5;
}
img.linksbnd {
	float: left;
	margin: 12px 12px 10px 0;
}
img.rechtsbnd {
	float: right;
	margin: 12px 0 10px 10px;
}

/*  === formular === */

input {
	width: 270px;
}
input.plz {
	width: 50px;
}
input.ort {
   width: 217px !important;   /* für Opera */
	width: 211px;              /* für IE    */
}
body:last-child input.ort {
    width: 213px !important;  /* für Mozilla */
}
textarea {
	width: 350px;
	height: 180px;
	margin: 43px 0 12px 0;
	background: White url(../images/bg/bg_textarea.gif) no-repeat 0px 0px;
	border: 1px solid #A5ACB2;
	overflow: auto;
}
input#send {
	width: 354px;
	height: 30px;
	background: #E9E9E9 url(../images/mail.gif) no-repeat 236px 4px;
}
#mailalert {
	font-weight: bold;
	color: red !important;
}



/* === Utility Classes !!! NICHT ÄNDERN !!! === */
.hidden, .alt {
  display: none;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix{ display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix{ height: 1%; }
.clearfix{ display: block; }
/* End hide from IE-mac */  


 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{ display: none; }
 
#twocols, #maincol{ float: none; width: 100%; }

}
