body {
	
	background-image:url(back.jpg);
	background-color: #ebebeb;
  	background-repeat: repeat-x;
	margin: 0;

}
p{
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
}

.banner {
	
	width: 867px;
	height: 185px;
	position: absolute;
	left: 50%;
	margin-left: -433px;
	
	background-image:url(banner.png);
}

.links {
	
	font-family: verdana;
	font-size: 10pt;
	color: white;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -280px;
	margin-top: 112px;
	
}

.inhalt {
	
	width: 867px;
	position: absolute;
	left: 50%;
	margin-left: -433px;
	margin-top: 185px;
	background-color: #;
	
}
h1 {
	
	font-family: tahoma, verdana, arial;
	font-size: 9pt;
	color: #05A3DF;	
	margin: 11px;
	text-decoration: none;
	
}

h2 {
	
	font-family: tahoma, verdana, arial;
	font-size: 11pt;
	color: #05A3DF;	
	margin: 10px;
	
}

.box {
	
	width: 867;
	background-color: #f2f2f2;
	font-family: verdana;
	font-size: 10pt;
	color: black;
	
}
.ueberschrift {
	
	
	width: 867px;
	background-color: #05A3DF;
	color: white;
	font-family: verdana;
	font-size: 11pt;
	
}

.ende {
	margin-top: 20px;
	width: 867px;
	background-color: #4d4f53;
	height: 35px;
	color: white;
	font-family: verdana;
	font-size: 10pt;
	
}

a:link {color:#0056a7; text-decoration:none}
a:visited {color:#0056a7; text-decoration:none}
a:active {color:#0056a7; text-decoration:none}
a:hover {color:#0056a7; text-decoration:underline}

