/*********** Allgemeine Formatierungen ***********/

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
}

img {
	border: none;
}

.clear{
	clear: both;
}



/*********** Seitenspezifische Formatierungen ***********/

html{
	background: #E5E5E5 url(../img/siegel.jpg) 980px 150px no-repeat;
}
body{
	background: url(../img/body_bg.gif) repeat-y;
}




#header{
	background: url(../img/header_top.gif) no-repeat top left #ffffff;
	height: 90px;
}
#header form{
	padding: 2px 0px 0px 15px;
}
#header form input{
	height: 16px;
	float: left;
	margin-right: 7px;
}
#header form .gerahmt{
	height: 13px;
}
#header #logo{
	margin: 10px 0px 0px 30px;
}




#slogan{
	background: #999999;
	height: 20px;
	color: #ffffff;
	padding: 5px 0px 0px 5px;
	font-size: 11px;
}
#slogan a{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	padding: 4px 10px;
}
#slogan a:hover{
	color: #CF2A26;
	font-size: 11px;
	text-decoration: none;
	background: #cccccc;
}




#stripe_white{
	background: #ffffff;
	height: 1px;
}
#stripe_red{
	background: #990000;
	height: 3px;
}





#main{
	width: 975px;
	height: 100%;
	padding-bottom: 50px;
	position: relative;
}




#navigation{
	float: left;
	height: 100%;
	background: #99C299;
	width: 200px;
	padding-bottom: 50px;
}
#navigation h1{
	font-size: 11px;
	padding: 5px 15px;
	width: 170px;
	background: #66A366;
	border-top: 1px solid #338533;
}
#navigation h1#first_nav{
	border: none;
}
#navigation ul{
	list-style: none;
	width: 200px;
}
#navigation ul li{
}
#navigation ul li a{
	font-size: 11px;
	padding: 4px 15px;
	width: 170px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 15px;
}
#navigation ul li a:hover{
	color:#cc0000;
	background: url(../img/arrow_right.gif) 5px 8px no-repeat;
}
#navigation ul li a.active{
	color:#ffffff;
	background: url(../img/arrow_down.gif) 5px 8px no-repeat;
}
#navigation img{
	margin-left: 15px;
}





#content{
	float: left;
	width: 775px;
}
#breadcrumb{
	background: #338533;
	height: 13px;
	color: #ffffff;
	font-size: 10px;
	padding: 5px 20px;
	width: 670px;
}
#breadcrumb a{
	color: #ffffff;
}
#text{
	padding: 20px 90px 20px 20px;
}





#footer #footer_gray{
	background: #B7B7B7;
	color: #ffffff;
	font-size: 10px;
	padding-left: 15px;
	height: 15px;
	border-top: #ffffff solid 1px;
}
#footer #footer_white{
	height: 15px;
	background: #ffffff;
}




/*********** Text-Formatierungen ***********/

#text h1{
	color: #006600;
	font-size: 14px;
	margin-bottom: 20px;
	background: url(../img/h1_point.gif) no-repeat 0px 8px;
	padding-left: 10px;
}
#text h2{
	color: #006600;
	font-size: 12px;
	margin: 10px 0px;
}
#text h3 {
	color: #006600;
	font-size: 12px;
	margin: 10px 0px;
	font-weight: normal;
}
#text h4 {
	color: #000000;
	font-size: 11px;
	margin: 5px 0px;
	font-weight: bold;
}

#text p, 
#text table tr td, 
#text ul li, 
#text ol li,
#text dl dt, 
#text dl dd,
#text tbody{
	font-size: 11px;
	line-height: 15px;
}
#text p{
	margin-bottom: 15px;
}
#text ul li, 
#text ol li,
#text dl dt, 
#text dl dd{
	margin-left: 15px;
}






sup {
font-family: Verdana, Helvetica;
	color: #979797;
	font-size: 11px;
	padding: 0;
}

.border {
	border: 1px solid #d0cbd4;
}

.white {
	color: #FFFFFF;
}

/* Typo3 redeklarieren */
/*
.csc-firstHeader {
	font-family: Verdana, Helvetica;
	font-weight: normal;
	color: #979797;
	font-size: 18px;
	margin-bottom: 14px;
}
*/

.align-left {
	text-align: left;
}

.contenttable {
	margin-left: 30px;
	margin-bottom: 25px;
	border: 1px solid #d6d1d6;
}


.aktuell_startseite {
	border:1px solid #d7d3d7;
	padding:10px;
	width:622px;
}





.ansprechpartnerbox {
	width:300px;
	padding:8px;
	border:2px #e5e5e5 solid;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}

.ansprechpartnerbox img {
	float:left;
	margin-right:10px;
}
