@charset "ISO-8859-1";
<!--


html { padding:0; margin:0;}
body {	padding:0; margin:0; background-color:#ffffff; font-family:arial; color:#225b87; }
a { color:#4897d7; text-decoration:underline; }
a:hover { text-decoration:none;}
img { 	
	text-align: center;
    height: auto;
    max-width: 100%;
	border:0;
	padding:0;
	margin:0;
	
}
h1 { font-size: 32px; font-weight:normal; padding:0px; margin:0px;}
h3 { font-size: 22px; font-weight:bold; padding:10px 0px; margin:0px;}
li {padding-bottom:5px;}
.copy {color: #666; font-size:10px;}

#box_alles {
	position:relative;
	width:100%;	
	margin:0 auto;
}

#box_oben
{
	position:relative;
	width:100%;
    height: auto;
	text-align: center;
	background-color:#4897d7;
	padding: 20px 0px 15px 0px;
	border-bottom: 3px solid #225b87;
}
#box_oben img
{
	text-align: center;
	border:0;
    height: auto;
    max-width: 100%;
}

#box_inhalt {
	position:relative;
	margin:0 auto;
    height: auto;
	width:100%;
	padding:10px 0px;
}

.inhalt
{
	position:relative;
	margin:0 auto;
    height: auto;
	max-width: 1060px;
	padding:20px 30px;
}

.topinhalt
{
	position:relative;
	margin:0 auto;
    height: auto;
	max-width: 100%;
	background-color: #cde6f6;
}


#box_footer
{
	position:relative;
	margin:0 auto;
    height: auto;
	max-width: 1060px;
	padding:30px;
	text-align:right;
	font-weight:normal;
	font-size: 10px;
}

#box_footer a
{
	color:#0070A0;
}


 
-->