@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #214275;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#46545f;
}
#content {
	width:745px;
	/*height:888px;*/
	height:785px;
	background-color:#fff;
	margin:auto;
	text-align:left;
}
#header {
	padding:40px 0 0 10px;
}
h1 {
	font-size:18px;
}
.h1blau {
	color:#204374;
}
.h1grau {
	color:#46545f;
}
#keyvisual {
	margin-left:10px;
}
#inhalt {
	/*height:480px;*/
	height:380px;
	margin-left:20px;
}
/*** Linkfarben ***/

#inhalt a {
	text-decoration:underline;
	color:#1c71b0;
}
#inhalt a:link, #inhalt a:visited {
	text-decoration:underline;
	color:#1c71b0;
}
#inhalt a:hover {
	text-decoration:underline;
	color:#990000;
}


/*** Linkfarben ENDE ***/



/*** Temp Index ***/

#indexBoxLeft {
	width:400px;
	float:left;
}
#indexBoxRight {
	width:290px;
	margin-left:410px;
	padding-top:11px;
}
#inhaltBG {
	background-color:#fbfbfc;
}
.news {
	background-image:url(../img/newsBG.jpg);
	background-repeat:no-repeat;
	width:288px;
	height: 87px;
	color:#fff;
	padding:3px 0 0 3px;
}
.trenner {
	background-image:url(../img/trenner.gif);
	background-repeat:no-repeat;
	width: 288px;
	height: 7px;
	margin:0 0 3px 0;
}
#h1left {
	float:left;
}
#h1news {
	padding-top:13px;
	margin-left:410px;
}
/*** Temp Index ENDE ***/


/*** Footer ***/

.footer {
	height:20px;
	width:730px;
	background-color:#46545f;
	margin-left:8px;
	color:#fff;
	padding:4px 0 0 0;
	font-size:11px;
}
#footerAbstand {
	padding-left: 150px;
}
.footer a {
	text-decoration:none;
	color:#fff;
	padding:0 20px 0 20px;
}
.footer a:link, .footer a:visited {
	text-decoration:none;
	color:#fff;
}
.footer a:hover {
	text-decoration:none;
	color:#f0f0d0;
}
/*** Footer ENDE ***/

