/* CSS Document */

/*CSS die beim Laden der Seite importiert werden*/


/********* Style für das KOMPLETT Dokument ************/
body, html {
font-size: 11px;
font-family: arial, helvetica, sans-serif;
text-align: center;
margin: 0;
padding: 0;
height: auto;
color: #45464a;
background-color: #faf5e6;
}

.invisible {
visibility: hidden;
}

ul {
list-style-type: none;
}

/* KOMPLETT LINKS */
a{
color: #498b00;
text-decoration: none;
}
a:hover, a:focus{
color: #385100;
text-decoration: none;
}
a:active{
color: #385100;
text-decoration: none;
}

/* ABSTÄNDE UND PADDING BEI ALLEN ELEMENTEN AUF 0 */
*
{
margin: 0;
padding: 0;
border: 0 none;
}

/* ELEMENT WIRD.... */
.gruen {
color: #498b00;
}
.dklgruen {
color: #385100;
}
.fett {
font-weight: bold;
}
.gruenfett {
color: #498b00;
font-weight: bold;
}

/* FLOATEN */
.floatlinks{
float: left;
}
.floatrechts{
float: right;
}
.floatende{
clear: both;
}

/********* Style für den HAUPTINHALT div, zentriert den
kompletten Inhalt************/
.hauptinhalt {
position:relative;
width: 874px;
height: 100%;
margin: 0px auto;
padding: 0px;
text-align: left;
background-color: #fff;
background-image: url(../bilder/hintergrund.gif);
background-repeat: repeat-y;
}

/************** VISUAL*******************/
.visual {
		position:absolute;
		left:143px;
		top:0px;
width: 731px;
height: 221px;
margin: 0px 0px 0px 0px;
padding: 0px;
background-color: #fff;
}
.visual img {
display: block;
}



/*************** INHALT LINKER BALKEN ****************/
.linkerbalken {
position: relative;
float: left;
margin: 0px;
padding: 0px;
width: 143px;
line-height: 1.4;
background-color: #f6dcab;
/*border: 1px solid black;*/
}
.linkerbalken img
{
margin: 0px 0px 10px 0px;
}
.linkerbalken p {
margin: 0px 0px 5px 0px;
}
.logo {
width: 130px;
margin: 17px 0px 2px 7px;
padding: 0px;
}
.suche {
width: 130px;
height: 40px;
margin: 0px 0px 0px 7px;
padding: 0px;
}
.textlinks {
width: 130px;
height: 41px;
margin: 33px 0px 0px 6px;
padding: 0px;
text-align: right;
display: block;
}
.textlinks p{
margin: 0px 0px 0px 0px;
font-weight: bold;
line-height: 1.2;
}
.textlinks-link:hover, .textlinks-link:focus, .textlinks-link:active {
color: #385100;
}
/***********************Navigation************************/
.navi {
width: 130px;
height: auto;
margin: 0px 0px 0px 0px;
padding: 0px;
display: block;
}

li.buttonmenuezu { margin: 4px 0px 0px 0px;}

.buttonmenuezu a{
position: relative;
padding: 0px 0px 0px 4px;
height: 22px;
width: 139px;
display: block;
color: #fff;
background-image: url(../bilder/button-menue-zu.jpg);
background-repeat: no-repeat;
background-position: top left;
font-weight: bold;
line-height: 1.5;
}
.buttonmenuezu a:hover {
background-image: url(../bilder/button-menue-zu-rollover.jpg);
background-repeat: no-repeat;
background-position: top left;
text-decoration: none;
color: #fff;
}
.buttonmenuezu a:active, .buttonmenuezu a:focus {
background-image: url(../bilder/button-menue-zu.jpg);
background-repeat: no-repeat;
background-position: top left;
text-decoration: none;
color: #fff;
}

li.buttonmenueausgeklappt { margin:4px 0px 0px 0px;}
.buttonmenueausgeklappt a{
position: relative;
padding: 0px 0px 0px 4px;
height: 22px;
width: 139px;
display: block;
color: #fff;
background-image: url(../bilder/button-menue-ausgeklappt.jpg);
background-repeat: no-repeat;
background-position: top left;
font-weight: bold;
line-height: 1.5;
}
.buttonmenueausgeklappt a:hover {
background-image: url(../bilder/button-menue-ausgeklappt-rollover.jpg);
background-repeat: no-repeat;
background-position: top left;
color: #fff;
}
.buttonmenueausgeklappt a:focus, .buttonmenueausgeklappt a:active {
background-image: url(../bilder/button-menue-ausgeklappt.jpg);
background-repeat: no-repeat;
background-position: top left;
text-decoration: none;
color: #fff;
}

