body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFF200;
}

#links {
	position: absolute;
	width: 270px;
	height: 100%;
	background-color: #FFD401;
	background-image: url(../gfx/logo_bg2left.jpg);
	background-repeat: no-repeat;
}

/* Navigationsleiste */ 

#logo {
	padding: 37px;
}

#navigation {
	position: absolute;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 65px;
	width: 180px;
	height: 500px;
	background-color: #FFF200;
}

#navigation a {
	padding-left: 40px;
	line-height: 18px;
	text-decoration: none;	
	color: Navy;
	display: block;
	border: #FF8C00 1px solid;
	border-color: White;
}

#navigation a:hover {
	color: #f2b411;
	border: #FF8C00 1px solid;
	border-color: White;
	background-color: Navy;
}

/*Rechter Blockberecih */

#rechts {
	position: absolute;
	width: 500px;
	height: 500px;
	max-height: 500px;
	margin-top: 20px;
	margin-left: 290px;
	background-color: #FFD401;
}

#rechts a {
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

/* Bereich für die Produktseiten */
#bgprodukte {
	width: 500px;
	height: 500px;
	background-image: url(../gfx/logo_bg1d.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#prodindex {
	margin-bottom: 0px;
}

#bgkontakt {
	margin: 15px;
	height: 470px;
	width: 470px;
	background-image: url(../gfx/logo_bg1d.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#animation {
	margin: 15px;
	width: 470px;
	height: 215px;
	max-height: 215px;
	background-color: #ffffff;
}

#protext {
	margin-left: 15px;
	width: 470px;
	height: 240px;
	max-height: 240px;
	line-height: 18px;
	overflow: auto;
}

#anfahrt {
	margin: 15px;
	width: 470px;
	height: 215px;
	overflow: auto;
	}

#lauftext {
	background-image: url(../gfx/produkte/proneu_r5_c1.jpg);
	height: 56px;
}	

/* Kontaktformular */

label {
	float: left;
	width: 110px;
	display: block;
}

input {
	float: left;
	width: 260px;
	margin-right: 100px;
	margin-top: 5px;
}

.submit {
	width: 150px;
	font-size: 10px;
}


.lauftext {
	font-size: 16px;
}

/* Überschriften */

h1 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

h2 {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;	
}

h3 {
	text-align: center;
	font-weight: bold;
	font-size: 13px;	
}


.kontakt {
	color: #000080;
	font-weight: bold;
}

.kontakt a {
	color: #000080;
	font-weight: bold;
}
