@charset "utf-8";

body {
	text-align:center;
}

body div {
	text-align:left;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:15px;
}


a {
	text-decoration:underline;
	color:#000000;
}

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

#pnlLeft {
	float:left;
	width:100%;
}

#filter_options {
	margin-top:10px;
}

#pnlRight {
	width:300px;
	position:absolute;
	top:30px;
	left:0px;
	z-index:2;
	background-color:#CCCCCC;

	border-top:1px solid #555555;
	border-left:1px solid #555555;
	border-bottom:1px solid #555555;
	border-right:none;
}

.farbverlauf{
	padding:10px;
	background:-moz-linear-gradient(top, #CCCCCC, #DDDDDD); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#DDDDDD)); /* Safari, Chrome */
	border-top:1px solid #555555;
}

hr {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #000000;
}

form {
	margin:0px;
}

#map {
	z-index:1;
	margin:0px 0px 0px 0px;
	width:100%;
	height:550px;
}

#id_address {
	width:200px;
}
