body {
	background: #E2E2E2;
	color: #333333;
	margin: 20px;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 101%;
}

/* Presentation Stylesheet */ 
h1, h2, h3, p {
	padding-left: 20px;
}
td p {
	padding-left: 0px;
}
h1 {
	font-size: 130%;
	color: #666;
}
h2, h3 {
	font-size: 110%;
	color: #666;
}

.gebrauchtwagen {
	color: #C80F0A;
	font-weight: bold;
}
#bar {
	background: #C80F0A;
	border: solid #333;
	border-width: 1px 0 1px 0;
	color: #333333;
	height: 10px;
}

#bodyblock {
	background: #FFFFFF;
	color: #333333;
	padding: 0;
	position: relative;
	width: 650px;
}



#rahmen {
	border: 1px solid #333;
	margin: auto;
	text-align: left;
	width: 650px;
}

#header {
	background: #FFFFFF;
	color: #333333;
	height: 120px;
}

#leftcol {
	background: #FFFFFF;
	color: #666;
	float: left;
	width: 145px;
	text-align: left;
	padding: 40px 0px 20px 5px;
}
#leftcol a {
	color: #666;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 14px;
	line-height: 150%;
}
#leftcol a:hover {
	color: #C80F0A;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	line-height: 150%;
}
#leftcol a.akt{
	color: #C80F0A;
}
#leftcol a.sub{
	margin-left: 10px;
}
#leftcol a.subakt{
	margin-left: 10px;
	color: #333;
}
#content {
	background: #FFFFFF;
	border: solid #333;
	border-width: 0 0 0 1px;
	color: #333333;
	text-align: left;
	width: 495px;
	font-size: 80%;
	padding-top: 40px;
}

#content a {
	color: #666;
	text-decoration: underline;
}
#content a:hover {
	color: #C80F0A;
	text-decoration: none;
}
#content td p{
	margin-left: 0;
}

#footer {
	background: #FFF;
	border: solid #333;
	border-width: 1px 0 0 0;
	color: #333;
	height: 25px;
	font-size: 70%;
	margin: 0;
	padding-top: 10px;
}

#footer a {
	text-decoration: underline;
	color: #333;
}



