/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */


/* 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;}

/* 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;
}

/* IE 6 */
li.dritte_ebene {margin-top:-15px;}
/* alle anderen ausser IE 7 */
html>body li.dritte_ebene {margin-top:0px;}
/* IE 7 */
*:first-child+html li.dritte_ebene{
	margin-top:-15px;
}
.drittermenuepunkt{
	background-color:#79b519;
	border-bottom:2px solid white;
	color:#ffffff;
	display:block;
	position:relative;
	width:128px;
	padding-left:15px;
}
.drittermenuepunkt a, .drittermenuepunkt a:hover, .drittermenuepunkt a:active, .drittermenuepunkt a:focus {
	color: #ffffff;
}

/***********************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;
position:relative;
}

.grafikmenue_text {
	position:absolute;
	top:0px;
}

#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***************/
div.tx-tggastgeber-pi1 {
}
div.tx-tggastgeber-pi1 table.prices_table { border:1px solid #385100; border-collapse:collapse; text-align:center;}
div.tx-tggastgeber-pi1 table.prices_table td{
	padding:0px 3px;
	vertical-align:top;
	border:1px solid #385100
}

#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;
width: 215px;
}
#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 0px 0px;
}
#tggastgeber_search_results h3 {
margin-top:10px;
}
.tggastgeber_search_results_info {
	margin-left:110px;
}
#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_details_general {
min-height:100px;
}
#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;}