body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #343434;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #5aac05;
}
a:visited {
	color: #5aac05;
}
a:hover	{
	color: #5aac05;
	text-decoration: none;
}
.highlight {
	color: #5aac05;
}
h1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

/*LAYOUT*/
#gruenerbalken {
	top: 0px;
	height: 70px;
	width: 100%;
	position: absolute;
	background-image: url(../images/verlauf-gruen.gif);
	background-color: #b4e871;
}
#logo {
	top: 0px;
	height: 70px;
	width: 800px;
	position: relative;
	background-image: url(../images/verlauf-gruen.gif);
	margin-right: auto;
	margin-left: auto;
}
#schwarzerbereich {
	top: 70px;
	height: 230px;
	width: 100%;
	position: absolute;
	background-image: url(../images/verlauf-schwarz.gif);
	background-color: #141719;
}
#menuundshowroom {
	top: 0px;
	height: 230px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#showroom {
	position: absolute;
	height: 230px;
	width: 510px;
	left: 270px;
}
#weisserbereich {
	top: 301px;
	width: 100%;
	position: absolute;
}
#grauundinhalt {
	top: 0px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;	
}
#grauerbalken {
	top: 0px;
	left: 30px;
	width: 210px;
	position: absolute;
	background-color: #edf0ee;
	padding: 0px;
	margin: 0px;
}
#news {
	background-color: #424446;
	height: 41px;	
}
#newsbild {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#newstext {
	margin: 12px 14px 0px;
	padding: 0px;	
}
#newstext a {
	color: #343434;	
}
#newstext a:visited {
	color: #343434;	
}
#newstext a:hover {
	color: #343434;	
}
#grauerbalkenunten {
	height: 30px;
	background-color: #FFFFFF;
}
#menuoben {
	left: 273px;
	top: 12px;
	position: absolute;
	width: 497px;
}
#menuoben a {
	text-decoration: none;	
}
#menuoben a:visited {
	text-decoration: none;
}
#menuoben a:hover {
	text-decoration: underline;
}
#ueberschrift {
	left: 273px;
	top: 45px;
	position: absolute;
	width: 497px;
	height: 35px;
	text-transform: uppercase;
}
#inhalt {
	left: 273px;
	top: 94px;
	position: absolute;
	width: 497px;
	padding-bottom: 48px;
}
#adresse {
	top-bottom-width: 1px;
	top-bottom-style: solid;
	top-bottom-color: #d5dad7;
	width: 497px;
	margin-top: 32px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5dad7;
	padding-top: 8px;
}