/* IE 6 */
li.zweite_ebene {margin-top:-15px;}
/* alle anderen ausser IE 7 */
html>body li.zweite_ebene {margin-top:0px;}
/* IE 7 */
*:first-child+html li.zweite_ebene{
	margin-top:-15px;
}



.untermenuepunkt {
position: relative;
height: 20px;
width: 143px;
display: block;
color: #498b00;
background-color: #e1f1ab;
border-bottom: 2px solid white;
}
.untermenuepunkt a:hover, .untermenuepunkt a:active, .untermenuepunkt a:focus {
color: #385100;
}
.active{
font-weight: bold;
/*background-color: #c3d585 !important;*/ 
}
.untermenuepunkt a{
margin: 0px;
padding: 0px 0px 0px 4px;
line-height: 1.9;
}
li#ersterpunkt {
height:16px;
}
li#ersterpunkt a{
line-height: 1.3;
}
li#letzterpunkt{
margin: 0px 0px 8px 0px;
}
/***********************Inhalt Hauptteil******************/
.page_title {
	float:left;
	line-height:1.6;
	height:25px;
	padding:0px;
	position:absolute;
	left:161px;
	top: 225px;
	width:543px;
}

.page_title h1{
margin: 15px 0px 0px 0px;
color: #9a7762;
font-size: 20px;
letter-spacing: -0.04em;

}
.seiteninhalt {
	margin: 280px 0px 0px 18px;
	width:543px;
	line-height:1.5;
	position: relative;
	float: left;
	padding: 0px;
}

.seiteninhalt h1{
margin: 0px 0px 14px 0px;
color: #9a7762;
font-size: 14px;
letter-spacing: -0.04em;
line-height: 0.9;
}

.seiteninhalt p { margin-bottom:14px;}

.seiteninhalt a{
color: #498b00;
text-decoration: none;
}
.seiteninhalt a:hover, a:focus{
color: #385100;
text-decoration: none;
}
.seiteninhalt a:active{
color: #385100;
text-decoration: none;
} 

.seiteninhalt textarea, .seiteninhalt input { 
border: 1px solid #385100; 
background-color: #fff; 
color: #385100; 
}

.seiteninhalt ul {
list-style-type:disc;
margin-left: 17px;
}
.seiteninhalt ol {
margin-left: 17px;
}
/***********************Inhalt Startseite******************/
.grafikmenuepunkt {
width: 207px;
height: 182px;
display: inline;
float: left;
margin:20px 0px 5px 40px;
}

#start1 {
margin: 30px 0px 20px 69px;
display: inline;
}
#start2 {
margin: 30px 0px 20px 28px;
display: inline;
}
#start3 {
margin: 6px 0px 0px 69px;
display: inline;
}
#start4 {
margin: 6px 0px 0px 28px;
display: inline;
}
.grafikmenuepunkt img{
width: 207px;
height: 135px;
display: block;
}
.grafikmenuepunkt a, .grafikmenuepunkt a:active, .grafikmenuepunkt a:focus  {
height: 47px;
width: 207px;
display: block;
padding: 0px;
color: #fff;
font-weight: bold;
background-image: url(../bilder/button-gross.jpg);
background-repeat: no-repeat;
background-position: top left;
padding: 5px;
overflow:hidden;
text-decoration: none;
}
.grafikmenuepunkt a:hover {
background-image: url(../bilder/button-gross-rollover.jpg);
background-repeat: no-repeat;
background-position: top left;
color: #fff;
}

