html{
	height : 100%;
}
body {
	background-color : #003333;
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
	height : 100%;
}
h1 {
	background-color : #CC0000;
	color : White;
	font-size : 40px;
	margin : 0;
	width : 100%;
	height : 90px;
	border-bottom : 1px solid black;
}
h1 strong {
	font-size : 25px;
	font-weight : normal;
}
h1 #headerintro {
	font-size : 16px;
	font-weight: normal;
}
h1 img {
	float : left;
	margin-right : 15px;
}
h2{
	margin-top : 0;
}
#navigation {
	width: 150px;
	float : left;
	
}
#navigation ul {
	 list-style-type : none;
	 margin-top : 20px;
	 
}
#navigation li {
	 margin-left : -2em;
	 margin-bottom : 1em;
}
#inhalt {
	background-color : White;
	margin-left : 150px;
	padding-left : 15px;
	padding-top: 20px;
	padding-right : 15px;
	padding-bottom : 20px;
	font-size : 0.8em;
	border-left : 1px solid black;
}
a{
	 font-weight : bold;
	 background-color : transparent;
	 }
a:link{
	color : #CC0000;
}
 a:visited{
	color : #666666;
}
a:hover{
	color : #CC0000;
	text-decoration : none;
}
a:active{
	color : #FF3333;
}
#navigation a{
	 font-weight : bold;
	 background-color : transparent;
	 text-decoration : none;
}
#navigation a:link{
	color : #99CCCC;
}
#navigation a:visited{
	color : #666666;
}
#navigation a:hover{
	color : #FFFFCC;
	text-decoration : underline;
}
#navigation a:active{
	color : #CC0033;
}
#navigation #hier{
	color : #FFFFCC;
	text-decoration : none;
	cursor : default;
}
#navigation ul ul {
	margin-bottom : 0;
	margin-top : 0;
}
#navigation ul ul li {
	font-size : 0.8em;
	margin-bottom : 0.5em;
	margin-top : 0.5em;
}
#impressum {
	text-align : right;
	margin-bottom : 20px;
}