body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 990px;
}

#wrapper {
	width: 100%;
	height: 750px;
	background: #FFFFFF;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 78px;
	background: #F4F4F4 url('images/bg_header.gif') no-repeat;
}
	#header #slogan {
		position: absolute;
		left: 32px;
		top: 62px;
		font-size: 12px;
	}
	#header #logo_autoteile {
		position: absolute;
		left: 32px;
		top: 6px;
	}

#menu_top {
	position: absolute;
	top: 78px;
	left: 0;
	width: 100%;
	height: 18px;
	background: #AA0503 url('images/bg_menu_top.jpg') repeat-y;
}

.floatleft { float: left; }
.floatright { float: right; }

	#menu_top ul {
		margin: 0px 8px 0px 7px;
		padding: 0px;
		list-style: none;
	}
		#menu_top ul li {
			margin: 0px;
			padding: 0px;
			float: left;
		}
			#menu_top ul li a {
				display: block;
				float: left;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				color: #FFFFFF;
				background: url('images/bg_menu_top_ul_li_a.gif') 0px 5px no-repeat;
				padding: 2px 4px 0px 5px;
			}
			#menu_top ul li a.clear { background: none; }
			#menu_top ul li a:hover { text-decoration: underline; }
			
#menu_left {
	position: absolute;
	left: 13px;
	top: 108px;
	width: 154px;
	border: 1px solid #999999;
	padding: 19px 10px 10px 13px;
	background: #bebebe url('images/porsche.jpg') -1px -1px no-repeat;
	font-size: 11px;
	color: #666666;
}
	#menu_left p { margin: 10px 0px 0px 0px; }
	#menu_left img { margin: 0px; }
	
	#menu_left ul {
		margin: 17px 0px 0px 0px;
		padding: 0px;
		list-style: none;
	}
		#menu_left ul li {
			width: 140px;
			margin: 0px;
			padding: 0px;
			float: left;
		}
			#menu_left ul li a {
				display: block;
				float: left;
				clear: both;
				font-size: 12px;
				font-weight: bold;
				color: #666666;
				text-decoration: none;
				text-transform: uppercase;
				background: url('images/arrow.gif') 2px 3px no-repeat;
				padding: 0px 0px 4px 11px;
			}
			
			#menu_left a:hover { text-decoration: underline; }
			#menu_left a.none { background: none; }
			
.box_right {
	position: absolute;
	top: 108px;
	right: 13px;
	float: right;
	width: 129px;
	border: 1px solid #999999;
	padding: 10px 10px 10px 13px;
	font-size: 12px;
	clear: right;
}
	#advertising p { margin: 0px 0px 10px 0px; }
	
#content {
	display: block;
	left: 0;
	top: 108px;
	border: 1px solid #999999;
	padding: 19px 10px 10px 13px;
	margin: 108px 180px 0 205px;
	background: #BEBEBE url('images/porsche.jpg') -192px -1px no-repeat;
	font-size: 12px;
}

	* html #content  {
		margin-right: 185px;
	}

	#content h1 {
		margin: 0px;
		padding: 0px;
		font-size: 18px;
		color: #A90403;
	}
	
	#content p { margin: 10px 0px 0px 0px; font-size: 12px; }
	#content a { color: #A90403; }
	#content a:hover { text-decoration: none; }
	
	#content #mask_box {
		position: relative;
		width: 530px;
		border: 1px solid #C10200;
		margin: 0px auto;
		margin-top: 20px;
		background: #EFEDEE;
		font-size: 12px;
	}
	
#footer {
	position: absolute;
	left: 0px;
	top: 800px;
	width: 100%;
	height: 18px;
	background: #AA0503 url('images/bg_menu_top.jpg') repeat-y;
}

	#footer ul {
		margin: 0px 8px 0px 7px;
		padding: 0px;
		list-style: none;
	}
		#footer ul li {
			margin: 0px;
			padding: 0px;
			float: left;
		}
			#footer ul li a {
				display: block;
				float: left;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				color: #FFFFFF;
				background: url('images/bg_menu_top_ul_li_a.gif') 0px 5px no-repeat;
				padding: 2px 4px 0px 5px;
			}
			#footer ul li a.clear { background: none; }
			#footer ul li a:hover { text-decoration: underline; }
			
#infosites {
	position: absolute;
	left: 0px;
	top: 830px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
}
	#infosites ul {
		width: 850px;
		margin: 0 auto;
		padding: 0 0 10px 0;
		list-style: none;
	}
		#infosites ul li {
			margin: 0px;
			padding: 0px;
			display: inline;
		}
			#infosites ul li a {
				font-size: 11px;
				color: #666666;
				display: inline;
				text-align: center;
				display: inline;
				padding: 0px 5px 0px 5px;
			}
			#infosites ul li a:hover { text-decoration: none;	}