/*    CSS Style sheet  */
a:link {
	color: #00FFFF;
	text-decoration: underline;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	color: #0000CC;
	text-decoration: underline;
}
/*    BODY    */

body
{
	background: none;
	margin: 0px;
	border: 0pX;
	padding: 0px;
}

div#map
{
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
}

div#koords
{
	position: absolute;
	background: #378E96;
	width: 113px;
	height:82px;
	top:170px;
	right:10px;
}

div#listenfenster
{
	position: absolute;
	background: none;
	background-image: url(./listenschatten1.png);
	width: 210px;
	bottom:400px;
	top:40px;
	right:1px;
	font-size: 14px;
	font-weight: bold;
	color: white;
    text-align: left;
}
div#link
{
	position: absolute;
	bottom:50px;
	left:4px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#traffic
{
    position: absolute;
	bottom:3px;
	left:4px;
}
div#map a
{
	font-size: 14px;
}


/* --  END OF STYLESHEET  -- */



