/*
adapted from OpenLinkMap Copyright (C) 2010 Alexander Matheisen
written by Alexander Matheisen
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
See olm.openstreetmap.de/info for details.
*/

html,body {
	background-color: #000000;
	height: 100%;
	width: 100%;
	margin: 1%; padding: 0;
	font-family: Verdana, Arial;
	font-size: 1em;
	overflow: hidden;
	color: #ffffff;
}

#header a {
	color: #ffff00;
	text-decoration: none;
}

#header a:hover {
	color: #ffff00;
	text-decoration: underline;
}

#header {
	font-family: Verdana, Arial;
	font-size: 1em;
	overflow: hidden;
	color: #ffffff;
}

#map {
	height: 86%;
	width: 96%;
	padding: 0; margin: 0;
	color: #000000;
}

#content {
	font-size: 1em;
}

#osm {
	font-size: 0.7em;
	font-style: italic;
	margin-bottom: 20px;
}

#mapFrame {
	color: #000000;
	position: absolute;
	top: 90px;
	left: 25px;
	right: 25px;
	bottom: 5px;
}

