@media screen, projection {
BODY {
		text-align: center;
		margin-top: 0px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: x-small;
		color: #515151;
}
A:LINK {
	font-size: x-small;
		color: #515151;
}
A:VISITED {
	font-size: x-small;
	color: #9C9C9C;
}

#aussen {
	margin: 0 auto;
	text-align: left;
	width:1000px;
	height:800px;
	
}
* html #aussen { width: 1300px;  }
#logo {
	width:1000px;
	height:185px;
	}
#nav-o {
	width:997px;
	height:20px;
	background-image : url("Bilder/hg_nav_o.jpg");
	background-repeat : repeat-x;
	margin-top:0px;
	margin-left : 1px;
	padding-top: 8px;
	margin-right: 2px;
	margin-bottom: 0px;
}
	

#nav a {
	color: #787878;
	font-weight : bold;
	text-decoration: none;
	}

#nav  a:hover {
	background: #D9D9D9;
	color: White;
	
}

#nav a.active_gruen {
	color: #33962b;
	text-decoration: none;
}
#nav a.active_braun {
	color: #8d6023;
	text-decoration: none;
}
#nav a.active_orange {
	color: #f5aa47;
	text-decoration: none;
}
#nav a.active_blau {
	color: #396499;
	text-decoration: none;
}
#links { 
margin-top: 0px;
float: left;
width: 820px; }
* html #links { width: 825px;  }
#hg-navi {
	width:180px;
	height:483px;
	background-image : url("Bilder/hg_navi.jpg");
	float: left;
}
#hg-navi p {
	margin-left: 0px;
	margin-top: 20px;
	
}

#text {
	width:635px;
	float: right;
	background-repeat : no-repeat;
	background-position : top;
}

#text p { padding-left: 10px; 
padding-right: 10px;}
h1 { font-size: 150%;
	margin: 10px; }
	
.gruen {
	color: #33962b;
	margin: 10px;
}
p.gruen a {  color: #33962b;
	margin: 10px; font-weight: bold;}
.blau {
	color: #396499;
	margin: 10px;
}
.braun {
	color: #8d6023;
	margin: 10px;
}
.orange {
	color: #f5aa47;
margin: 10px;
}
p.braun a{  color: #8d6023;
	margin: 10px; font-weight: bold;}
H2 {
	font-size: 130%;
	margin: 10px;
}
H3 {
	font-size: 110%;
	margin: 10px;
}
#hg-re {
	width:180px;
	height:483px;
	background-image : url("Bilder/hg_re.jpg");
	float : left;
	margin-right: 0px;
	}
	#hg-re img { margin: 25px; }
#fuss_druck { display: none; }
}

@media print {
* { background: #fff; color: #000; }
html {
	font: 90% Arial, Helvetica, sans-serif;
}
#bild { display: none; }
#nav, #hg-navi, #logo,  #footer, #hg-re { display: none; }
}