* {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

html, body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #5C5C5C;
}



#page {
	position: relative;
	width: 600px;
	margin: 0 auto;
}



#suphead {
	width: 600px;
	height: 50px;
	line-height: 60px;
	background-color: #98C200;
	text-align: right;
}

#suphead h1 {
	font-size: 30px;
	color: #FFFFFF;
	padding-right: 20px;
}

#suphead a {
	color: #FFFFFF;
}



#head {
	width: 600px;
	height: 75px;
	background-color: #E7EBF7;
}



#subhead {
	width: 600px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	color:  #FFFFFF;
	background-color: #98C200;
}

#subhead a {
	color: #FFFFFF;
}



#content {
	width: 600px;
	background-color: #98C200;
}



#left {
	position: absolute;
	top : 155px;
	left: 0;
	width: 150px;
	text-align: left;
	background-color: #FFFFFF;
}

#left ul {
	list-style: none;
}

#left li a {
	display: block;
	width: 145px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 13px;
	color:  #FFFFFF;
	background-color: #98C200;
	border-bottom: 2px solid #FFFFFF;
	padding-left: 5px;
}

#left li a:hover {
	background-color: #CCCCCC;
}

#left .adshead {
	height: 20px;
	line-height: 20px;
	background-color: #98C200;
	color: #FFFFFF;
	padding-left: 5px;
}

#left .ads {
	padding: 5px;
}



#right {
	width: 450px;
	margin-left: 150px;
	background-color: #FFFFFF;
	text-align: center;
}

#right h1 {
	font-size: 18px;
	color: #98C200;
	padding-left: 20px;
}

#right .text {
	margin: 0 auto;
	text-align: justify;
	padding-left: 20px;
}

#right form {
	margin: 0 auto;
	padding-left: 20px;
}

#right .iframe {
	width: 450px;
	height: 650px;
}



#foot {
	width: 600px;
	margin-top: 20px;
}

#foot .search {
	padding: 10px;
	text-align: center;
	font-size: 10px;
	color: #98C200;
}

#foot .search a {
	color: #98C200;
}

#foot .searcharea {
	color: #EEEEEE;
}



/* spezielle styles für popup anfrage formular */

#popup {
	width: 400px;
	margin: 0 auto;
	margin-top: 25px;
}

.warranty {
	background-color: #98C200;
	padding: 5px;
}

.tooltip {
	position: absolute;
	display: none;
	width: 415px;
	text-align: left;
	padding: 5px;
	background-color: #98C200;
}

input, select, textarea {
	border-color: #828282;
	background-color: #FFFFFF;
	border-width: 1px;
	font-family: Verdana;
	font-size: 11px;
	color: #828282;
}