* html {overflow:hidden;}
body {
	background: white url(images/back.gif) repeat-y left top;
	height: 100%;
	margin: 0;
	padding: 0;
	border-width: 0;
}
* html body {overflow-y: scroll;
}
#links {
	width: 188px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	visibility: visible;
	background: transparent url(images/balken.gif) no-repeat right bottom;
	z-index: 2;
}
* html body #links {position: absolute;
}
#oben {
	width: 782px;
	height: 158px;
	background: url(images/oben.jpg) no-repeat left top;
	position: fixed;
	visibility: visible;
	top: 0;
	left: 188px;
	z-index: 3;
}
* html body #oben {position: absolute;
}
#faces {
	left: 880px;
	top: 210px;
	position: fixed;
}
* html body #faces {position: absolute;
}
#menue {
	position: fixed;
	top: 59px;
	left: 260px;
	visibility: visible;
	z-index: 4;
	display: block;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	width: 690px;
}
* html body #menue {position: absolute;
}
#menue h1 {
	color: white;
	background-color: #003;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	display: block;
	width: 92px;
	height: 20px;
	padding: 2px 5px 0;
	margin-top: 0;
}
#menue a {
	text-decoration: none;
	color: white;
	vertical-align: bottom;
	float: left;
	display: block;
	position: relative;
	width: 92px;
	height: 20px;
	padding: 2px 5px 0;
	margin-top: 0;
}
#menue a:hover {
	background-color: #003;
}
#menue1 {
	position: fixed;
	top: 81px;
	left: 308px;
	visibility: visible;
	z-index: 5;
	display: block;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	width: 650px;
}
* html body #menue1 {position: absolute;
}
#menue1 a {
	text-decoration: none;
	color: #003;
	vertical-align: bottom;
	float:  left;
	display: block;
	position: relative;
	width: 60px;
	height: 18px;
	padding: 3px 5px 0;
	margin-top: 0;
}
#menue1 a:hover {
	background-color: #333;
	color: white;
}
#menue1 h1 {
	background-color: #333;
	color: white;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	float:  left;
	display: block;
	position: relative;
	width: 60px;
	height: 18px;
	padding: 3px 5px 0;
	margin-top: 0;
}
#pad {
	z-index: 1;
	background-color: transparent;
}
* html body #pad{
	width: 100%;
	height: 100%;
	overflow: auto;
	position: absolute;
}
#inhalt {
	width: 480px;
	position: relative;
	z-index: 1;
	left: 300px;
	display: block;
	margin-top: 200px;
}
#inhalt p {
	text-align: justify;
	font: 12px/17px Arial, Helvetica, sans-serif;
}
#inhalt h1 {
	font: bold 26px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #900;
}
#inhalt h2 {
	text-align: left;
	color: #900;
	font: italic 18px/0 Times, "Times New Roman", serif;
	text-indent: 2em;
}
#inhalt a {
	color: #900;
	text-decoration: none;
}
#inhalt a:hover {
	text-decoration: underline;
}
#inhalt a:visited {
	color: #003;
}
#inhalt li {
	font: 12px/17px Arial, Helvetica, sans-serif;
	list-style-image: url(images/punkt.gif);
}
#inhalt li a {
	color: #900;
	text-decoration: none;
}
#inhalt li a:hover {
	text-decoration: underline;
}
#inhalt li a:visited {
	color: #003;
}
#inhalt table {
	border-bottom: 1px solid #003;
}
#inhalt table td {
	font: 12px/17px Arial, Helvetica, sans-serif;
	height: 20px;
}
#inhalt table td#haupt {
	font-weight: bold;
	border-top: 1px solid #003;
	border-bottom: 1px solid #003;
	height: 22px;
}
#inhalt img {
	float: left;
	margin-right: 10px;
	border-bottom: 4px solid #900;
}
