body {
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#main {
	position: relative;
	margin: auto;
	text-align: left;
	width: 760px;
	height: 100%;
}

#header {
	width:760px;
	height:135px; 
	background: url(../images/bg_head.jpg) repeat-x 0px 0px;
	z-index: 5;
}

#address {
	position:absolute;
	left: 0px;
	top: 0px;
	width:750px;
	height:135px; 
	margin-right: 10px;
	text-align: right;
	z-index: 2;
}

#suche {
	position:absolute;
	left:450px;
	top:50px;
	width:300px;
	height:35px;
	z-index: 2;
}

#content {
	position: relative;
	left:0px;
	top:10px;
	width: 740px;
	height: 265px; 
	overflow: auto;
	margin: 0 10px 10px 10px;
	z-index: 1;
}

#box-links {
	position: relative;
	left:0px;
	top:0px;
	float: left;
	width: 420px;
}

#box-rechts {
	position:absolute;
	left: 440px;
	top:0px;
	width: 295px;
	overflow: hidden;
}

#text-links {
	width: 350px;
}

#hersteller-text {
	height: 245px;
	padding-right: 10px;
}

#fahrrad-liste {
	float: left;
	width: 120px;
	height: 130px;
}

#subnav {
	width:760px;
	height:25px;
	background-color: #DFD29D;
	z-index: 1; 
}

#nav {
	width:760px;
	height:25px;
	background-color: #5B6995;
	text-align: center;
	z-index: 1; 
}
