* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
/* commented backslash hack v2 \*/
	overflow: hidden;
/* end hack */
}
/*-------------------------------------  HEADER  ----------------*/
#header {
	position: absolute;
	top: 0;
	left: 15%;
	right: 15%;
	width: 70%;
	color: blue;
	height: 200px;
	z-index: 1;
}
* html #header {
/* commented backslash hack v2 \*/
	position: absolute;
	top: 0;
	height: 200px;
	left: 15%;
	right: 15%;
	width: 70%;
/* end hack */
}
#head {
	position: relative;
	width: 100%;
	height: 100%;
}
/*-------------------------------------  FOOTER  ----------------*/
#footer {
	color: transparent;
	position: fixed;
	height: 70px;
	left: 15%;
	right: 15%;
	bottom: 0;
	z-index: 200;
}
* html #footer {
/* commented backslash hack v2 \*/
	position: absolute;
	left: 15%;
	right: 15%;
	width: 70%;
	top: expression(document.body. clientHeight -70 + "px");
	height: 70px;
/* end hack */
	z-index: 200;
}
#footer table {
	font-size: 90%;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
#footer p, #footer a {
	color: gray;
}
/*-------------------------------------  CONTENT  ----------------*/
#content {
	position: absolute;
	top: 200px;
	left: 15%;
	right: 15%;
	bottom: 70px;
	overflow: auto;
	z-index: 1;
}
* html #content {
	height: expression(document.body. clientHeight -270 + "px" );
	width: 70%;
/* commented backslash hack v2 \*/
	overflow: auto;
/* end hack */
}
#spaltemenue {
	position: absolute;
	top: 0px;
	bottom: 5px;
	left: 0;
	right: 0;
	width: 15%;
	/*padding: 5px;*/
	text-align: center;
	z-index: 200;
}
*html #spaltemenue {
	float: left;
}

#spiegel {
	width: 98%;
	margin: 10px;
}
#extra {
	position: absolute;
	top: 0px;
	bottom: 5px;
	background: F0F0F0;
	left: 85%;
	right: 0;
	width: 15%;
	padding: 5px;
	text-align: center;
/* commented backslash hack v2 \*/
	overflow: auto;
/* end hack */
	z-index: 100;
}
#divmitte, #divrechts, #divlinks {
	width: 30%;
	margin: 1%;
	padding-left: 5px;
}
#divlinks {
	clear: both;
	float: left;
	padding-left: 0;
}
#divrechts {
	float: right;
	border-left: 1px dotted silver;
}
#divmitte {
	float: left;
	border-left: 1px dotted silver;
}
/* --------------------------- TEXTFORMATE ------------------*/
.invis, .sichtbar {
	display: none;
}
img {
	border: none;
}
/* NAVIGATION ____________________________________________*/
#nav {
	background: transparent;
	color: #00008B;
	line-height: 100%;
	z-index: 20;
	width: 98%;
	margin-top: 20px;
	text-align: left;
}
#nav ul {
	font-size: 90%;
}
#nav li {
	display: block;
	font-weight: normal;
	list-style: none;
	padding: 5px;
	padding-left: 0;
	border-bottom: 1px dotted Silver;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #00008B;
	background: transparent;
	border: none;
}
#nav a:hover {
	color: #8B0000;
	font-weight: normal;
}
body.nav1 #nav li#nav1 a, body.nav2 #nav li#nav2 a, body.nav3 #nav li#nav3 a, body.nav4 #nav li#nav4 a, body.nav5 #nav li#nav5 a, body.nav6 #nav li#nav6 a, body.nav7 #nav li#nav7 a, body.nav8 #nav li#nav8 a, body.nav9 #nav li#nav9 a, body.nav10 #nav li#nav10 a, body.nav11 #nav li#nav11 a, body.nav12 #nav li#nav12 a, body.nav13 #nav li#nav13 a {
	color: #FF8C00;
	font-weight: bold;
}
/* ________________UNTERNAVI _________________*/
#unternav {
	background: transparent;
	color: #00008B;
	line-height: 100%;
	z-index: 20;
	height: 20px;
	margin-left: 10%;
	margin-top: 8px;
	margin-bottom: 8px;
	height: auto;
	text-align: left;
}
#unternav ul {
	font-size: 85%;
}
#unternav li {
	display: block;
	font-weight: normal;
	list-style: none;
	margin-left: 5px;
	text-align: left;
	border-bottom: 1px dotted Silver;
}
#unternav a:link, #unternav a:visited {
	text-decoration: none;
	color: #00008B;
	background: transparent;
	border: none;
}
#unternav a:hover {
	color: #8B0000;
	font-weight: normal;
}
#spaltemenue .unternav1 #unternav li#unternav1 a, #spaltemenue .unternav2 #unternav li#unternav2 a, #spaltemenue .unternav3 #unternav li#unternav3 a, #spaltemenue .unternav4 #unternav li#unternav4 a, #spaltemenue .unternav5 #unternav li#unternav5 a, #spaltemenue .unternav6 #unternav li#unternav6 a, #spaltemenue .unternav7 #unternav li#unternav7 a, #spaltemenue .unternav8 #unternav li#unternav8 a, #spaltemenue .unternav9 #unternav li#unternav9 a, #spaltemenue .unternav10 #unternav li#unternav10 a {
	color: #FF8C00;
	font-weight: bold;
}
