p {
	font-size : 12px;
	font-family : sans-serif;
}
p.fett {
	font-size : 14px;
	font-weight: bold;
	font-family : sans-serif;
}
p.abstand {
		font-size : 12px;
	font-family : sans-serif;
	line-height : 150%;
}
p.fettabstand {
	font-size : 14px;
	font-weight: bold;
	font-family : sans-serif;
	line-height : 150%;
}
li {
	font-size : 12px;
	font-family : sans-serif;
	color: white;
}
li.schwarz {
	font-size : 12px;
	font-family : sans-serif;
	color: black;
}


H1 {
	font-family : sans-serif;
	color : Navy;
	font-size: 16px;
	font-weight : bold;
	background-color : white;
}

H2 {
	font-family : sans-serif;
	color : black;
	font-size: 14px;
	font-weight : bold;
}
H3 {
	font-family : sans-serif;
	color : #01826C;
	font-size: 16px;
	font-weight : bold;
}
H4 {
	font-family : sans-serif;
	color : #01826C;
	font-size: 16px;
	font-weight : bold;
	background-color : #FFFFF4;
}
H5 {
	font-family : sans-serif;
	color : Navy;
	font-size: 12px;
	font-weight : bold;
	background-color : #efefef;
}
H1.weiss {
	font-family : sans-serif;
	color : white;
	font-size: 16px;
	font-weight : bold;
}

A.menu {
	FONT-SIZE: 11px; 
	font-family : sans-serif;
	font-style : normal;
}
A.menu:link {
	COLOR: white; 
	TEXT-DECORATION: none
}
A.menu:visited {
	COLOR: silver; 
	TEXT-DECORATION: none
}
A.menu:hover {
	COLOR: white; 
	BACKGROUND-COLOR: #01826C; 
	TEXT-DECORATION: none
}

a.none {
text-decoration: none;
color: black;
}

#navigation{
	position : absolute;
	left : 0px;
	top : 0px;
}

A.menu2 {
	FONT-SIZE: 11px; 
	font-family : sans-serif;
	font-style : normal;
}
A.menu2:link {
	COLOR: black; 
	TEXT-DECORATION: none
}
A.menu2:visited {
	COLOR: Gray;
	TEXT-DECORATION: none
}
A.menu2:hover {
	COLOR: white; 
	BACKGROUND-COLOR: #01826C; 
	TEXT-DECORATION: none
}

#navigation {
	position : absolute;
	left : 0px;
	top: 0px;
}

#subnavi {
	position : absolute;
	left : 5px;
	top: 155px;
	width : 191px;
	height : auto;
}

#inhalt {
	position : absolute;
	left : 295px;
	top : 146px;
	width : 615px;
	height : 1270px;
}

#lageplan {
	position : absolute;
	left : 220px;
	top : 50px;
	width : 600px;
	height : auto;
}
#zoom {
	position : absolute;
	width : 180px;
	height : 30px;
	left : 80%;
	top : -4px;
	z-index: 5;
}
#zoom-start {
	position : absolute;
	width : 180px;
	height : 30px;
	left : 80%;
	top : 40px;
	z-index: 5;
}
P.html {
	font-family : "Courier New", Courier, monospace;
	font-weight : bold;
	color: black;
	font-size : 12px;
	background-color : #FFFFCC;
}
P.html-sm {
	font-family : "Courier New", Courier, monospace;
	color: black;
	font-size : 11px;
	background-color : #FFFFCC;
}
p.boxklein{
	font-family : sans-serif;
	font-size : 12px;
	background-color : #013758;
	color: #efefef;
	border-color : #efefef #efefef #efefef;
	border : thin solid;
	font-weight : bold;
}

p.boxgross{
	font-family : sans-serif;
	font-size : 14px;
	background-color : yellow;
	color: red;
	border-color : Red Red Red Red;
	border : thin solid;
	font-weight : bold;
}

p.box0{
	font-family : sans-serif;
	font-size : 12px;
	background-color : yellow;
	color: red;
	border-color : Red Red Red Red;
	border : thin solid;
	font-weight : bold;
	width : 250px;
}
