body {
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	line-height: 125%;
	color: #666666;
	text-align: left;
	background-image: url(bilder/home/h_home.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
} 

#pub {
	width: 120px;
	height: 120px;
	position: fixed;
	z-index: 1;
	right: 0px;
	float: right;
	background-color: #FFF;
	border-color: none;
}
#container {
	width: 715px;
	height: 950px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	padding-left: 15px;
	padding-top: 15px;
	background-color: #FFF;
}
#navigation {
	height: 75px;
		padding-left: 15px;

	padding: 0px;
	background-color: #FFF;
}
#navigation a:link {
	text-decoration: underline;
	
}
#navigation a:hover {
	color: #CC3333;
	font-weight: bold;
}
#navigation a:active {
	color: #CC3333;
	font-weight: bold;
}

#navigation ul {
           list-style-type: none;
           display:inline;
}

#navigation li {
	display:inline;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	color: #CC3333;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #CC3333;
	font-weight: bold;
	text-decoration: underline;	
}ine;	

.textgrau {
	font-weight: normal;

}
.bilder_klein {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.bilderrahmen{
	width: 500px;
	float: left;
}
.bilder {
	width: 500px;
}
.galerie {
	width: 150px;
	float: right;
	padding-bottom: 100px;
}
.adresse {
	width: 700px;
	color: #FFFFFF;
}
.adresse_mail {
	color: #CC3333;
	text-decoration: underline;
	font-weight: normal;

}
.copyright {
	font-size: x-small;
	color: #666666;
	bottom: 1%;
	right: 1%;
	position: fixed;
	z-index: 1;
	
}
