* {
	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: #f1efe2;
	color: #333333;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
	background: #fff url(../images/wrapper_bg.gif) repeat-y;
}
/* @group header */

#header {
	width: 1000px;
	height: 139px;
	background: url(../images/header_bg.png) no-repeat;
}

#menue {
	background-color: #5c7346;
	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 {
	background-color: #95aa5b;
}
.current {
	background-color: #95aa5b;
}
/* @end */
#left {
	text-align: left;
}
#right {
	text-align: left;
}

/* @group kontaktform */

#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 #95aa5b;
	border-left: 3px solid #95aa5b;
	border-right: 3px solid #95aa5b;
	padding: 5px;
	width: 400px;
}
#kontaktform #nachricht {
	height: 200px;
}
#kontaktform #senden {
	background-color: #95aa5b;
	color: #fff;
	width: 150px;
}

/* @end */
.cleft {
	width: 179px;
	float: left;
}
.cright {
	width: 179px;
	float: right;
}
.ccenter {
	width: 640px;
	margin-right: 180px;
	margin-left: 180px;
}
.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;
}
/* @group footer */
#footer {
	background-color: #787878;
	padding-top: 30px;
	text-align: left;
}
#footer a {
	color: #e7e3d3;
}
/* @end */
/* @group accordion */

#left ul, #right ul {
	list-style: none;
	font: 12px Georgia;
}
#left li, #right li {
	padding: 8px 18px;
}
#left .ui-state-active {
	background-color: #95a95e;
}
#left .kreis {

}
#left .kreis a {
	color: #fff;
	text-decoration: none;
}
#left .land, #right .land {
	list-style: none;
	margin-bottom: 2px;
	background-color: #5c7346;
}
#left .land a, #right .land a {
	color: #fff;
	text-decoration: none;
}
#left .land a:hover, #right .land a:hover {
	color: #fec434;
}
#left .ort {
	padding-bottom: 0;
	padding-top: 10px;
}
#left .ort a {
	color: #333;
	text-decoration: none;
}
/* @end */
/* @group accordion */

#accordion {
	width: 180px;
	list-style: none;
	font: 12px Georgia;
}
#accordion ul {
	margin-bottom: 8px;
}
#accordion h3 {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: 100;
	background-color: #5c7346;
	padding-left: 18px;
	color: #fff;
	margin-bottom: 2px;
}
/* @end */