/***********************Inhalt Neuigkeiten******************/
.newsdatum {
clear: both;
margin: 0px 0px 0px 0px;
color: #9a7762;
font-size: 11px;
font-weight: normal;
}
.newsueberschrift {
clear: both;
margin: 0px 0px 10px 0px;
color: #9a7762;
font-size: 14px;
letter-spacing: -0.02em;
line-height: 1.3;
}
.newselement img {
margin: 10px 0px 10px 10px;

}
.newselement .newsimage {
	float: right;
	text-align:right;
}
.newselement p.bodytext {
margin: 0px 0px 0px 2px;
}
/***********************Inhalt Mailformular******************/
.csc-mailform-field label{
width: 100px;
display: block;
float: left;
}
.csc-mailform-field input{
margin: 0px 0px 2px 0px;
}
#mailformformtype_mail {
border: 1px solid #385100; 
background-color: #498b00; 
color: #fff; 
font-weight: bold;
margin-left: 100px;
font-size: 12px;
height: 18px;
}
/*************** INHALT RECHTER BALKEN ****************/
.rechterbalken {
	position: relative;
	float: right;
	margin: 150px 0px 0px 0px;
	padding: 0px;
	width: 144px;
	line-height: 1.25;
	border: 0px solid black;
	background-color: #f6dcab;
	overflow:hidden;
} 

.rechterbalken a{
color: #498b00;
text-decoration: none;
}
.rechterbalken a:hover, a:focus{
color: #385100;
text-decoration: none;
}
.rechterbalken a:active{
color: #385100;
text-decoration: none;
}

.rechterbalken p.bodytext{
	margin:0px 0px 17px 5px;
}


.buttonrechts, .rechterbalken .csc-header, .rechterbalken .csc-header a {
position: relative;
margin: 0px 0px 0px 0px;
padding: 1px 0px 0px 4px;
height: 22px;
width: 144px;
display: block;
color: #fff;
background-image: url(../bilder/button-news.gif);
background-repeat: no-repeat;
background-position: top left;
overflow:hidden;
}
.rechterbalken .csc-header {padding: 0px 0px 0px 0px;}



.buttonrechts:hover, .rechterbalken h1 a:hover {
background-image: url(../bilder/button-news-rollover.gif);
background-repeat: no-repeat;
background-position: left -1px;
color: #fff;
}



.buttonrechtsbeschriftung, .rechterbalken .csc-header h1{
margin: 0px;
padding-top: 0px;
color: #fff;
font-weight: bold;
font-size:100%;
}
.buttonrechtsbeschriftung a, a:active, a:hover, a:focus {
color: #fff;
}

.rechterbalken ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image: none;
}
.rechterbalken ul li {
margin: 0px 0px 17px 5px;
padding: 0px 0px 0px 0px;
background-image: none;
color: #45464a;
}
.rechterbalken span{
color: #498b00;
font-weight: bold;

}
.rechterbalken span span{
color: #45464a;
}

.pfeil {
margin: 3px 0px 0px 0px;
padding: 0px 0px 0px 3px;
width: 7px;
height: 8px;
background-image: url(../bilder/pfeil.jpg);
background-repeat: no-repeat;
background-position: center;
}
.pfeil:hover {
background-image: url(../bilder/pfeil-rollover.jpg);
background-repeat: no-repeat;
background-position: center;
}

.rechterbalken .wetterueberschrift {
	background-image: url(../bilder/button-menue-inaktiv.jpg);
	background-repeat: repeat-x;
	width: 144px;
	}
.rechterbalken .wetterueberschrift h1{
	color: #000;
	padding-top: 2px;
	}

#wetterkasten {
margin: 0px 0px 0px 6px;
}

#wetterkasten a{
background-image: none;
color: #000;
text-decoration: underline;
}
#wetterkasten a:hover, a:focus{
background-image: none;
color: #385100;
text-decoration: underline;
}
#wetterkasten a:active{
background-image: none;
color: #385100;
text-decoration: underline;
}
/*********************** FUSSZEILE *************************/
.fusszeile {
width: 874px;
height: 20px;
margin: 0px auto;
padding: 0px;
text-align: left;
background-color: #fff;
background-image: url(../bilder/hintergrund.gif);
background-repeat: repeat-y;
color: #a6a7a9;
font-size: 11px;
vertical-align: bottom;
}
.fusszeile p {
width: 581px;
height: 100%;
border-top: 2px;
border-top-color: #a6a7a9;
border-top-style: solid;
margin: 0px 0px 0px 144px;
padding: 2px 0px 0px 6px;
display: block;

}
.fusszeile a:hover, .fusszeile a:active, .fusszeile a:focus {
color: #385100;
}


/******preloader für Rollover Bilder******************/
.rolloverpreload {
visibility: hidden;
height: 0px;
width: 0px;
display:inline;
line-height: 0px;
}
.rolloverpreload img{
visibility: hidden;
height: 0px;
width: 0px;
display:inline;
}


