body { 
	background:#84a85e;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
body { word-wrap: break-word; }

#container {
	width: 1024px;
	height:auto;
	position: relative;
	top: -610px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-top: -8px;
	width: 1024px;
	height: 156px; 
}

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top:5px;
	width: 314px;
	height: 154px;
}
#counter{
	position:absolute;
	margin-top:-20px;
	margin-left:163px;
	width:100px;
}

.menu{
	position: absolute;
	top: 22px;
	left: 210px;
	width: 480px;
	height:35px;
	z-index: 500;
}
.menu ul{
	display:inline;
	list-style-type: none;
}
.menu ul li{
	display: inline;
	list-style-type: none;
	position: relative;
	float: left;
}
.menu ul li a{
	color: white;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	
	float: left;
	display: list-item;
	list-style-image: url(../images/liste.jpg);
	margin-left: 28px;
}
.menu ul li a:hover{
	list-style-image: url(../images/liste_a.jpg);
	text-decoration: none;
	color: #d3d3d3;
}
.menu ul li a:hover ul{
	visibility: visible;
	display: block;
}
.menu ul li:hover ul, .menu ul a:hover ul{
visibility:visible; 
}
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul {
    display:block;
    z-index: 100;
}


.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:15px;
	left:-39px; 
	display: block;

}

.menu ul ul li{

}

.menu ul ul li a{
	list-style-image: none;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	background:#98c172;
	position: relative;
	color:#eeeeee; 
	text-align: left;
	height:auto; 
	line-height:1em; 
	padding:5px 10px;
	padding-left: 20px;
	margin-left: 10px; 
	width:100px;
	display: block;
	z-index: 100;
}
.menu ul ul li a:hover{
	list-style-image: none;
	background: #84a85e;
	color: white;
}

#content_back1{
	background-image: url(../images/content_back1.jpg);
	background-repeat: repeat-y;
	position: relative;
	min-height:454px;
	height: auto;
	width: 1024px;
	float: left;
	z-index: 5;
}

#content_back2{
	background-image: url(../images/content_back2.1.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-top:0px;
	width: 1024px;
	min-height: 454px;
	height:auto;
	z-index: 5;
}

#links{
	position: relative;
	top: 23px;
	left: 10px;
	float: left;
	width: 361px;
	height: 365px;
	
}
.button1 a{
	background-image: url(../images/links1.jpg);
	width: 345px;
	height: 73px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 8px;
	display: block;
}
.button1 a:hover{
	background-image: url(../images/links1_a.jpg);
	width: 345px;
	height: 73px;
	border: none;

}
.button2 a{
	background-image: url(../images/links2.jpg);
	width: 345px;
	height: 73px;
	margin-bottom: 15px;
	margin-left: 8px;
	display: block;
}
.button2 a:hover{
	background-image: url(../images/links2_a.jpg);
	width: 345px;
	height: 73px;
	margin-bottom: 15px;
	margin-left: 8px;
}
.button3 a{
	background-image: url(../images/links3.jpg);
	width: 345px;
	height: 73px;
	margin-bottom: 15px;
	margin-left: 8px;
	display: block;
}
.button3 a:hover{
	background-image: url(../images/links3_a.jpg);
	width: 345px;
	height: 73px;
	margin-bottom: 15px;
	margin-left: 8px;
}
.button4 a{
	background-image: url(../images/links4.jpg);
	width: 345px;
	height: 73px;
	margin-bottom: 15px;
	margin-left: 8px;
	display: block;
}
.button4 a:hover{
	background-image: url(../images/links4_a.jpg);
	width: 345px;
	height: 73px;
	margin-bottom: 15px;
	margin-left: 8px;
}

#content{
	position: relative;
	top: -40px;
	left: 100px;
	float: left;
	width: 490px;
	min-height: 650px;
	height:auto;
	margin-bottom: -75px;
	
	font-family: Arial;
	color:black;
	font-size: 13px;
	text-align:justify;
	
	z-index: 10;
}
#content h1{
	font-family: verdana;
	font-size: 22px;
	color:#84a85e;
	font-weight:normal;
	text-align:left;
	margin-bottom: -20px;
}
/*#content img{
	border: 2px solid #d3d3d3;
}*/
#content a {
	color:#84a85e;
	text-decoration:underline;
	font-weight:bold;
}
#content a:hover {
	text-decoration:none;
}

#head{
	background-image: url(../images/mid_back2.jpg);
	background-repeat: repeat-x;
	position: relative;
	height:610px;
}

#mid{
	background-image: url(../images/mid.jpg);
	background-repeat: repeat;
	position: relative;
	top: 610px;
	height: auto;
}

#footer{
	background-image:  url(../images/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 1023px;
	height: 157px;
	clear: both;
}
.footer_content{
	position: relative;
	top: 65px;
	left: 590px;
	width: 230px;
	height: 50px;
	
	color: white;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	line-height: 10px;
}
.footer_content a{
	color: white;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	text-decoration: underline;
}
.footer_content a:hover{
	text-decoration: none;
}
.copy{
margin-left:-23px;
text-align:left;
}

#foot{
	background-image: url(../images/foot2.jpg);
	background-repeat: repeat-x;
	margin-top: -767px;
	height:157px;
	width:auto;
}

###Galerie###
.tx-andshadowbox-thumb a img{
	border:0;
	padding:1px 2px 0px 0px;
	width:100px;
	height:95px;
}


###KONTAKT###

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: none;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

*html .formu { padding-left:120px; padding-top:30px;}
.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:150px;
border: 0px solid #C0C0C0;
font-family: verdana;
font-size: 18px;
font-weight: bold;
color: #505d50;
text-align: left;
}

.mf-radio {
border:0px;
float: left;
}

.mf-text {
color: #000000;
border: 0px solid #C0C0C0;
margin-bottom: 10px;
font-family: verdana;
}

.mf-check {
border: 0px;
}


.mf-input {
border: 0px solid #C0C0C0;
margin-bottom: 10px;
font-family: verdana;
}

.mf-submit {
color: #ffffff;
background-color: #505d50;
border: 0px;
}


#mailformname{
	margin-left:31px;
	margin-bottom:10px;
}
#mailformemail{
	margin-left:32px;
	margin-bottom:10px;
}
#mailformBetreff{
	margin-left:28px;
	margin-bottom:10px;
}
#mailformaddress{
	overflow:auto;
	margin-left:11px;
	margin-bottom:10px;
}
.csc-mailform-field{
	margin-bottom:10px;
}
.csc-mailform-submit{
	margin-left:70px;
        width:100px;
}
label{
	float:left;
}
.csc-mailform-field img{
	float:left;
	width:70px;
        height:20px;
}
input{
	margin-bottom:10px;
	width:250px;
}


###GÄSTEBUCH###

/* default styles for extension "tx_veguestbook_pi1" */

    .tx-veguestbook-pi1 {
        font-size:100%;
    }
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#990000;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float:left;
		display:none;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		font-weight:bold;
		float:right;
	}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		background:#d3d3d3;
		color:black;
		display:block;
		font-size:100%;
		font-weight:bold;
		padding: 0.5em;
		width: 36em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		float:left;
		width:12em;
		background:#EFEFEF;
		min-height:4em;
		padding: 1em;
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		height:4em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left p {
		color:#333;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right {
		float:left;
		width:36em;
		background:#FFF;
		padding: 0.5em;
		padding-top:0px;
		margin-top:-10px;
		
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		color:#333;
		font-style:italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
        font-style:normal;
        font-size:12px;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:#990000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#333;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding: 1em 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 30em;
		display: block;
		float: left;
		overflow: auto;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		padding-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
	}
