html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 125%;
	color: #000000;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background-color: #eae4d9;

}

h3 {
	font-size: 130%;
	line-height: 115%;
	color: #333333;
        margin-top: 0px
}

a, 
a:link, 
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, 
a:active {
	color: #666666;
}

#inhaltdiv {
	position: absolute;
	height: 600px;
	width: 955px;
	top: 50%;
	left: 50%;
	margin-left: -477.5px;
	margin-top: -300px;
	padding: 0px;
	background-image: url(images/hg-folge.jpg);
	background-repeat:no-repeat;

}
#navinhaltdiv {
	position: absolute;
	padding-left: 0px;
	width: 260px;
	height: 104px;
	line-height: 40px;
	top: 50px;
	left:520px;
}
#inhalt {
	position: absolute;
	padding: 25px;
	width: 845px;
	height: 317px;
	top: 203px;
	left: 30px;
overflow-y:auto;
}
#galerie img {
	margin: 0px 5px 5px 0px;	
}
#galerie a, #galerie a img {
	filter: alpha(opacity=70); /* MSIE/PC */
-moz-opacity: 0.7; /* Mozilla 1.6 and older */
opacity: 0.7;	
}
#galerie a:hover, #galerie a:hover img {
filter: alpha(opacity=100); /* MSIE/PC */
-moz-opacity: 1.0; /* Mozilla 1.6 and older */
opacity: 1.0;	
}

