@media screen, projection {
BODY {
	text-align : center;
	background-image: url("Bilder/hg_body.gif");
	margin: 0px;
	color: #4D5A7D;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size : small;
}
*html body{
	 font-size: x-small;  /* fuer IE5 */
	 f/ont-size: small; /* fuer andere IE versionen */
	 }

#aussen {
	top:0px;
	width:960px;
	text-align : left;
	margin: auto;
}

#kopf {
	top:0px;
	width:960px;
	margin : 0px;

}

#navi {
top:187px;
	width:960px;
	background-image : url("Bilder/hg_navi.jpg");
	background-position: top;
	background-repeat: no-repeat;
	height: 50px;
	margin: 0px;
	padding : 4px 0 0 0px;
	list-style-type : none;
	float : left;
}
#navi p { margin: 0px; }
#navi li {
	float : left;
	margin : 0;
	padding : 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 90%;
	}
	
	#navi a {
	float : left;
	display : block;
	margin : 0 1px 0 0;
	padding : 4px 8px;
	color : #4D5A7D;
	text-decoration : none;
	border : 1px solid #4D5A7D;
	border-bottom : none;

}
#navi a:hover, #nav li.aktiv a {
	color : #6699CC;
		border-color : #6699CC;
		background-color : White;
	}
#text {
	width:500px;
	background-image : url("Bilder/hg_text.jpg");
	background-position : top;
	background-repeat : no-repeat;
	border: 1px;
	border-color : #A3AECB;
	border-style : solid;
	margin-left: 150px;
	float: left;
	
}
*html #text { margin-left: 100px; }
#text p {
	padding-left: 30px;
	padding-top: 0px;
	padding-right : 30px;
}
#bilder {
	width:200px;
	float : right;
}
H1 {
	font-size : 120%;
}
H2 {
	font-size : 110%;
}
H3 {
	font-size : 90%;
	margin-top : 5px;
	margin-bottom : 0px;
}
A {
	color: #4D5A7D;
}
.fuss {
	font-size : 6pt;
	color : #4D5A7D;;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	text-align : center;
}
.input {
float: left; 
	border : 1px dotted #993300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	background-color : #F2D76C;
}
label.left { 
float: left; 
text-align: right; 
width: 10em; 
margin-right: .3em; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	} 

input.right { 
float: left; 
width: auto; 
clear: both; 
margin-left: 7.3em; 
margin-right: .3em; 
border:1px dotted #993300;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color : #0097de;
} 
}

@media print {
* { background: #fff; color: #000; }
html { font: 100%/1.5 georgia, serif; }
#nav, #sidebar, #nav_1, #header { display: none; }
}