body {
background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	line-height: 125%;
	color: #666666;
	text-align: left;
}
#pub {
	width: 120px;
	height: 120px;
	position: fixed;
	z-index: 1;
	right: 0px;
	float: right;
	background-color: #FFF;
	border-color: none;
	
}
#container {
	width: 800px;
	
}
#navigation {
	height: 75px;
}
#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;	
}
.textgrau {
	font-weight: bold;
	color: #333333;
	font-size: xx-large;
	line-height: 100%;
	
}
.textgrau {
	font-weight: normal;
	
}
.neu {
	font-weight: normal;
	color: #666666;
	font-size: x-small;
	line-height: 175%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
.bilder_klein {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.bilderrahmen{
	width: 500px;
	float: left;
}
.bilder {
	width: 500px;
}
.galerie {
	width: 250px;
	float: right;
	padding-bottom: 100px;
}
.adresse {
	width: 800px;
	color: #666666;
}
.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;
	
}
