BODY {
		PADDING: 0em; 
		MARGIN-TOP: 100px;
		MARGIN-LEFT: 100px; 
		COLOR: black; 
		FONT-SIZE: 78%; 
		FONT-FAMILY: verdana, arial, helvetica, sans-serif;
		HEIGHT: 100%;
	}
H1 {
	font-family: Georgia, Times, serif;
	FONT-SIZE: 1.4em;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2;
	margin: 4px;
}

span.link {
	color: blue;
	cursor: hand;
}
select {
	FONT-SIZE: 0.8em;
	}
span.rubrik {
	FONT-FAMILY: "times new roman", times, serif;
	FONT-SIZE: 16pt;
}
A:link { color: gray; text-decoration: none; }       /* unvisited link */
A:visited { color: gray;text-decoration: none; }   /* visited links */
A:active { color: black; text-decoration: none; }    /* active links */
A:hover {  color: black; text-decoration: underline;}
TABLE {
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	FONT-SIZE: 1.0em;
	PADDING: 4px;
}
TD {
	vertical-align : top;
}
UL, LI {
	margin-left: 8px;
	padding: 0px;
}
#divnav {
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 8px;
	width: 160px;
	height: 100%;
	POSITION: absolute;
	background: whitesmoke;
	font-size: 0.9em; 
	border-right: 0px solid #CC9229;
}

#divhead {
	left: 160px;
	top: 0px;
	width: 460px;
	height: 40px;
	padding: 8px;
	POSITION: absolute;
	background: Gainsboro;
	border: 0px solid gray;
}
#divmap {
	left: 160px;
	top: 40px;
	margin: 0px;
	padding: 8px;
	POSITION: absolute;
	/* MARGIN: 0px 0px 0px 200px; */
	height: 100%;
	width: 460px;
	/* background: url(graystamp.jpg);*/
	background: white;
	/* border: 1px solid black; */
	line-height: 1.2;
}
#divright {
	display: none;
}
img.nav {
	border: 0px solid black;
}

.kontakt {
	line-height: 1.2;
}
.onscreen {
	display: none;
}
.onprint {
	display: inline;
}
