/* ---------------------------------------------------
   Global
   =================================================== */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

body {
	background-color: #35539B;
	text-align: center;
}

#centered {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFF;
	border-style: solid;
	border-color: #FFF;
	border-width: 1px;
}


#head {
	height: 100px;
	background-image: url(../bilder/head_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}


.logo {
	width: 200px;
	float: left;
}
.logo h1 {
	display: none;
}
.logo img {
	padding-left: 50px;
	padding-top: 5px;
}

/* ---------------------------------------------------
   Smallnavi rechts oben
   =================================================== */
#smallnavi {
	color: #35539B;
	width: 500px;
	float: right;
	text-align: right;
	padding-top: 25px;
	padding-right: 25px;
}
#smallnavi a {
	color: #35539B;
	text-decoration: none;
}
#smallnavi a:visited {
	border-bottom: 1px dotted #FF3300;
}
#smallnavi a:hover {
	color: #FF3300;
	border-bottom: 1px solid #FF3300;
}


/* ---------------------------------------------------
   Hauptnavi
   =================================================== */
#mainnavi {
	float: left;
	width: 781px;
	background: #99B0E8;
	line-height: normal;
	padding-left: 169px;
	margin-bottom: 20px;
}
#mainnavi ul {
	padding: 10px 10px 0;
	list-style: none;
	float: left;
}
#mainnavi li {
	float: left;
	background: url(../bilder/navigation/norm_left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}
#mainnavi a {
	float: left;
	display: block;
	background: url(../bilder/navigation/norm_right.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	color: #666;
	font-size: 12px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainnavi a {
	float:none;
}
/* End IE5-Mac hack */
#mainnavi a:hover {
	color: #000;
	text-decoration: underline;
}
#mainnavi #current {
	background-image: url(../bilder/navigation/norm_left_on.gif);
}
#mainnavi #current a {
	background-image: url(../bilder/navigation/norm_right_on.gif);
	color: #000;
	padding-bottom: 5px;
	font-weight: bold;
}
#mainnavi .spezial {
	background-image: url(../bilder/navigation/norm_left_red.gif);
}
#mainnavi .spezial a {
	background-image: url(../bilder/navigation/norm_right_red.gif);
	color: #fff;
	padding-bottom: 4px;
}
#mainnavi .spezial a:hover {
	color: #fff;
}
	
/* ---------------------------------------------------
   Inhalt
   =================================================== */
#content {
	clear: left;
	color: #333;
	background-image: url(../bilder/content_bg.gif);
	background-repeat: repeat-y;
}
#inhaltsbereich h1 {
	font-size: 14px;
	margin-bottom: 0.5em;
}
#inhaltsbereich h3 {
	font-size: 14px;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
}
#inhaltsbereich .tabelle_rahmen {
	border:#99B0E8 solid 1px;
}
#inhaltsbereich .tabelle_rahmen th {
	font-size: 12px;
	padding-left: 3px;
	margin-bottom: 0.5em;
	border:#99B0E8 solid 1px;
}
#inhaltsbereich .tabelle_rahmen td {
	font-size: 12px;
	padding-left: 3px;
	margin-bottom: 0.5em;
	border:#99B0E8 solid 1px;
}

#inhaltsbereich .tabelle_rahmen2 {
	border:#99B0E8 solid 1px;
	background: #99B0E8;
}

#inhaltsbereich .tabelle_rahmen3 {
	border: #99B0E8 solid 2px;
}
#inhaltsbereich .tabelle_rahmen3 th {
	font-size: 12px;
	padding-left: 3px;
	margin-bottom: 0.5em;
	background: #99B0E8;
	color: #FFFFFF;
	height: 25px;
}
#inhaltsbereich .tabelle_rahmen3 td {
	font-size: 12px;
	padding-left: 3px;
	margin-bottom: 0.5em;
	border:#99B0E8 solid 1px;
}

#inhaltsbereich .tabelle_rahmen4 {
	background: #99B0E8;
}
#inhaltsbereich .tabelle_rahmen4 td {
	font-size: 12px;
	padding-left: 3px;
	border:#FFF solid 1px;
}

.bildlinks {
	padding: 0 10px 0 0;
	text-align: left;
}



#inhaltsbereich .tabelle_ohnerahmen {
}
#inhaltsbereich .tabelle_ohnerahmen th {
	font-size: 12px;
	padding-left: 3px;
	margin-bottom: 0.5em;
}
#inhaltsbereich .tabelle_ohnerahmen td {
	font-size: 12px;
	padding-left: 3px;
	margin-bottom: 0.5em;
}

#inhaltsbereich .kontakt {
	border: 0;
}
#inhaltsbereich .kontakt td {
	font-size: 12px;
	padding-left: 3px;
	margin-bottom: 0.5em;
	border: 0;
}

