/* -----------------------------------------------------------------------------------------
   allgemeine Stile
----------------------------------------------------------------------------------------- */

.b { font-weight: bold; }

.smalltxt { font-size: 0.8em; }

.hline { 
	display: block; 
	width: 100%; 
	margin-top: 20px; 
	margin-bottom: 10px; 
	height: 1px; 
	line-height: 1px;
	font-size: 1px; 
	background: url('/_img_allgemein/linie.gif') repeat-x; 
}


/* -----------------------------------------------------------------------------------------
   HTML-Elemente
----------------------------------------------------------------------------------------- */

body { 
	background: url('/_img_allgemein/bg_pixel.png') #16174F; 
	margin: 0; 
	margin-bottom: 50px;
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #071F43; 
	font-size: 0.9em; 
	line-height: 1.3em; 
}

a { 
	text-decoration: none; 
	color: #6F1421; 
}

a:hover { 
	color: #c33;
	text-decoration: underline;
}

a img { 
	border: none; 
}


p { 
	margin: 0; 
	padding: 0; 
}

p+p { 
	padding-top: 20px; 
}

* html p {
	margin-bottom: 0;
}


/* -----------------------------------------------------------------------------------------
   Kopfbereich
----------------------------------------------------------------------------------------- */

a.languagebutton { 
	float: right; 
	height: 24px; 
	font-size: 0.8em; 
	line-height: 24px; 
	padding: 0 10px 0 10px; 
	border-left: 1px solid #fff; 
}

a.languagebutton.active { 
	background: #c33; 
	font-weight: bold; 
}

a.languagebutton { 
	color: #fff; 
	text-decoration: none; 
}

a.languagebutton:hover {
	background: #A6262C;
	text-decoration: none;
	color: #fff;
}

#banner { 
	clear: both; 
	height: 145px; 
	border-top: 1px solid #fff; 
}

#banner img { 
	height: 145px; 
}


#pageheadline { 
	height: 52px; 
	background: #C6D3D7; 
	padding-left: 230px; 
}

#pageheadline h1 { 
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.6em; 
	color: #071743; 
	line-height: 52px; 
	margin: 0; 
}
/*
#pageheadline h1:first-letter {
	font-weight: bold;
	font-size: 1.3em;
}
*/

/* -----------------------------------------------------------------------------------------
   Navigation
----------------------------------------------------------------------------------------- */

ul#navi { 
	display: block; 
	float: left; 
	width: 185px; 
	margin: 0; 
	padding: 10px 0 10px 0; 
	background: #6F1421; 
	border-bottom: 1px solid #fff; 
	list-style-type: none; 
	text-transform: uppercase; 
	font-size: 0.8em; 
}

ul#navi li { 
	clear: both; 
	margin: 0;
	margin-bottom: 1px; 
	padding: 0; 
	line-height: 24px; 
}

ul#navi li a { 
	display: block; 
	padding-left: 20px; 
	color: #fff; 
	text-decoration: none; 
}

ul#navi li a.active, ul#navi li a:hover { 
	background: #c33; 
}

ul#navi ul#level2 { 
	display: block; 
	float: left; 
	width: 185px; 
	margin: 0; 
	padding: 0 0 5px 0; 
	background: #6F1421; 
	list-style-type: none; 
	text-transform: none; 
}

ul#navi ul#level2 li { 
	clear: both; 
	margin: 0; 
	margin-top: 1px;
	padding: 0; 
	line-height: 18px; 
}

ul#navi ul#level2 li a { 
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 20px; 
	padding-left: 10px; 
	color: #fff; 
	text-decoration: none; 
}

ul#navi ul#level2 li a.active, ul#navi ul#level2 li a:hover { 
	background: #A6262C; 
}

ul#navi ul#level3 { 
	display: block; 
	float: left; 
	width: 185px; 
	margin: 0; 
	padding: 0 0 5px 0; 
	background: #6F1421; 
	list-style-type: none; 
	text-transform: none; 
}

ul#navi ul#level3 li { 
	clear: both; 
	margin: 0; 
	margin-top: 1px;
	padding: 0; 
	line-height: 18px; 
}

ul#navi ul#level3 li a { 
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 30px; 
	padding-left: 10px; 
	color: #fff; 
	text-decoration: none; 
}

ul#navi ul#level3 li a.active, ul#navi ul#level3 li a:hover { 
	background: #901f28; 
}


/* -----------------------------------------------------------------------------------------
   Contentbereich
----------------------------------------------------------------------------------------- */

#content { 
	margin-left: 185px; 
	background: #fff; 
	padding: 30px 0 20px 45px; 
}

#content div#content_width { 
	width: 560px; 
}

#content h2 { 
	text-transform: uppercase;
	font-size: 1.1em; 
}

#content h3 { 
	font-size: 1em; 
	line-height: 1em; 
	margin-bottom: 0; 
	padding: 0; 
}

#content ul { 
	margin: 0; 
	padding-left: 1.2em; 
}

#content ul+ul { 
	margin-top: 10px; 
}

#content ul ul+ul { 
	margin-top: 0; 
}

* html #content ul {
	margin-bottom: 10px;
}

* html #content ul ul {
	margin-bottom: 0;
}

#content .imgright { 
	float: right; 
	margin-left: 25px; 
	margin-bottom: 25px; 
	background: #C6D3D7; 
}


/* -----------------------------------------------------------------------------------------
   Fusszeile
----------------------------------------------------------------------------------------- */

#footer a {
	margin-top: 5px;
	color: #071743;
}

#footer #printfooter {
	display: none;
}

/* -----------------------------------------------------------------------------------------
   Kontaktformular
----------------------------------------------------------------------------------------- */

.contactform div {
	padding-top: 8px;
}

.contactform label {
font-size: 0.9em;
	font-weight: bold;
	display: block;
}

.contactform select {
	border: 1px groove #16203B;
}
.contactform input, 
.contactform textarea {
	border: 1px groove #16203B;
	width: 420px;
}

.contactform textarea {
	height: 200px;
}

.contactform input[type=button], .contactform input[type=submit] {
	width: 100px;
}

.contactform input#Einverstaendnis {
	width: 12px;
	border: none;
}

.contactform input#Name, 
.contactform input#Vorname {
	width: 203px;
}
.contactform input#PLZ {
	width: 53px;
}
.contactform input#Ort {
	width: 353px;
}

/* IE berechnet die Breite von Inputs anders ... */
* html .contactform input#Name, 
* html .contactform input#Vorname {
	width: 201px;
}
* html .contactform input#PLZ {
	width: 51px;
}
* html .contactform input#Ort {
	width: 351px;
}

.contactform input#email {
	width: 270px;
}

.contactform img {
	border: 1px solid #000;
}


/* -----------------------------------------------------------------------------------------
   Beraterliste
----------------------------------------------------------------------------------------- */

.berater {
	display: block; 
	float: left; 
	width: 110px;
	margin-top: 30px;
	margin-right: 40px;
}

.lastinrow {
	margin-right: 0;
}

.berater img {
	margin-bottom: 5px;
}

.berater a {
	color: #071F43;
	text-decoration: none;
}

.berater a:hover {
	color: #c33;
}

.berater a img {
	width: 108px;
	border: 1px solid #fff;
}

.berater a:hover img {
	border: 1px solid #c33;
}

