body {
	font: 100.01% Arial, Verdana, Geneva, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	position:absolute;
	left:0px;
	width:700px;
	text-align: left;
	}
#header {
	background-image:   url(images/header.jpg);
	background-repeat: no-repeat;
	color: #000;
	height: 168px;
	width: 660px;
	margin: 20px;
	text-align: center;
}	

#navi{
	margin: 0px 20px;
	background-color: #BBB593;
	width: 660px;
	height: 25px;
}
.white{
	background-color: #fff;
}
#subnavi{
	margin: 10px 20px;
	background-color: #8ABAED;
	width: 660px;
	height: 25px;
}
#suche{
	position: absolute;
	top: 210px;
	right: 20px;
	width: 180px;
	height: 25px;
	display: none;
}
#content{
	width: 660px;
	min-height: 600px;
	font-size: 11px;
	margin: 45px 2px 20px 20px;
	line-height: 150%;
}
#content h1{
	font-size: 13px;
}
#content h2{
	font-size: 11px;
}
#content h3{
	font-size: 11px;
	width: 100%;
	background-color: #DEDBCB;
	height: 20px;
}
#content a:link, #content a:active, #content a:visited{
	color: #000;
}
#content a:hover{
	color: #8ABAED;
}
#right{
	position: absolute;
	top: 278px;
	right: 0px;
	width: 200px;
	border-left: 1px solid #fff;
	height: 200px;
	color: #fff;
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	display: none;
}
.printanfahrt{
	display: block;
}
.rightin{
	margin: 0px 20px 20px 20px;
	color: #000;
	font-size: 11px;
	display: none;
}
.rightin h2{
	background-color: #BBB593;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	width: 160px;
	text-align: center;
	color: #fff;
	padding: 5px;
}
.rightin h3{
	background-color: #8ABAED;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	width: 160px;
	text-align: center;
	color: #fff;
	padding: 5px;
}

.rightin a:link, .rightin a:active, .rightin a:hover, .rightin a:visited{
	color: #000;
}
#grafik{
	position: absolute;
	top: 0px;
	left: 70px;
	display: none;
}
.navigation, .navigation a:link, .navigation a:active, .navigation a:visited{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
.navigation a:hover, .subnavigation a:hover{
	color: #000;
}
.subnavigation, .subnavigation a:link, .subnavigation a:active, .subnavigation a:visited{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
.startfield{
	border: 0px;
	width: 110px;
}
.submit{
	background-color: #BBB593;
	height: 20px;
	border: 0px;
	color: #fff;
}
.field{
	border: 0px;
	width: 400px;
}
.halffield{
	border: 0px;
	width: 198px;
}
.verkauf1{
	width: 280px;
	height: 100px;
	float: left;
	margin: 0px 20px;
}
.verkauf2{
	width: 200px;
	height: 100px;
	margin-right: 20px;
	float: left;
}
.verkauf3{
	width: 100px;
	height: 100px;
	float: left;
	width: 100px;
}
.clear{
	clear: both;
}
#footer{
	width: 700px;
	height: 40px;
	margin-top: 20px;
	background-color: #333;
	font-size: 11px;
	text-align: center;
	color: #fff;
	display: none;
}
.foot, .foot a:link, .foot a:visited, .foot a:hover, .foot a:active{
	color: #fff;
	margin: 20px 0px;
}
hr{
color: #BBB593;
}
.pr{
	border: 1px solid #000;
	padding: 20px;
	
}
ul{
	list-style-image: url(images/bullet.png);
}

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 0px;
left: 120px;
width: 200px;
z-index: 100;
color: #000000;
border: 1px solid #333;
padding: 0px;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}

