/* CSS Document */

body { 
	padding:0px;
	margin:0px;
}

#wrapper { 	
	width:760px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/background_kachel.jpg);
}

#header {
	width:760px;
	height:207px;
	top:0px;
}

#navigation_header {
	width:760px;
	height:57px;
}

#middle {
	width:760px;
}

#navigation_links {
	width:193px;
	float:left;
}

#content {
	width:507px;
	background-image:url(../images/background.jpg);
	float:left;
	padding:15px 20px 0 40px; 
}

#contentStart {
	width:507px;
	float:left;
}

#bottom {
	clear: both;
	width:760px;
	height:21px;
	background-image:url(../images/bottom.jpg);
}

#impressumLinks {
	width:150px;
	float:left;
}

#impressumRechts {
	width:350px;
	float:left;
}

#sportswearLinks {
	width:165px;
	float:left;
}

#sportswearMitte {
	width:165px;
	float:left;
}

#sportswearRechts {
	width:165px;
	float:left;
}
.clear {
	clear: both;
}

	
