body {
	margin:0;padding:0;border:0;overflow:hidden;
	font-family:verdana,arial;
}

label {
	font-weight:bold;
}

a {
	text-decoration:none;
}

.strassensuche {
	padding:3px;
	border:1px solid black;
	z-Index:10000;
	background-color:white;
	width:200px;
	height:90%;
	position:absolute;
	left:10px;
	top:5%;
}

.strassenliste {
	padding:3px;
	border:1px solid black;
	z-Index:10000;
	background-color:white;
	width:200px;
	height:90%;
	position:absolute;
	right:10px;
	top:5%;
}

.klein {
	font-size:9px;
}

.mittel {
	font-size:11px;
}


.main {
	margin-top:5px;
	margin-bottom:5px;
	font-size:11px;
}