/* Construction */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #cccccc;
}

#container{
	position: relative;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 940px;
	background-image: url(/motoport_content/img/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#header{
	position: relative;
	margin: 0;
	padding: 0;
	width: 940px;
	height: 309px;
	background-image: url(/motoport_content/img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header_themenbild{
	position: absolute;
	left: 195px;
	top: 30px;
	width: 726px;
	height: 220px;
}

#service_nav{
	position: absolute;
	right: 17px;
	top: 8px;
}

#main_nav{
	position: absolute;
	left: 135px;
	top: 260px;
	z-index: 101;
	padding: 0;
}

#sub_nav{
	position: absolute;
	left: 194px;
	top: 285px;
	z-index: 100;
}

#bar_left{
	position: relative;
	float: left;
	display: inline;
	margin: 0 0 0 32px;
	padding: 0;
	width: 152px;
}

#content{
	position: relative;
	float: left;
	display: inline;
	margin: 5px 0 0 36px;
	padding: 0;
	width: 517px;
}

#bar_right{
	position: relative;
	float: left;
	display: inline;
	margin: 0 0 0 22px;
	padding: 0;
	width: 152px;
}

#footer{
	position: relative;
	clear: left;
	margin: 0;
	padding: 23px 0 0 219px;;
	width: 721px;
	height: 47px;
	background-image: url(/motoport_content/img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
