@charset "utf-8";
.content {
}

* {
margin: 0;
padding: 0;
}


body {
	background-image: url(../grafiken/hg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
}

#content_container  {
	margin: 0;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.fliesstext {
	margin-top: 10px;
	font-size: 15px;
	line-height: 24px;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
}

.fliesstext a:link, .fliesstext a:visited {
	color: #0c757c;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
}

.fliesstext a:hover, .fliesstext a:active, .fliesstext a:focus {
	color: #666;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
}

.bildlegende {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 10px;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
}

.bildlegende2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 24px;
	color: #666;
	text-shadow: 1px 1px 0 #fff;
	letter-spacing: 1px;
	text-align: right;
}

.bildlegende2 a:link, .bildlegende2 a:visited {
	color: #0c757c;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
}

.bildlegende2 a:hover, .bildlegende2 a:active, .bildlegende2 a:focus {
	color: #666;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
}

.bildlegende3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 24px;
	color: #666;
	text-shadow: 1px 1px 0 #fff;
	letter-spacing: 1px;
	text-align: left;
}

.bildlegende3 a:link, .bildlegende3 a:visited {
	color: #0c757c;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
}

.bildlegende3 a:hover, .bildlegende3 a:active, .bildlegende3 a:focus {
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
}

.zwischen {
	height: 75px;
	margin: 0 auto 0 auto;
}

/*------------------------ allgemein -------------------------*/

/*------------------------ head -------------------------*/

#head {
	height: 131px;
	width: 100%;
	position: fixed;
	z-index: 2;
	background-image: url(../grafiken/hg_oben.png);
	background-repeat: repeat-x;
}

.logo {
	background: url(../grafiken/logo.png) center no-repeat;
	margin-top: 20px;
	height: 131px;
	width: 100%;
	position: fixed;
	z-index: 1;
}

.logo-content {
	float: right;
	text-align: right;
	width: 100px;
	height: 20px;
	margin: 45px 10px 0 0;
}

/*------------------------ head -------------------------*/

/*------------------------ inhalt -------------------------*/

* > div#inhalt {
    overflow: hidden;
	background-image: url(../grafiken/hg_head.png);
	background-repeat: repeat;
	margin: 20px auto 30px auto;
	padding-top: 10px;
	width: 950px;
}

div#inhalt div {
    display: inline;
}

.text {
	width: 500px;
	margin: 30px 50px 30px 30px;
	float: left;
}

.impressum {
	width: 500px;
	margin: -45px 420px 25px 30px;
	float: right;
	border-top: #CCC 1px solid;
}

.adresse {
	width: 320px;
	margin: 30px 0 30px 30px;
	float: left;
}

.headline {
	width: 250px;
	height: 33px;
}

* > div#fotos {
    overflow: hidden;
	width: 320px;
}

div#fotos div {
    display: inline;
}

.foto {
	margin: 15px 15px 0 0;
	height: 100px;
	width: 145px;
	background-color: #999;
	float: left;
}