body
{
	background-color:#1b4361;
	background-image:url(/bilder/bg.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	overflow-y:scroll;
}


a:link, a:visited {
	color: #265d87;
	text-decoration:none;
}
a:hover , a:active{
	color:#3b92d4;
	text-decoration:underline;
}

h1, h2, h3 {
	color:#1b4361;
}
h1 { font-size:18px; }
h2 { font-size:14px; }
h3 {	font-size:12px; }



#banner
{
	height: 257px;
	padding: 0;
	margin: 0;
}

#main {	
	height:auto !important;
	margin:auto;
	min-height:100%;
	position:relative;
	padding:0px;
	top:0;
	width:931px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;

}

#footer
{
	padding: 0;

	margin-top:50px;
	margin-bottom:50px;
	text-align: center;
}

#footer hr {    

    color:#265D87;
    width:600px;
}

#inhalt
{
	padding-left:71px;
	padding-right:71px;	
}

.ueberschrift
{
font-size: 25px;
text-decoration: underline;
text-align: center;
}
