/* CSS Document */
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 14px;
	color: #999;
	background-color: #e3e3e3;
	scrollbar-face-color: #f8f8eb;
    scrollbar-shadow-color: #d1d1bc;
    scrollbar-highlight-color: #f5f5dc;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #f5f5dc;
    scrollbar-track-color: #f5f5dc;
    scrollbar-arrow-color: #b00c29;
	}

a {
	color:#999;
	text-decoration:none;
	}

a:hover {
	color:#666;
	text-decoration:underline;
	}

#spacer { 
	width:1px;
	height:50%;
	margin-bottom:-225px; /* half of container's height */
	float:left;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	height:452px;
	width:657px;
	clear:left;
	background: #fff;
	border: 1px solid #ccc;
	}

#logo { 
	position:absolute;
	top: 0px;
	right: 0px;
	width: 170px;
	height: 125px;
	text-align: right;
	background-color:#fff;
}

#rechtsoben { 
	position:absolute;
	top: 147px;
	right: 5px;
	width: 175px;
	height: 232px;
	text-align: right;
	background-color:#e3e3e3;
}

#rechtsunten { 
	position:absolute;
	top: 385px;
	right: 5px;
	width: 175px;
	height: 60px;
	background-color:#00ae8e;
}

#linksoben { 
	position:absolute;
	top: 5px;
	left:5px;
	width: 465px;
	height: 312px;
	background-color:#ededed;
	z-index:20;
}

#linksmitte { 
	position:absolute;
	top: 322px;
	left:5px;
	width: 465px;
	height: 58px;
	background-color:#c61c60;
}

#linksuntenL { 
	position:absolute;
	top: 385px;
	left:5px;
	width: 230px;
	height: 60px;
	background-color:#e3e3e3;
}

#linksuntenR { 
	position:absolute;
	top: 385px;
	left: 240px;
	width: 230px;
	height: 60px;
	background-color:#e3e3e3;
}

img { 
	border: 0px;
}




