* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
a, h3 {
	outline: none;
}
body {
	background-color: #eae7d4;
	color: #333333;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 988px;
	background: #fff;
	padding-right: 6px;
	padding-left: 6px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(100, 100, 100, 0.5);
	box-shadow: 0px 5px 10px 0px rgba(100, 100, 100, 0.5);
	padding-bottom: 6px;
}
#menue {
	background-color: #e18941;
	border-top: 1px solid #fff;
	margin-bottom: 5px;
}
#menue ul {
	list-style: none;
	float: right;
}
#menue li {
	float: left;
	
}
#menue li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border-left: 1px solid #fff;
}
#menue li a:hover {
	color: #333333;
	background-color: #ffd184;
}
#menue li .current {
	color: #333333;
	background-color: #ffd184;
}
.cleft {
	width: 170px;
	float: left;
}
.cright {
	width: 170px;
	float: right;
}
.ccenter {
	width: 634px;
	margin-right: 177px;
	margin-left: 177px;
}
#map {
	width: 634px;
	height: 710px;
	background-color: #d4d39b;
}
#map_inner {
	background-color: #98ccda;
	padding-top: 20px;
}
.ccenter h1 {
	margin-bottom: 30px;
	text-align: center;
	font: 35px Georgia;
	margin-top: 20px;
}
.rightcontent {
	text-align: left;
	padding: 20px;
	line-height: 18px;
}
.rightcontent p {
	padding-bottom: 5px;
}
.rightcontent li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
}
.rightcontent .ort,.rightcontent .ort a {
	color: #5c7346;
	font: 18px Georgia;
}
.rightcontent .titel {
	font: bold 18px Georgia;
}
.rightcontent .beschreibung {
	border-bottom: 1px dashed #5c7346;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.textlink {
	color: #1340fc;
}
.buttonlink {
	background-color: #5c7346;
	color: #fff;
	cursor: pointer;
	border: 1px solid #5c7346;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	padding: 5px 10px;
	text-decoration: none;
}
#kontaktform {
	
}
#kontaktform div {
	margin-top: 5px;
	margin-bottom: 5px;
}
#kontaktform label{
	display: block;
	width: 100px;
	font-weight: bold;
	padding: 5px;
	float: left;
}
#kontaktform .inputnorm {
	border: 1px solid #a3481b;
	border-left: 3px solid #a3481b;
	border-right: 3px solid #a3481b;
	padding: 5px;
	width: 400px;
}
#kontaktform #nachricht {
	height: 200px;
}
#kontaktform #senden {
	background-color: #a3481b;
	color: #fff;
	width: 150px;
}
#left {
	text-align: left;
	height: 710px;
	position: relative;
}
#leftanzeige {
	position: absolute;
	left: 0;
	bottom: 0;
}
#right {
	text-align: left;
}
#footer {
	color: #333333;
	background: #f7f3e1; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f3e1 0%, #e8e4d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f3e1), color-stop(100%,#e8e4d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f3e1 0%,#e8e4d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f3e1 0%,#e8e4d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f3e1 0%,#e8e4d3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f3e1 0%,#e8e4d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f3e1', endColorstr='#e8e4d3',GradientType=0 );
	margin-top: -7px;
	border-top: 1px solid #eae7d4;
}
#footer a {
	color: #333333;
}
#footer .ccenter {
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
}
.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.accordion li, .leftaccordion li, .leftstaedte li, .leftstaedtehead li {
	list-style: none;
}

/* Layout & Style */

.accordion li > a, .leftaccordion li > a {
	display: block;
	position: relative;
	padding: 7px 7px 7px 10px;
	color: #333;
	text-decoration: none;
	background: #e2dbbe;
	border-bottom: 2px solid #fff;
}

.leftstaedte li > a {
	display: block;
	position: relative;
	padding: 7px 7px 7px 10px;
	color: #333;
	text-decoration: none;
	background: #f8f2da;
	border-bottom: 2px solid #fff;
}
.leftstaedtehead li > span {
	display: block;
	position: relative;
	padding: 7px 7px 7px 10px;
	color: #333;
	text-decoration: none;
	background: #fece79;
	border-bottom: 2px solid #fff;
}

.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active,
.leftaccordion > li:hover > a,
.leftaccordion > li:target > a,
.leftaccordion > li > a.active,
.leftstaedte > li:hover > a,
.leftstaedte > li:target > a,
.leftstaedte > li > a.active {
	color: #333;
	background: #fece79;
}
/* Sub Menu */

.sub-menu li a {
	color: #333;
	background: #f8f2da;
}

.sub-menu li:hover a { background: #fece79; }
.sub-menu li:last-child a { border: none; }
/* Functionality */

.accordion li > .sub-menu {
	display: none;
}

.accordion li:target > .sub-menu {
	display: block;
}
