body {
	background: #FAFAFA;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}

p {
	font-size: 1em;	
	margin: 0.4em 0;
	}	

H1, H2, H3, H4 {
	margin:  3px 0 0.3em 0;
	padding: 0;}

	
h1+p {margin-top:0.8em;}
h2+h1, h3+h1 h4+h1 {margin-top:1em;}
h1+h2 {margin-top:0.7em;}
p+h1, p+h2, p+h3, p+h4 {margin-top:0.8em;}

	
h1	{font-size: 1.40em;}
h2	{font-size: 1.2em;}
h3	{font-size: 1.1em;}
h4	{font-size: 1.0em;}


a:visited {	color: #006666;}
a:hover {	color: #000066;}
 
#rechts {
	position: absolute;
	margin: 10px 5px 10px 10px;
	left: 68%;
	padding: 0 5px;
	float:right;
	position: absolute;
}

* html #rechts {
	margin-left:25px;
	margin: 10px 0 0 0;
	left: 71%;
	}

#rechts, #mitte{
	background: #EFEFEF;
	border-style:solid;
	border-color: #FF0000;
	border-width:1px;
	}

#rechts p{line-height: 125%;}

#mitte {
	position:absolute;
	margin: 10px; 
	left: 150px;
	right: 31%;
	float:left;
	padding: 0 8px;
	}

	
#mitte p {line-height: 130%;}

	
.update {
	color: #FF0000;
	font-weight: bold;
}

.zit {
	line-height: 110%;
	padding-left: 2em;
}

.durchgestrichen {text-decoration:line-through;}

#menue {
	position: fixed;
	margin-top:10px;
	float: left;
	background-color: #404040;
	width: 150px;
	height: 100%;
	}
	
#menue img {
	margin:15px 0 10px 0;
	}	
	
#menue li a {text-decoration: none;}

#menue li {
	list-style-type: none;
	font-size: medium;
	font-weight:bold;
	margin-left: 5px;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	border-style:solid;
	border-color:#CCCCCC;
	border-width: 2px 1px 1px 2px;
	width:117px;
	padding: 3px;
	}
	
#menue ul { 
		margin: 0;
		padding-left:8px;
		list-style: none;	
		}
	
#menue2 li{
	font-size:75%;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	width:106px;
	padding: 3px;
	margin: 3px 2px 3px 17px;
	border-width:2px 1px 1px 2px;
	font-weight:600;
	}	
	
#menue3{
	padding-left:15px;	
	}
	
#menue3 li{
	font-size:80%;
	line-height:0.4;
	}		

#menue a:link {
	color: #FFFFFF;
	}
	
#menue a:visited {
	color: #CCCCCC;	
	}
	
#menue li:hover {
	font-size: 110%;
	font-weight: bolder;
	color:#FFFFFF;
	border-style:solid;
	border-color:#CCCCCC;	
	border-width:1px 2px 2px 1px;
	}

#menue a:active {
	color: #FFFF66;
	font-size: 1.2em;
	font-weight: bold;
	border-width:1px 2px 2px 1px;
	}
	
	
#menue2 li:hover {
	font-size: 90%;
	font-weight: 700;
	color:#FFFFFF;
	border-style:solid;
	border-color:#CCCCCC;	
	border-width:1px 2px 2px 1px;
	}

head:first-child+body #menue2{
	display:none;
	}

.menulitem{
width: 130px;
}
div.menulitem:hover #menue2 {
	display:block;
	}
	
div.menulitem:active #menue2 {
	display:block;
	}

head:first-child+body #menue3{
	display:none;
	}	

div.menulitem:hover #menue3 {
	display:block;
	}
	
div.menulitem:active #menue3 {
	display:block;
	}
	
