@charset "UTF-8";

body {
	background-color: #FFFFFF;
	margin: 0px;
	color: #707173;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #707173;
}

a:visited {
	color: #707173;
}

a:hover {
	color: #424244;
}

a:active {
	color: #424244;
}

.headline1 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #103154;
	font-weight: normal;
	padding: 2px 5px 1px 5px;
}

.headline2 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #103154;
	font-weight: normal;
	padding: 2px 5px 1px 5px;
}

.headline3 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #103154;
	font-weight: normal;
	padding: 2px 5px 1px 5px;
}

.boldandblue {
	color: #103154;
	font-weight: bold;
}

.boldandgrey {
	color: #707173;
	font-weight: bold;
}

.genevaandblue {
	color: #103154;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.genevaandgrey {
	color: #707173;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.headline_footer {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #103154;
	padding: 2px 4px 1px 4px;
	font-weight: normal;
}

.impressum {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

#header {
	margin: 20px auto 10px auto;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/images/header_background.gif);
}

#navcontainer {
	margin-top: 50px;
	position: absolute;
	z-index: 999;
	margin-left: 200px;
}

#photo_gross {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
	width: 690px;
	padding-top: 10px;
	float: left;
	background-image: url(/images/photo_background_gross.gif);
}

#photo_klein {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	height: 370px;
	width: 690px;
	padding-top: 10px;
	float: left;
	background-image: url(/images/photo_background_klein.gif);
}

.stoerer {
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	float: right;
	padding-left: 10px;
	background-image: url(/images/stoerer_background.gif);
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#wrapper_content {
	width: 890px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

#container {
	width: 680px;
	float: left;
}

.markencontainer {
	float:left;
	margin-right: 10px;
	line-height: 1.4em;
	font-size: 11px;
	width: 160px;
}

.linkcontainer {
	float:left;
	margin-right: 10px;
	line-height: 1.2em;
	font-size: 11px;
	width: 160px;
	text-align: center;
	margin-bottom: 20px;
}

.bilderrahmen {
	border: solid #DADADC 1px;
	margin-bottom: 10px;
}

.ul1 {
	margin-left: -15px;
	list-style-type: square;
	margin-top: 2em;
	margin-bottom: 2em;
}

.ul1 li {
	margin-bottom: 0.4em;
}

#footer {
	width: 880px;
	float: left;
	margin-left: 10px;
	background-image: url(/images/linie.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;
}

.footerleft {
	float:left;
	margin-right: 20px;
	line-height: 1.3em;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

.footerright {
	float:right;
	line-height: 1.3em;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 50px;
}

.social {
	float:right;
	margin-top: 10px;
	margin-left: 5px;
}

.clearfix {
	clear: both;
}

