/* CSS Document */
.body
{
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	background: #fff ;
	margin: 0; 
	padding: 0;
	color: #444;
	text-align: left;
}
.anfrage 
{
    background: url(images/anfragefomularbg.png) bottom left repeat-x;
}
td
{
    vertical-align: top;
}
h2 {
	color: #666;
	font-size:16px;
	font-weight:normal;
}
.highlightbox {
	padding: 10px;
	background-color: #efefef;
}

.important
{
	color: #f59f18;
	font-weight: bold;
	margin-left: 4px;
	font-size: 16px;
}
.formularfooter
{
	margin-top: 30px;
	border-top: 1px solid gray;
	padding: 10px;
	background-color: #efefef;
	font-size: 10px;	
	color: #555;
}
.formfield
{
	width: 240px;
	margin-top: 3px;
	margin-bottom: 3px;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	background: #fff ;
	color: #444;
	border: 1px solid #aaa;
}
.formfield_error
{
	border: 1px solid #f59f18;
	background-color: #f5c918;
	margin-top: 3px;
	margin-bottom: 3px;
	
}





#mapSelector
{
	display: none;
}
#map
{
	width: 400px;
	text-align:center;
}

#plz
{
	width: 180px;
	float: right;
	text-align: right;
}
#GebietHover
{
	visibility: hidden;
	clear: both;
	margin-top: 40px;
	padding: 20px;
	width: 183px;
	height: 67px;
	float: right;
	background-image:url(images/formular/vzinfobg.gif);
}


.vzsearchbox
{
	width: 300px;
	height: 130px;
	padding-left: 160px;
	padding-right: 15px;
	padding-top: 50px;
	background-image: url(images/vzsearchbox.gif);
}

