@charset "UTF-8";
body {
margin:0px auto;
}
.bgstyle {
	float: right;
	z-index: 1;
	background-image:url(bilder/logostyle.png);
	background-position:right;
	width:500px;
	height:300px;
	background-repeat:no-repeat;
	position:absolute; right: 4px;
	z-index:1;
}
.inhalt {
	padding-top: 30px;
	position: absolute;
	z-index: 2;
	top: 0px;
  right: 0px;
  
  left:50%;
  
  
  margin-left: -360px;
  width: 720px;

  background-image:url(bilder/bilder/wb_05.png);
  background-repeat:repeat-y;
  
  padding-left: 40px;
  padding-right: 40px;
  
  
}
#oDiv{
}
.left {
	
	width: 480px;
margin-top: 50px;
	line-height:20px;
	
}
.right {
	float: right;
	width: 200px;
	  margin-top:36px;
	line-height:20px;
	margin-right: 0px;
	
}
.header {
	font-size:14px;
}

.horiline {
	background-image: url(bilder/horiline.png);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.footer {
	
	font-size: 10px;
	text-align:center;
	padding: 20px;
	
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #39C;
}