/************** Suche *************/
input.searchsubmit{
	text-align:right;
	padding:0px 0px 0px 7px;
	margin:0px;
	font-size:11px;
	width:55px;
	background:transparent url(../bilder/pfeil.jpg) left center no-repeat;
	cursor:pointer;
}
input#tx_indexedsearch { width:130px;}
.searchsubmit_wrapper {
	text-align:right;
	width:130px;
}

.tx-indexedsearch-sw {
font-style: normal !important;
}

.tx-indexedsearch-browsebox {
margin: 0px 0px 20px 0px !important;
line-height: 0.8;
}
td.tx-indexedsearch-title {
font-weight: bold;
font-size: 12px;
}
.tx-indexedsearch-descr {
font-style: normal !important;
}
.tx-indexedsearch-info {
background-color: #fffbf0 !important;
}
.tx-indexedsearch-path {
font-style:italic;
}
.tx-indexedsearch-searchbox-sword {
border: 1px solid #385100; 
background-color: #fff; 
color: #385100; }

input.tx-indexedsearch-searchbox-button {
border: 1px solid #385100; 
background-color: #498b00; 
color: #fff; 
font-weight: bold;
font-size: 12px;
height: 18px;
 }
/************** Sitemap *************/
.csc-sitemap ul ul{
margin: 0px 0px 0px 20px;
}

/**** Text mit Bild ***/
.seiteninhalt div.csc-textpic-intext-left div.csc-textpic-imagewrap,
.seiteninhalt div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap{
	margin-right: 20px !important;}
.seiteninhalt div.csc-textpic-intext-right div.csc-textpic-imagewrap,
.seiteninhalt div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap{
	margin-left: 20px !important;}

/***************Gastgebersuche***************/
/*******Suchformular*******/
div.tx-tggastgeber-pi1 {
}

#tggastegeber_search_form {
font-size: 12px;
font-weight: bold;
}
#tggastegeber_search_form select{
background-color:#FFFFFF;
border:1px solid #385100;
color:#385100;
display: block;
margin: 2px 0px 8px 0px;
}
#tggastegeber_search_form input{
background-color:#498B00;
border:1px solid #385100;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
height:18px;
width: 160px;
margin: 16px 0px;
}
#tggastgeber_content_wrapper {
overflow: hidden;
position: relative;
width: 578px;
margin: 0px 0px 0px -15px;
padding: 0px 0px 20px 0px;
border-top: 15px solid #385100;
border-bottom: 15px solid #385100;
}
#tggastgeber_search_results {
float: left;
width: 505px;
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px 20px;
vertical-align: top; 
}
#tggastgeber_search_results img{
float: left;
margin: 5px 10px 20px 0px;
}
#tggastgeber_search_results a{
float: none;
clear: both;
margin: 20px 0px 0px 0px;
}
#tggastgeber_overview_tab {
float: left;
width: 34px;
height: 300px;
background-image: url(../bilder/reiterlangse.gif);
background-repeat: none;
cursor: pointer;
}
#tggastgeber_details {
float: left;
width: 500px;
margin: 0px 0px 0px 0px;
padding: 25px 0px 0px 30px;
}
#tggastgeber_details img{
margin: 10px 20px 10px 0px;
}
#tggastgeber_details_general h3 {
font-size: 12px;
}
#tggastgeber_prices h3 {
font-size: 12px;
}
#tablist_ul {
margin: 10px 0px 0px 0px;
}
#tablist_ul li{
float: left;
display: inline;
list-style-type: none;
margin: 10px 1px 10px 0px;
background-color: #498b00;
}
#tablist_ul li a{
position: relative;
margin: 0px 0px 0px 0px;
padding: 1px 0px 0px 4px;
height: 20px;
width: 120px;
display: block;
color: #fff;
overflow:hidden;
text-align: center;
}
#tablist_ul li a:hover, #tablist_ul li a:active, #tablist_ul li a:focus, #tablist_ul li a.current {
background-color: #385100;
text-decoration: none;
}
#tggastgeber_content {
width: 1213px;
}
#tggastgeber_description, #tggastgeber_images, #tggastgeber_prices, #tggastgeber_features {
clear: both;
}
#tggastgeber_prices h3 {
margin: 10px 0px 10px 0px;
}
.tx-tggastgeber-pi1 .searchform_image {float:right;}
.tx-tggastgeber-pi1 #tggastgeber_details_general img {float:right; margin-right:0px;}