
#googleMap {
clear:both;
width: 680px;
height: 400px;
border-style: ridge;
border-color: #404040;
}

#adressfeld {
	float:left;
}

#markersetzen {
	float:right;
	display:block;
	margin-top:20px;
}

#markersetzen li {
	float:left;
	display:inline;
}

.mapbutton {
	float:right;
	display:inline;
	width:100px;
	height:30px;
	background-color:#FFb87f;
	text-align:center;
	font-weight:bold;
	border-color:#999;
	border-width:1px;
	border-style:solid;
	border-radius:10px;
	padding-top:10px;
	margin-right:20px;
}

.mapbutton:hover {
	background-color:#fff;
}

#textfeld li a:link {
	color: #000;
	text-decoration:none;
    font-weight:bold;
}

#textfeld li a:visited {
	color: #000;
	text-decoration:none;
    font-weight:bold;
}

#textfeld li a:hover { 
	color: #000;
	text-decoration: none;
    font-weight:bold;
}
