body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main{
	margin:0px auto 0px auto;
	width:900px;
}


#banner{
	width:900px;
	height:145px;
	background-image:url(../img/banner.png);
	background-repeat:no-repeat;
	background-color:#134183;
	border-bottom:1px solid #FFFFFF;
}

#oben{
	background-color:#2c5993;
	width:100%;
	float:left;
	height:25px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
}

#main_navi{
	width:700px;
}

#search {
	float:right;
	width:200px;
	text-align:right;
	line-height:25px;
}

#main_navi a{
	color:#ffffff;
	text-decoration:none;	
}


#content{
	width:900px;
	float:left;
	background-image:url(../img/line.png);
	background-repeat:y-repeat;
}

#links {
	width:200px;
	float:left;
}

#sub_navi {
	font-size:10px;
	width:100%;
}

#sponsoren {
	width:100%;
	height:240px;
	margin-top:30px;
	background-image:url(../img/sponsoren5.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#inhalt {
	width:460px;
	/*background-color:#FFFFFF;*/
	float:left;
	font-size:11px;
	text-align:justify;
	margin-left:20px;
	margin-top:10px;
	color:#003366;	
	padding-bottom:10px;
}

#inhalt a, #links a {
	color:#CC0000;
	text-decoration:none;
	/*font-weight:bold;*/
}

#inhalt a:hover{

	text-decoration:underline;
}

#rechts a {
	color:#003366;
	text-decoration:none;
	/*font-weight:bold;*/
}

#rechts a:hover{

	text-decoration:underline;
}

#rechts{
	width:200px;
	float:right;
	/*height:425px;*/
	font-size:11px;
	margin-right:0px;
	text-align:center;
}

#rechts h3{
	font-size:12px;
}

#feet{
	width:100%;
	height:30px;

	text-align:center;
	font-size:9px;
	line-height:30px;
	background-color:#2c5993;
	float:left;
	border-top:1px solid #FFFFFF;
	background-image:url(../img/unten.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin-bottom:30px;
}

#feet a {
	color:#ffffff;
	text-decoration:none;
}

#feet a:hover {
	text-decoration:underline;
}

#sub_navi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:10px;
}

#sub_navi ul li{
	margin: 0;
	padding: 0;
}

#sub_navi a, .sub_navi_title{
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin: 0;
	width: 180px;
	border-bottom:1px solid #FFFFFF;
	background-color:#7292e5;
	color:#FFFFFF;
}

.sub_navi_title {
	background-color:#FF0000;
}

#sub_navi a:link, #navi a:visited{
	text-decoration:none;	
}

#sub_navi a:hover{
	background-color:#c5d3f8;
	color: #003366;
}

#sub_navi a.act {
	background-color:#c5d3f8;
	color: #003366;
}

.ueber{
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top: 18px;
	width:180px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color:#c5d3f8;
	color:#0733a6;
	font-size:11px;
}

p{
	text-align:justify;
}


#news{
	margin-left:10px;
	margin-right:10px;
	font-size:10px;
}

h3, h4 {
	font-weight: bold;
	color:#003366;
}

h4{
	margin-bottom:0px;
	font-size:13px;
	margin-top:30px;
}

h3{
	font-size:13px;
}

h2,h1{
	font-size:16px;
	margin-bottom:20px;
}




hr{
	border-top:1px solid #003366;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	
}

#inhalt p{
	line-height:15px;
	/*margin:10px;*/
}

.align-center{
	text-align:center;
}

.contenttable {
	border: 1px solid #003366;
	border-collapse:collapse;
	width: 100%;
}
.contenttable td {
	border: 1px solid #003366;
	padding:4px;
}
.contenttable td p.bodytext {
	text-align:left;
}

/**********************Mailformular****************************/
.csc-mailform{
	background-color: #7b96bd;
	border: 1px solid #315594;
}

.csc-mailform-field{
	display: block;
	margin: 5px;
	padding: 5px;
}

.csc-mailform label{
	display: block;
	width: 120px;
	float: left;
	text-align: right;
}

.csc-mailform input, .csc-mailform textarea{
	font-family: Verdana,Arial,Helvetica;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #315594;
	width: 200px;
	padding: 2px 6px;
	font-size: 11px;
}

.csc-mailform input.csc-mailform-submit{
	float: right;
	width: 80px;
	cursor: white;
}

.csc-mailform form input.csc-mailform-submit:hover{
	background-color: #7b96bd;
	border: 1px solid #315594;
}

/**********************INHALT LISTE*************************/

#inhalt li{

	margin-bottom:15px;

	margin-left:-15px;

}

.indent ul{

	list-style-type:square;

}


#inhalt ul{

	list-style-type:square;

}



#inhalt li{

	margin:10px;

}



.detail{

	color:#666666;

}

.important{

	color:#CC0000;
}

.indent{

	margin-left:20px;

}

/**********************INHALT LISTE ENDE*************************/

#rechts h2 {
	color:#003366;
	line-height:25px;
	background-color:#c5d3f8;
	border:solid #003366;
	border-width:1px 0 1px 0;
	text-align:center;
	margin-top:30px;
}

.news-latest-container {
	width:90%;
	margin:auto;
	text-align:left;
	margin-bottom:20px;
}

.news-latest-item {
	border-bottom: 1px solid #003366;
	margin-bottom:20px;
}

.news-latest-date {
	font-size:10px;
	margin-bottom:0px;
}

.news-latest-item h3 {
	margin-top:0px;
	margin-bottom:10px;
}

.news-latest-item .sub_header {
	margin-top:-5px;
	margin-bottom:20px;
}

.news-latest-item p {
	margin:0px;
}

.news-single-img{
	float:right; 
	margin-left:10px; 
}

p.news-single-imgcaption{
	text-align:center;
}

.news-latest-item{
	margin-bottom:5px;
}