@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.1em;
	background-color: #300;
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #FAC87F;
	scrollbar-shadow-color: #E5B36A;
	scrollbar-dark-shadow-color: #DAA557;
	scrollbar-face-color: #FAC87F;
	scrollbar-highlight-color: #FFE9A6;
	scrollbar-3d-light-color: #FFE9A6;
}

ul, ol, dl {
//	padding-left: 20px;
//	margin: 0;
//	margin-bottom: 10px;
}
hr {
	margin: 20px 0 0px 0;
}
li {
	margin-bottom: 3px;
}
blockquote {
	font-style: italic;
	font-weight: bold;
	margin: 15px;
}
blockquote p:before {
	content: "\201C";
}
blockquote p:after {
	content: "\201D";
}
#menu ul, #menu ol, #menu dl {
//	padding: 0;
//	margin: 0;
}
#menu ul {
	list-style-type: circle;
	list-style-position: outside;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	height: 0px;
//	margin: 0;
	width: 210px;
}
#menu li {
	margin-bottom: 0.25em;
//	width: 0px;
}
#menu ul li {
	margin-bottom: 0.25em;
//	width: 210px;
//	left: 0px;
}
#menu ul li ul li {
	margin-bottom: 0.25em;
//	width: 0px;
}
#menu ul li ul {
//	position: relative;
//	left: 300px;
//	top: 200px;
}
#menu ul li ul li{
//	position: relative;
//	left: 300px;
//	top: 200px;
//	visibility: hidden;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
h2, h3, h4, h5, h6{
	margin-top: 30px;
}
p {
	margin-bottom: 10px;
}
a img {
	border: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #222;
	text-decoration: none;
}
td {
	vertical-align: top;
}
hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	clear: both;
}


.error {
	color: #900;
	font-weight: bolder;
}
.containerbgr {
	overflow: scroll;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.ContentImage, .ContentImageLeft, .ContentImageRight, .ContentImageLeftNB, .ContentImageRightNB {
	font-size: 9px;
	font-weight: normal;
	width: auto;
	height: auto;
	line-height: 1.8em;
}
.ContentImage, .ContentImageLeft, .ContentImageRight {
	margin-top: 0px;
	margin-bottom: 15px;
}
.ContentImage, .ContentImageRight, .ContentImageRightNB {
	align: right;
	float: right;
	text-align: right;
	padding-left: 15px;
}
.ContentImageLeft, .ContentImageLeftNB {
	align: left;
	float: left;
	margin-left: 0px;
	padding-right: 15px;
}
.inactive {
	color: #666;
}
.active {
	font-weight: bolder;
}

#header {
	height: 90px;
	background-color: #600;
	float: right;
	width: 698px;
	padding: 5px 0 5px 2px;
}
#header img {
	height: 90px;
	width: 115px;
	margin-right: 1px;
	border: 0px;
	padding: 0px;
}

#contentbgr {
	padding: 25px 15px 25px 15px;
	overflow: auto;
	height: 570px;
	float: left;
	width: 670px;
	background-color: #E5B36A;
	background-image: url(../img/bgr.jpg);
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #FAC87F;
	scrollbar-shadow-color: #E5B36A;
	scrollbar-dark-shadow-color: #DAA557;
	scrollbar-face-color: #FAC87F;
	scrollbar-highlight-color: #FFE9A6;
	scrollbar-3d-light-color: #FFE9A6;
}

#content {
	padding: 0px 0px 0px 0px;
}

#footer {
	float: left;
	width: 960px;
	height: 20px;
	background-color: #600;
}

#footer p, #footer a:link, #footer a:visited {
	text-align: right;
	color: #ddd;
	font-size: 12px;
	margin: 4px;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #bbb;
}

#menu {
	padding: 10px 0px 10px 0px;
	background-color:#600;
	float: left;
	width: 260px;
	height: 700px;
	overflow: visible;
	color: #ccc;
}
#LandwassereckLogo {
	width: 160px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
#MenuBar {
	width: 210px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 320px;
}
#MenuInfo {
	text-align: center;
	width: 240px;
	margin: auto;
	margin-bottom: 5px;
	position: relative;
	top: 0px;
}
#MenuInfo h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
#MenuInfo h2 {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}
#MenuInfo p {
	margin-bottom: 3px;
	font-size: 12px;
}
#map {
	width: 400px;
	margin: 0px;
	height: 400px;
	scrolling: no;
	border: 0px;
}
#Events ul {
}
#Events li {
	clear: left;
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: none;
}
#Others ul {
}
#Others li {
	clear: left;
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: none;
}
#guestbook li {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: none;
}
#guestbook .navigation {
	height: 17px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #C90;
}
#guestbook form {
	padding-bottom: 25px;
}
#guestbook ul {
	width: 500px;
}
#guestbook input, #guestbook textarea {
	background-color:#FC6;
	width:290px;
	float: right;
	top: auto;
	vertical-align: top;
	margin-bottom: 5px;
	padding: 0px;
}
#Galery ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#Galery li {
	float: left;
	list-style: none;
	margin: 5px;
}

