* {
	margin: 0;
	padding: 0;
}
body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../image/bg_bodyrot.gif) repeat;         
	text-align: center;
}
a {
	color: #bc3f03;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0 none;
}
h1, h2, h3, h4 {
	font-family: Arial, Geneva, sans-serif;
	color: #000;
	background: transparent;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
	color: #666666;
	padding-bottom: 10px;
}
p, li {
	font-size: 0.85em;
	vertical-align: middle;
}
p {
	line-height: 140%;	
	color: #666666;
	font-size: 0.8em;
	margin-bottom: 20px;	
}
ul {
	list-style-type: square;
}
/*************************************************/
#container {
	text-align: left;
	position: relative;
	width: 750px;
	color: #000;
	background: transparent;
	margin: 5px auto 0px auto;
}
#header {
	height: 140px;
	background-image: url(../image/header_komplett.gif);
	background-repeat: no-repeat;

}
#nav {
	position: absolute;
	top: 140Px;
	left: 0px;
	width: 170px;
	height: 410px;
	background-image: url(../image/navigation.gif);
}
#nav ul {
	list-style: none;
	margin: 0px 20px 0px 15px;
	padding-top: 34px;
}
#nav li {
	margin: 0;
	border-bottom: 1px solid #ffff00;
	padding-bottom: 1px;
}
#nav a {
	display: block;
	border-left: 12px solid #999999;
	padding-left: 10px;
	color: #666666;
	background-color: #cccccc;
	text-decoration: none;
	line-height: 1.5em;
}
#nav a:hover {
	border-left: 12px solid #cccccc;
	background-color: #999999;
	color: #ffffff;
}
#main {
	height: 410px;
	margin-left: 170px;
	background-color: #dbdbdb;
	overflow: auto;
}
#content {
	text-align: justify;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 30px;
	background-color: transparent;	
}
/*#content p {
	color: #666666;
	font-size: 0.8em;
	margin-bottom: 20px;
}*/

#content ul {
	list-style: none;
	color: #666666;
	font-size: 100%;
	line-height: 140%;
	padding-left: 20px;
}
#content li {
	padding-left: 40px;
}
#footer {
	background-image: url(../image/footer.gif);
	background-repeat: no-repeat;
	height: 45px;
	clear: both;
}
.footer {
	padding-left: 10px;
	padding-top: 24px;
	color: #E6E6E6;
	font-family: Arial, Geneva, sans-serif; 
}
.active {
	display: block;
	padding-left: 10px;
	border-left: 12px solid #cccccc;
	background-color: #999999;
	color: #ffffff;
	padding-bottom: 1px;
	line-height: 1.5em;
}
.fett {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pfeil {
	background-image: url(../image/pfeilrot.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.teaserbild {
	float: left;
	padding-top: 20px;
}
.teasertext {
	padding-left: 115px;
	padding-top: 20px;
}
.trenner {
	clear: both;
	padding-left: 15px;
}
.tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #666666;
}
.schriftrot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ff0000;
}
.nowrap {
	white-space: nowrap;
}
#content ul.liste {
	padding-bottom: 20px;
	list-style-type: square;
}
.anfahrt, .kawasaki {
	text-align: center;
	margin-top: 30px;
}
.bildtext {
	text-align: center;
}

/****** Kontaktformular Anfang ******/

form p {
	clear: left;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

form p span {
	float: left;
	width: 22%;
	font-size: 1em;
	text-align: left;
	padding-right: 10px;
}

.inputField {
	border: #7f7f7f 1px solid;
	font-size: 1.2em;
	width: 200px;
}

.inputFieldpass {
	border: #7f7f7f 1px solid;
	font-size: 1em;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.inputFieldplz {
	border: #7f7f7f 1px solid;  
	font-size: 1.2em; 
	width: 50px;
	margin-right: 20px; 
}

.inputFieldort {
	border: #7f7f7f 1px solid;  
	font-size: 1.2em; 
	width: 200px;
	margin-left: 15px; 
} 

.errorField {
	border: #bc3f03 1px solid;
	font-size: 1.2em;
	width: 200px;
	background-color: #FFFFCC;

}

.errorFieldplz {
	border: #bc3f03 1px solid;
	font-size: 1.2em;
	width: 50px;
	background-color: #FFFFCC;
	margin-right: 20px;	
}

.errormessage {
	border: 1px solid #bc3f03;
	background-color: #FFFFCC;
	padding: 5px;
	color: #bc3f03;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;

}

.button {
	font-size: 1em;
	border: #000000 1px solid;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 2px;
}

hr {
	margin-top: 10px;
}

/****** Kontaktformular Ende ******/
