* {
	font-family: Arial, Helvetica, sans-serif;
	outline:none;
}

body {
	background-image: url(../bilder/page_bg.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#pageDiv {
	background-color: #76000d;
	height: 394px;
	width: 955px;
	margin-left: -477px;
	padding-top: 10px;
	margin-top: -197px;
	position: absolute;
	left: 50%;
	top: 48%;
}
#containerDiv {
	background-color: #FFFFFF;
	height: 375px;
	width: 929px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
#navi {
	background-color: #d0d3cc;
	height: 30px;
	padding-top: 12px;
}
#navi ul {
	padding: 0px;
	margin: 0px;
}
#navi li {
	list-style-type: none;
	display: Inline-Block;
	width: 153px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#navi a {
	display: block;
	width: 153px;
	float: left;
	color: #76000D;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	height: 26px;
	margin: 0px;
	padding: 0px;
}
#navi a:hover {
	font-weight: bold;
	text-decoration: none;
}

#sub {
	height: 81px;
	width: 143px;
	background-color: #D0D3CC;
	z-index: 1000;
	position: absolute;
	padding: 0px;
	vertical-align: top;
	visibility: hidden;
	left: 50px;
	top: 50px;
	margin: 0px;
}
#sub ul {
	margin: 0px;
	padding: 0px;
}
#sub li {
	list-style-type: none;
}
#sub a {
	display: block;
	width: 133px;
	font-size: 12px;
	height: 20px;
	padding-left: 10px;
	text-decoration: none;
	color: #76000D;
	padding-top: 7px;
}
#sub a:hover {
	text-decoration: none;
	color: #D0D3CC;
	background-color: #76000D;
}
#galerie, #hauptbild_bg {
	float: left;
	height: 324px;
	width: 585px;
	border: 1px solid #D0D3CC;
	margin-bottom: 5px;
	z-index: 0;
	margin-top: 5px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#logo {
	height: 326px;
	width: 338px;
	float: right;
	margin-top: 5px;
	background-image: url(../bilder/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logoDiv {
	height: 120px;
	width: 160px;
	margin-left: 10px;
	margin-bottom: 25px;
}
#logoDiv a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#anschrift {
	font-size: 11px;
	color: #76000D;
	text-align: right;
	padding-right: 10px;
}
#anschrift a {
	color: #76000D;
	text-decoration: none;
}
#anschrift a:hover {
	text-decoration: underline;
}
#copy {
	clear: both;
	height: 15px;
	text-align: right;
}
#copy a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right:10px;
}

