#subnavi {
	position: absolute;
	top:  497px;
	left: 510px;

	font-family: Verdana;
	font-weight: bold;
	font-size:   8.5pt;
}

#subnavi div {
/* 	min-width: 100px; */
}

#subnavi ul {
	/* margin subnavi left */
	padding: 0px 0px 0px 25px; 

	/* margin subnavi top */
	margin: -4pt 0px 0px 0pt; 

}

#subnavi li {
	font-weight: normal;
	list-style: none;

	/* zeilen abstand */
	margin-top: 4pt;

/*	border: 1px 1px 1px 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;*/
}
#subnavi a:link {
	text-decoration: none;
}
#subnavi a:hover {
	text-decoration: underline !important;
/* 	color: yellow; */
}
#subnavi a:visited {
	text-decoration: none;
}

#subnavi a.ref_foto {
	color: #D60000;
}
#subnavi a.ref_illu {
	color: #2D6363;
}
#subnavi a.ref_frei {
	color: #4AA0C3;
}
#subnavi a.ref_bp {
	color: #FF9900;
}

#marker {
	position: absolute;
	top:  496px;
	left: 450px;

	display: none;
}

#marker0 {
	position: absolute;
	top: 10px;
	left: 0px;
	
	background-color: black;
	width: 100px;
	height: 1px;
	overflow: hidden;
	display: inline;
}

#marker1 {
	position: absolute;
	top: 10px;
	left: 100px;
	
	background-color: black;
	width: 1px;
	height: 20px;
	overflow: hidden;
	display: inline;
}

#marker2 {
	position: absolute;
	top: 30px;
	left: 100px;
	
	background-color: black;
	width: 20px;
	height: 1px;
	overflow: hidden;
	display: inline;
}

