@media screen, projection {
BODY {
background-image : url('bilder/hg_alles.jpg');
background-repeat : repeat-x;
background-position : top;
text-align : center;
font-family : Arial, Helvetica, sans-serif;
font-size : small;
color : #4c3720;
background-color: #55504F;
}
.blau {
color : #0098d1;
}
#aussen {
width : 998px;
margin : 0 auto;
position : relative;
text-align : left;
background-color : #ffffff;
}
#kopf {
width : 998px;

}
#navi {
	margin-left : 0px;
	text-align : left;
	left : 0;
	top:129px;
	width : 180px;
	background-image : url('bilder/hg_navigation.jpg');
	background-position : top;
	background-repeat : no-repeat;
	height : 617px;
}
#text_aussen {
position : absolute;
background : #ffffff;
left : 180px;
top : 128px;
width : 818px;
background-color : #ffffff;
text-align : left;
height : 618px;
}
#text {
width : 550px;
text-align : left;
background-color : #ffffff;
}
#bilder {
width : 250px;
position : absolute;
left : 580px;
top : 0;
padding-top : 50px;
}
#fuss {
position : absolute;
left : 150px;
bottom : 0;
}
#fusskl {
clear: both;
position : absolute;
left : 450px;
bottom : 0;
}
H1 {
font-size : 120%;
color : #179ecf;
font-family : Comic Sans MS;
}
H2 {
font-size : 110%;
color : #179ecf;
font-family : Comic Sans MS;
margin-top: 10px;
margin-bottom: 0px;
}
#navi  ul{
	padding: 0;
	margin-top:0px;
	margin-left : 5px;
}
#navi ul ul {
margin-left: 5px; padding: 0;
}
#navi ul li {
list-style : none;
margin: 0; padding: 0;

}
#navi a {
color : #4c3720;
text-decoration : none;
font-weight : bold;
}
#navi a.aktiv {
color : #0098d1;
font-weight : bold;
font-family : Comic Sans MS;
}
a.aktiv {
color : #0098d1;
font-weight : bold;
font-family : Comic Sans MS;
}
P {
text-align : justify;
margin-bottom: 5px;
margin-top: 5px;
}
BLOCKQUOTE {
	margin-bottom: 5px;
margin-top: 2px;
}

a:link {
color : #4c3720;
font-weight : bold;
}
A:visited {
	color : #0098d1;
	font-weight : bold;
	font-family : Comic Sans MS;
}
.adresse { display: none;
width: 350px;
 }
 .klein { font-size: xx-small; }
 
/*galerie-Anfang*/
.mainCenter {
	height:560px;
}

a 			{ text-decoration: none; font-weight:normal;} 
a:hover		{ text-decoration: underline;}

.banner {
	font-family:Trebuchet MS, verdana, arial;
}

.image {
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
}
/*Galerie-Ende*/
}

@media print {
* { background: #fff; color: #000; }
html {
	font: 100%/1.5 arial;
	text-align : left;
}
#text{ text-align: left; }
#navi, #kopf, #bilder { display: none; }
}