#inhaltsbereich h2 {
	font-size: 12px;
	margin-bottom: 0.5em;
}
#inhaltsbereich p {
	font-size: 12px;
	margin-bottom: 0.5em;
}

/* ---------------------------------------------------
   Farbige Blöcke
   =================================================== */
.block_red, .block_green, .block_orange {
	background: #f2f2f2;
	margin-bottom: 1em;
}
.block_red h1 {
	font-size: 13px;
	border-bottom: 1px solid #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ff8080;
	color: #fff;
}

.block_green h1 {
	font-size: 13px;
	border-bottom: 1px solid #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #d0dea3;
	color: #fff;
}

.block_orange h1 {
	font-size: 13px;
	border-bottom: 1px solid #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffb66c;
	color: #fff;
}

/* Red */
.titel_red_150 {
	background-image: url(../bilder/block_red_150.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.titel_red_200 {
	background-image: url(../bilder/block_red_200.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.titel_red_300 {
	background-image: url(../bilder/block_red_300.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/* Green */
.titel_green_150 {
	background-image: url(../bilder/block_green_150.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.titel_green_200 {
	background-image: url(../bilder/block_green_200.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.titel_green_300 {
	background-image: url(../bilder/block_green_300.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/* Orange */
.titel_orange_150 {
	background-image: url(../bilder/block_orange_150.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.titel_orange_200 {
	background-image: url(../bilder/block_orange_200.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.titel_orange_300 {
	background-image: url(../bilder/block_orange_300.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.middle {
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
}

.block_bottom {
	background-image: url(../bilder/block_bottom.gif);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	padding-left: 45px;
}
.block_bottom a {
	text-decoration: none;
	line-height: 30px;
	color: #333;
}

.block_bottom a:visited {
	border-bottom: 1px dotted #000;
	color: #333;
}
.block_bottom a:hover {
	border-bottom: 1px solid #000;
	color: #000;
}

/* ---------------------------------------------------
   Subnavigation
   =================================================== */
#subnavi {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 190px;
	float: left;
	margin-right: 5px;
}
#subnavi ul {
	list-style: none;
}
#subnavi ul li {
	line-height: 26px;
	border-bottom: 1px solid #fff;
}
#subnavi ul a {
	text-decoration: none;
	color: #0f2986;
	display: block;
	/* padding-bottom: 5px; */
	padding-left: 10px;
	background-color: #cfd9ef;
	line-height: 26px;
	font-size: 12px;
	background-image: url(../bilder/navigation/subnavi_noarrow.gif);
	background-repeat: no-repeat;
	background-position: 158px;
}
#subnavi ul a:hover, #subnavi ul a:active, #subnavi ul a.aktiv {
	display: block;
	/* padding-bottom: 5px; */
	text-decoration: none;
	background-color: #fff;
	background-image: url(../bilder/navigation/subnavi_arrow.gif);
	background-repeat: no-repeat;
	background-position: 158px;
}
#subnavi .first {
	border-top: 1px solid #fff;
}



#inhaltsbereich {
	float: left;
	width: 570px;
}


.einespalte {

}


.zweispalten_l {
	width: 360px;
	float: left;
}


.zweispalten_r {
	width: 190px;
	float: right;
}


#werbung {
	width: 170px;
	float: right;
}

#werbung h1 {
	background: #dedede;
}

#werbung p {
	text-align:center;
}

#abschluss {
	clear: both;
	height: 158px;
	border-top: 1px solid #35539b;
	background-color: #99b0e8;
}

.open {
	float: left;
	border-left: 1px solid #fff;
	width: 220px;
	background-color: #cfd9ef;
	margin-left: 180px;
	height: 128px;
	padding: 15px;
}
* html .open {
	margin-left: 90px;
}
.lage {
	float: left;
	border-left: 1px solid #fff;
	width: 220px;
	background-color: #cfd9ef;
	height: 128px;
	padding: 15px;
}
.adrblock {
	float: right;
	border-left: 1px solid #fff;
	width: 237px;
	background-color: #cfd9ef;
	height: 128px;
	padding: 15px;
}

#copyright {
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #35539b;
	font-size: 11px;
	color: #cfd9ef;
	width: 930px;
	text-align: left;
	margin: 0 auto;
}
#copyright a {
	color: #cfd9ef;
	font-size: 11px;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

.linksbuendig {
	float: left;
	font-size: 11px;
}

.rechtsbuendig {
	float: right;
	font-size: 11px;
}

/* ---------------------------------------------------
   Links
   =================================================== */
a.intern, a.intern:link, a.intern:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.intern:hover, a.intern:active {
	text-decoration: underline;
	color: #000;
} 