/* Body
----------------------------------------------- */
body {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	overflow: auto;
}

b {
	color: #333333;
	}
	
img {
	border: none;
	}	

.nav_img {
	position: absolute;
	bottom: 35px;
	left: 60px;
	}		

/*End*/

/* Linkfarbe
----------------------------------------------- */
a {
	font-size: 12px;
	color: #666666;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

a:active {
	text-decoration: none;
	color: #666666;
	border: none;
}
/*End*/


/* Fenster
----------------------------------------------- */
#inhalt {
	position: absolute;
	bottom: 112px; left: 65px;
	border: 1px dotted #FF00FF;
	width: 640px;
	height: 500px;
	overflow: auto;
	}

#kontakt {
	position: absolute;
	left: 15px;
	top: 30px;
	border: none;
}

#imprint {
	position: absolute;
	width: 600px;
	left: 15px;
	top: 30px;
	border: none;
}


#anfahrt {
	position: absolute;
	width: 350px;
	left: 15px;
	top: 20px;
	border: none;
}
/*End*/

.clear {
	clear:both;
	overflow:hidden;
	height: 0.1px;
	font-size: 0.1px;
	line-height: 0.1px;
	}


/* Kontaktform
----------------------------------------------- */
#kform {
	position: absolute;
	width: 350px;
	left: 280px;
	top: 138px;
	border: none;
}

label.form_left {
	float: left;
	text-align: left;
	width: 80px;
	margin-right: 5px;
	margin-bottom: 5px;
}


input.form_right {
	float: left;
	clear: both;
	margin-left: 85px;
}


form br {
	clear: both;
	}

.form {
	border: 1px solid #cccccc;
	width: 220px;
	margin-bottom: 5px;
}

.form_plz {
	border: 1px solid #cccccc;
	width: 55px;
	margin-bottom: 5px;
}

.form_ort {
	border: 1px solid #cccccc;
	width: 160px;
	margin-bottom: 5px;
}
.form360 {
	border: 1px solid #cccccc;
	width: 220px;
	height: 170px;
}

.button_form {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #cccccc;
}
/*End*/
