BODY{
	font-family: Arial,Helvetica,Helv,Sans Serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/**
 * The one and only div-element for the map-tiles
 */
#map{
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 1152px; 
	height: 854px;
}

/**
 * This div-element contains a Textarea 
 *  which may show detailed informations about
 *  script-activities
*/
#message{
	position: absolute;
	top: 10px;
	left: 70px;
	z-index: 9999;
}

/**
 * This is for showing, how old the data is
 */
#status_area{
	position: absolute;
	bottom: 40px;
	left: 0px;
}

/**
 * This one shows your speed
 */
#speed_area{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 275px; 
	height: 110px;
	font-size: 80px;
	font-weight: bold;
	text-align: right;
	line-height: 105px;
	color: orange;
	background-image: url(display.gif?234);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

/**
 * This div-element is for a drop-down-list
 * from which you can choose the stored track
 */
#trackChoser{
	position: absolute;
	top: 15px;
	left: 70px;
}

/**
 * For showing a link to download the gpx-file of 
 * a chosen track
 */
#downloadLink{
	position: absolute;
	top: 50px;
	left: 80px;
}

/** For turning on or off the radar **/
#radar{
	position: absolute;
	top: 140px;
	left: 10px;
	width: 50px;
	z-index: 10;
}

#finder{
	position: absolute;
	top: 190px;
	left: 10px;
	width: 50px;
	z-index: 10;
}

/** For showing the zoom-buttons **/
#zoom_area{
	position: absolute;
	top: 2px;
	left: 2px;
	width: 60px; 
}

#timedate_area{
	position: absolute;
	left: 35px;
	bottom: 45px;
	/** background-color: #FFFFFF; **/ 
	font-size	: 20px;
	font-weight: bold;
	text-align: center;
}

#geolayer_area{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px; 
	height: 300px;
}

#type_area{
	position: absolute;
	top: 140px;
	left: 10px;
	width: 50px; 
}

#image{
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}