body	{
	background-color : #FFFFFF;
 
	SCROLLBAR-FACE-COLOR:		#FFFFFF;
	SCROLLBAR-SHADOW-COLOR:		#FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR:	#B1B3B6;
	SCROLLBAR-DARKSHADOW-COLOR:	#B1B3B6;
	SCROLLBAR-TRACK-COLOR:		#B1B3B6;
	SCROLLBAR-ARROW-COLOR:		#B1B3B6;
	}

	a:link		{color: #FD1A15; text-decoration: none; }
	a:active	{color: #FD1A15; text-decoration: underline; }
	a:visited	{color: #FD1A15; text-decoration: underline; }
	a:hover	{color: #40A73A; text-decoration: none; }

.body,td {
	font-family :trebuchet ms, helvetica, arial;
	font-size :	12px;
	color :		#7F6814
	}

input,textarea,select {
	padding: 3px 3px;
	display: inline;
	background: #F5F5F5;
	border: 1px solid;
	border-color:#aaaaaa;
	color: darkred;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:8pt;
	font-family: trebuchet ms;
}

submit_button {
	padding: 3px 3px;
	display: inline;
	background: #ffd128;
	border: 1px solid;
	border-color:#7F6814;
	color: darkred;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:8pt;
	font-family: trebuchet ms;
}

.coordinaten1 {
	font-family :helvetica, arial;
	font-size :	12px;
	color :		#85A8D0
	}
	
h1 {
	color :		#007600
	
}
.coordinaten2 {
	font-family :helvetica, arial;
	font-size :	12px;
	color :		#FFD128
	}
	
.header {
	font-family :helvetica, arial;
	font-size :	20px;
	color :		#FD1A15
	}

.menu {
	background-color:#ffd128;
	color:#7F6814;
	margin-right:5px;
	padding:8px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	cursor:pointer;
//	text-shadow: 1px 1px #666666;
	font-size:10pt;
	border: 1px solid;
	font-family: trebuchet ms;
}

.google_places {
	background-color:#ffffff;
//	color:#7F6814;
color:#000000;
	margin-right:5px;
	padding:8px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	cursor:pointer;
//	text-shadow: 1px 1px #666666;
	font-size:10pt;
	border: 1px solid;
	font-family: trebuchet ms;
}


