body {
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
	background-color: #17181a;
	background-image: url(../buttons/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #4798a9;
	margin: 0px;
	padding: 0px;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

/* DIV-Boxen */

div#wrapper {
	position: relative;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#header {
	background-image: url(../buttons/header.jpg);
	background-repeat: no-repeat;
	background-position: 152px 37px;
	height: 130px;
	padding-bottom: 35px;
}

div#leftCol {
width: 200px;
float: left;
}

div#rightCol {
	width: 186px;
	float: right;
	background-image: url(../buttons/banner_right.jpg);
	background-repeat: no-repeat;
	height: 364px;
}

div#centerCol {
	margin-top: 0;

	margin-bottom: 0;
width: 600px;
	float:left;
}

div#footer {
	clear: both;
	position: relative;
	bottom: 0px;
	width: 1024px;
	height: 40px;
	font-size: 10px;
	color: #4798a9;
	margin-top: 25px;

}
div#footer .innerfooter  {
	width: 640px;
	float: right;
	padding-right: 170px;
	margin-top:20px;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

