@charset "utf-8";
/* CSS Document */
	* {
		margin:0;
		padding:0;
		}
html{
	height:100%;
	}
body {
height:100%;
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #ffffff;
margin: 0;
padding: 0;
text-align: center;
color: #000000;
}
a img{
	border:none;
}
#vertikal { 
width:1px;
height:50%;
float:left;
margin-bottom:-17em;
}
 #container {	
margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:34em;
		width:60em;
		clear:left;
margin: 0 auto;
border: 1px solid #5f5f5f;
}
#ore{
	position:absolute;
	top:0;
	right:0;
	width:40em;
	height:14.625em;
	background-image: url(images/oben-rechts.gif);
	background-repeat: no-repeat;
}
#logo{
	margin-top:10px;
	margin-left:30px;
}
#uli{
	position:absolute;
	bottom:0;
	left:0;
	width:25em;
	height:8.8em;
	background-image: url(images/unten-links.gif);
	background-repeat: no-repeat;
}
#mainContent {
	padding: 10px 10px;
}
#wipri{
	position:absolute;
	left:7em;
	margin-top:1em;
}
#wimak{
	position:absolute;
	right:7em;
	margin-top:1em;
}
