body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-family: verdana;
	font-size: 11px;
}
#centerBox {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px; /* negative Hälfte von width:800px */
	top: 50%;
	height: 500px;
	margin-top: -250px; /* negative Hälfte von height:560px; */
	background: url("/img/header.png") no-repeat;
}

#header {
	height: 100px;
}

#middle {

}

#footer {
	border: 1px solid #000;
	height: 50px;
	clear: both;
	background: url("/img/footer.png") no-repeat;
	padding: 10px;
}
#footer img {
	margin-left: 5px;
	width: 16px;
	height: 16px;
	border: none;
}

#left, #main, #right {
	float: left;
	line-height: 30px;
}


#left, #right {
	width: 230px;
	padding: 30px 10px 30px 10px;
	text-align: center;
	color: #999999;
}

#main {
	width: 300px;
	padding: 40px 0 40px 0;
}

div.col {
	float: left;
	width: 33%;
}

.delimiter {
	color: #ff0000;
}

a, a:visited, a:active {
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
}

