@charset "utf-8";
layout {
	margin: 0px;
	padding: 0px;
}
#headwraper {
	height: 120px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

#wraper {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #999999;
}
#wraper #logo {
	background-color: #FFFFFF;
	height: 100px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wraper #Navigation {
	height: 35px;
	background-color: #e2e2e2;
	margin-right: auto;
	margin-left: auto;
}
#wraper #subnavigator {
	background-color: #999999;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
}


#wraper #headerImg {
	height: 298px;
}
#wraper #bodyArea #left {
	float: left;
	width: 550px;
}
#wraper #bodyArea #right {
	float: right;
	width: 250px;
	color: #43437E;
}
#wraper #bodyArea #page {
    background-color: #FFFFFF;
    height: auto;
    width: 800px;
    text-align: center;
}
#wraper #bodyArea #footer {
	clear: both;
	height: 50px;
	background-color: #e2e2e2;
}
.style1 {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-weight: normal;
    text-align: justify;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.Jubiläum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}

#wraper #bodyArea #bilder_galerie {
	background-color: #009999;
	height: 200px;
	width: 800px;
}
#wraper #bodyArea #pictureslide {
	background-color: #FFFFCC;
	height: 480px;
	display: block;
	width: 800px;
	float: left;
	overflow: auto;
	margin: auto;
}
#wraper #bodyArea #pictureslide #prev {
	background-image: url(../Grafiken/slideshow_arrow_prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 480px;
	width: 100px;
	float: left;
	position: relative;
	z-index: 99;
}
#wraper #bodyArea #pictureslide #next {
	background-image: url(../Grafiken/slideshow_arrow_next.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: right;
	height: 480px;
	width: 100px;
	position: relative;
	z-index: 99;
}
#wraper #bodyArea #pictureslide #slider {
	display: block;
	float: left;
	height: 480px;
	width: 800px;
	overflow: hidden;
	position: absolute;
}
#wraper #left table {
	text-align: left;

}
#wraper #left #intern link {
	background-color: #003399;
	height: 50px;
	width: 800px;
}
#wraper #contact {
	width: 350px;
	height: 675px;
	float: left;
}
#wraper #maps {
	height: 655px;
	width: 450px;
	float: right;
	margin-top: 20px;
}
