body {
	background-color: #FDAD26;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 125%;
	color: #FFFFFF;
	text-align: left;
}
#pub {
	width: 100px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	position: fixed;
	z-index: 0;
	
}
#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
#navigation {
	height: 75px;
}
#navigation a:link {
	text-decoration: underline;
	
}
#navigation a:hover {
	color: #CC3333;
	font-weight: bold;
}

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

#navigation li {
	display:inline;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
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: #FFFFFF;
	font-size: xx-large;
	line-height: 100%;

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

}
.copyright {
	font-weight: normal;
	font-size: x-small;
	color: #FFFFFF;
	bottom: 1%;
	position: fixed;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
}
