@charset "UTF-8";
/* CSS Document */
body {
  margin : 0;
  padding : 0;
  background-color : #ffffff;
  color : #000000;
}
p, ul, ol, li {
  font : 10pt Arial,geneva,helvetica;
}
.thrColHybHdr #header{
  font : bold 14pt Arial, Helvetica, geneva;
}
h2 {
  font : bold 12pt Arial, Helvetica, geneva;
}
#header {
	position : fixed;
	width : 95%;
	height : 150px;
	top : 0px;
	right : 0px;
	bottom : auto;
	left : 0;
}
#leftnavigation {
	float: left;
	position : fixed;
	height : 400px;
	top : 148px;
	left : 0;
	width : 135px;
	color : #000000;
	padding : 3px;
	overflow : auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content {
	position : fixed;
	top : 150px;
	bottom : 20px;
	margin : 0px 0px 0px 165px;
	width : 75%;
	height : auto;
	padding-left : 5px;
	padding-right : 12px;
	color : #000000;
	background-color : #CCC;
	overflow : auto;
}
#content h1, #content h2 {
	color : #000;
}
#footer {
  position: fixed;
  width: 100%;
  height: 20px;
  top: auto;
  right: 0;
  bottom: 0;
  margin-left : 10px;
}
.text {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.textklein {
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
.textheader {
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
.textweiss {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
}

