/* CSS Document */
#map{
	margin-top: 2em;
}
#umkreissuchmaske{
	font-size: 12px;
}
#addressInput{
	width: 350px;
}
#status{
	font-weight: bold;
	color: red;
}
.formfielderror{
	border:1px solid red;
	background-color: #FEAFB6;
}
#ergebnisliste table th{
	border: 1px solid #CCC;
	background: #edebff;
	padding: 0.3em;
	font-weight: normal;
}
#ergebnisliste table td{
	border: 1px solid #CCC;
	padding: 0.3em;
}
#ergebnisliste table tr.premium td, #ergebnisliste table tr.premium_high td{
	background: #d1e6fb;
	border: 1px solid #CCC;
}
#ergebnisliste table tr.premium_high td, #ergebnisliste table tr.std_high td{
	border: 1px solid #0066FF;
}
#ergebnisliste table tr.premium td.bez{
	background: #d1e6fb url(../images/umkreis_top_adresse.jpg) top right no-repeat;
	border: 1px solid #CCC;
	width: 345px;
}
#ergebnisliste table tr.premium_high td.bez{
	background: #d1e6fb url(../images/umkreis_top_adresse.jpg) top right no-repeat;
	border: 1px solid #0066FF;
	width: 345px;
}
#ergebnisliste table tr.std td.bez, #ergebnisliste table tr.std_high td.bez{
	
	width: 345px;
}
#ergebnisliste table tr.premium td.opt, #ergebnisliste table tr.premium_high td.opt, #ergebnisliste table tr.std td.opt, #ergebnisliste table tr.std_high td.opt{
	width: 230px;
}
#ergebnisliste table tr.medium td{
	background: #e3edf7;
}
#ergebnisliste table tr.std td{
	background: #f4f5fa;
	border: 1px solid #CCC;
}
#ergebnisliste table td p, #ergebnisliste table td h3{
	margin: 0 0 0.2em 0;
}
#ergebnisliste a{
	text-decoration: underline;
}
#ergebnisliste div.infomain, #ergebnisliste div.optmain{
	
}
#ergebnisliste div.infodiv_closed, #ergebnisliste div.optdiv_closed{
	display: none;

}
#ergebnisliste div.infodiv_open, #ergebnisliste div.optdiv_open{
	display: block;
	margin: 0.6em 0;
	padding: 0.8em 0;
	
	overflow: auto;
}
#ergebnisliste div.infodiv_open img{
	margin: 0 0 0.5em 0.5em;
	border: 1px solid #003399;
	float: right;
}