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


body {
	background-color: #083F88;
	background-image: url(../bilder/body_back.jpg);
	background-repeat: repeat-x;
	margin-top:0px;
	font:Verdana, Arial, Helvetica, sans-serif;
}
li {
list-style-image:url(../bilder/list_icon.png);
}

.header {
	width:950px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	
}

.header_logo {
	width:130px;
	height:190px;
	background-image:url(../bilder/logo.jpg);
	background-repeat:no-repeat;
	margin-left:105px;
	margin-top:30px;
	float:left;
	
}

.header_navigation1 {
	margin-left:115px;
	margin-top:0px;
	width:250px;
	height:250px;
	line-height:1.5em;
	background-image:url(../bilder/navigation1_back.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-left:30px;
}

.header_navigation1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.header_navigation1 a:link {
	text-decoration: none;
}
.header_navigation1 a:visited {
	text-decoration: none;
}
.header_navigation1 a:hover {
	text-decoration: none;
	color: #3399FF;
}
.header_navigation1 a:active {
	text-decoration: none;
}
.header_navigation2 {
	margin-left:0px;
	margin-top:0px;
	height:250px;
	width:250px;
	line-height:1.5em;
	background-image:url(../bilder/navigation2_back.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-left:30px;
}

.header_navigation2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
.header_navigation2 a:link {
	text-decoration: none;
}
.header_navigation2 a:visited {
	text-decoration: none;
}
.header_navigation2 a:hover {
	text-decoration: none;
	color: #3399FF;
}
.header_navigation2 a:active {
	text-decoration: none;
}

.content {
width:950px;
height:350px;
margin-left:auto;
margin-right:auto;
}

.content_image {
margin-left:5px;
margin-top:50px;
width:330px;
height:220px;
}

.content_image_text {
width:330px;
height:65px;
margin-left:5px;
margin-top:0px;
float:left;

}

.content_line {
background-image:url(../bilder/content_line.png);
background-repeat:no-repeat;
height:290px;
width:1px;
margin-left:25px;
margin-top:-250px;
float:left;
border:1px solid white;

}
.content_text {
	margin-left:15px;
	margin-top:-220px;
	width:568px;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	float:left;
	height:292px;
	background-image:url(../bilder/content_text_back.jpg);
	background-repeat:no-repeat;

}

.blauer_text  {
color:#003399;
font-size:12px;
font-family:Verdana;
}

.blauer_text a {
	font-family: Verdana;
	font-size: 12px;
	color: #003399;

}
.blauer_text a:link {
	text-decoration: none;
}
.blauer_text a:visited {
	text-decoration: none;
}
.blauer_text a:hover {
	text-decoration: underline;
	color: #003399;
}
.blauer_text a:active {
	text-decoration: none;
}

.ueberschrift {
color:#003399;
font-size:14px;
font-weight:bold;
font-family:Verdana;
}
.footer {
width:950px;
height:100px;
margin-left:auto;
margin-right:auto;


}
.footer_content {
margin-left:370px;
margin-top:20px;
font-family:Verdana;
color:#FFFFFF;
font-size:14px;
}

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

.footer_content a:hover {
color:#fff;
text-decoration:underline;
}