html {
	margin: 0px;
	padding: 0px;
	min-height: 100.05%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #333;
	background-color: #402d15;;
}
/*------------------------------------ (CSS_STYLED_CONTENT)  ----------------------------------- */
/********************************/
/* Allgemeine Formatierung      */
/********************************/
pre {
	font-family: monospace; 
}
a {
	color: #333;
	text-decoration: underline; 
}
a:hover {
	color: #000; 
}
p, pre { 
	margin: 10px 0px; 
}
/*********************************/
/* Frames: Abstände, link-to-top */
/*********************************/
p.csc-linkToTop {
	text-align: right;
}
p.csc-linkToTop a {
	font-weight: bold;
}
/* --- */
div.csc-frame {
	border: 0px;
}
div.csc-frame-invisible {
	display: none;
}
div.csc-frame-rulerBefore {
	border-top: 1px solid #000;
}
div.csc-frame-rulerAfter {
	border-bottom: 1px solid #000;
}
div.csc-frame-indent {
	padding-left: 100px;
}
div.csc-frame-indent3366 {
	padding-left: 33%;
}
div.csc-frame-indent6633 {
	padding-right: 33%;
}
div.csc-frame-frame1 {
	padding: 2px 4px 2px 4px;
	border: 1px solid #000;
}
div.csc-frame-frame2 {
	padding: 2px 4px 2px 4px;
	border: 1px dotted #000;
}
/* --- */
div.csc-frame-frame1 h1, div.csc-frame-frame1 h2, div.csc-frame-frame1 h3, div.csc-frame-frame1 h4, div.csc-frame-frame1 h5, div.csc-frame-frame1 h6 {
	margin-top: 2px;
}
div.csc-frame-frame2 h1, div.csc-frame-frame2 h2, div.csc-frame-frame2 h3, div.csc-frame-frame2 h4, div.csc-frame-frame2 h5, div.csc-frame-frame1 h6 {
	margin-top: 2px;
}
/******************/
/* Überschriften  */
/******************/
h1, h2, h3, h4, h5, h6 {
	color: #402d15;
}
h1 {
	font-size: 2.5em;
	font-weight: normal;
}
h2 {
	font-size: 2em;
	font-weight: normal;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
}
h4 {
	font-size: 1.4em;
	font-weight: normal;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
	margin-top: 0px;
}
/* Überschriften, verlinkt */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
/* Überschrift Datum */
p.csc-header-date {
	font-size: 0.8em;
}
/* Subüberschrift, allgemein */
p.csc-subheader {
	font-weight: bold;
	font-style: italic;
}
/* Subüberschrift, spezifiziert */
p.csc-subheader-0 {
}
p.csc-subheader-1 {
}
p.csc-subheader-2 {
}
p.csc-subheader-3 {
}
/*******************/
/* RTE / Bodytext: */
/*******************/
p.bodytext {
	line-height: 1.4em;
}
p.bodytext a { 
}
/********************/
/* Aufzählungsliste */
/********************/
ul {
	margin-top: 0px;
}
ol {
	margin-top: 0px;
}
li {
	padding-top: 5px;
}
/***********/
/* Tabelle */
/***********/
table.contenttable {
	margin: 10px 0px 10px 0px;
	width: 100%;
}
table.contenttable tr td { 
  padding: 0px; 
}
table.contenttable tr td p.bodytext { 
}
table.contenttable tr { 
}
/**********/
/* Bilder */
/**********/
/* 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 #000;
	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: 1px;
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom: 1px;
	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 *//* 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 *//* Remove IE-hack */
}
div.csc-textpic-center div.csc-textpic-text {
	text-align: left; /* Remove IE-hack *//* 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 */
/*********************************/
/* Aufzählungsliste spezifiziert */
/*********************************/
/* Aufzählungsliste, allgemein */
ul.csc-bulletlist li {
}
/* Aufzählungsliste, spezifiziert */
ul.csc-bulletlist-0 {
}
ul.csc-bulletlist-1 {
	list-style-type: decimal;
}
ul.csc-bulletlist-2 {
	list-style-position: inside;
}
ul.csc-bulletlist-3 {
	list-style-type: square;
}
/***********************/
/* Tabellen, allgemein */
/***********************/
table.contenttable p {
}
/* Tabellen, spezifiziert */
table.contenttable-0 {
	border-collapse: collapse;
}
/* ohne Rand */
table.contenttable-1 {
}
/* mit Rand */
table.contenttable-2 {
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
}
table.contenttable-2 tr td {
	padding: 0px 3px 0px 3px;
}
table.contenttable-2 td {
	border: 1px #333 solid;
}
/* Preistabelle */
table.contenttable-3 {
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
}
table.contenttable-3 td {
	text-align: right;
}
table.contenttable-3 tr.tr-odd {
	background-color: #ece5ae;
}
table.contenttable-3 tr.tr-0 {
	background-color: #402d15;
	color: #fff;
}
table.contenttable-3 tr td.td-0 {
	text-align: left;
}
table.contenttable-3 tr td {
	padding: 0px 3px 0px 3px;
}
/*************************/
/* Dateilinks, allgemein */
/*************************/
table.csc-uploads {
	border: 0px;
}
table.csc-uploads tr td p {
	background-color: transparent;
	font-size: 1em;
}
table.csc-uploads tr td {
	vertical-align: top;
}
table.csc-uploads tr.tr-even {
	background-color: #fff;
}
table.csc-uploads tr.tr-odd {
	background-color: #EBEBEB;
}
table.csc-uploads tr td.csc-uploads-icon {
	padding-left: 6px;
	padding-right: 6px;
	width: 1%;
	text-align: center;
	vertical-align: middle;
}
table.csc-uploads tr td.csc-uploads-fileName {
	width: 80%;
	padding-left: 5px;
}
table.csc-uploads tr td.csc-uploads-fileName p a {
	font-weight: bold;
}
table.csc-uploads tr td.csc-uploads-fileName p.csc-uploads-description {
	font-style: italic;
}
table.csc-uploads tr td.csc-uploads-fileSize {
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
}
/* Dateilinks, spezifiziert */
table.csc-uploads-1 {
}
table.csc-uploads-2 {
}
table.csc-uploads-3 {
}
/**************************/
/* Verschiedene Formulare */
/**************************/
form { 
	margin: 0px;
}
input, textarea, select { 
	padding-left: 3px; 
	margin-bottom: 2px;
	border: 1px solid #000;
}
input.submit {
	clear: both;
	color: #000;
	background-color: #bbb;
	border: 2px solid #bbb;
}
label {
	padding-top: 3px;
	display: block;
	float: left;
}
/* Email, Login und Such- Formular allgemein: */

/* Email Formular, spezifiziert */

/* Such Formular, spezifiziert */

/* Login Formular, spezifiziert */

/*****************/
/* Suchresultate */
/*****************/
/* Suchresultate, result information box: */
table.csc-searchResultInfo {
	margin-left: 0px;
	margin-top: 10px;
	width: 100%;
}
table.csc-searchResultInfo tr {
	background-color: #EBEBEB;
}
table.csc-searchResultInfo tr td p {
	padding: 0px 5px 0px 5px;
}
table.csc-searchResultInfo tr td.csc-searchResultRange p {
	font-weight: bold;
}
table.csc-searchResultInfo tr td.csc-searchResultPrevNext {
	text-align: right;
}
/* Suchresultate, header + abstract: */
h3.csc-searchResultHeader a {
	color: #402d15;
}
h3.csc-searchResultHeader {
	background-color: #EBEBEB;
	font-size: 14px;
	padding-left: 5px;
}
p.csc-searchResult {
	font-style: italic;
	margin-left: 20px;
}
/* Suchword Markierung */
span.csc-sword {
	font-weight: bold;
	color: #614e32;
}
/*****************************/
/* Menü / Sitemap, allgemein */
/*****************************/
div.csc-menu {
	margin-bottom: 30px;
}
div.csc-menu p {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-right: 15px;
	background-color: #fff;
	float: left;
}
div.csc-menu  p a {
	color: #000;
	text-decoration: none;
	line-height: 1.6em;
	padding-left: 14px;
}
div.csc-menu p a:hover {
	color: #614e32;
	text-decoration: underline;
}
div.csc-menu p.csc-section {
	font-weight: normal;
	margin-left: 20px;
	font-style: italic;
}
/* Menü / Sitemap, "Menu of these pages" */
div.csc-menu-def p {
}
/* Menü / Sitemap, "Menu of subpages to these pages" */
div.csc-menu-1 {
}
/* Menü / Sitemap, "Sitemap" */
div.csc-menu-2 {
}
div.csc-menu-2 p.csc-sitemap {
	float: left;
	width: 300px;
}
div.csc-menu-2 p.csc-sitemap-level1 {
	margin-left: 0px;
}
div.csc-menu-2 p.csc-sitemap-level2 {
	margin-left: 20px;
}
div.csc-menu-2 p.csc-sitemap-level3 {
	margin-left: 40px;
}
div.csc-menu-2 p.csc-sitemap-level4 {
	margin-left: 60px;
}
div.csc-menu-2 p.csc-sitemap-level1 a {
	color: #614e32;
}
div.csc-menu-2 p.csc-sitemap-level2 a {
	color: #000;
}
div.csc-menu-2 p.csc-sitemap-level3 a {
	color: #000;
}
div.csc-menu-2 p.csc-sitemap-level4 a {
	color: #614e32;
}
/* Menü / Sitemap, "Section index (pagecontent w/Index checked)" */
div.csc-menu-3 {
}
div.csc-menu-3 p.csc-section {
	margin-left: 0px;
}
div.csc-menu-3 p.csc-section a {
	color: #614e32;
}
/* Menü / Sitemap, "Menu of subpages to these pages (with abstract)" */
div.csc-menu-4 {
}
div.csc-menu-4 p {
	width: 205px;
	border: 0px solid #000;
	margin-bottom: 8px;
}
div.csc-menu-4 p.csc-abstract {
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	padding: 0px 2px 2px 20px;
}
/* Menü / Sitemap, "Recently updated pages" */
div.csc-menu-5 {
}
/* Menü / Sitemap, "Related pages (based on keywords)" */
div.csc-menu-6 {
}
/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
div.csc-menu-7 {
}
div.csc-menu-7 p {
	width: 131px;
	border: 0px solid #000;
}
div.csc-menu-7 p.csc-section A {
	color: #614e32;
}
/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
img.frontEndEditIcons {
	vertical-align: middle;
	margin: 0px 2px 0px 2px;
} 
/* Standardstyles für das Admin Panel */
/*
table.typo3-adminPanel {
	border: 1px solid #000;
	background-color: #E9E9E9;
}
table.typo3-adminPanel tr.typo3-adminPanel-hRow td {
	background-color: #9BA1A8;
}
table.typo3-adminPanel TR.typo3-adminPanel-itemHRow td {
	background-color: #ABBBB4;
}
table.typo3-adminPanel table, table.typo3-adminPanel td {
	border: 0px;
}
table.typo3-adminPanel td font {
	font-family: verdana;
	font-size: 10px;
	color: #000;
}
table.typo3-adminPanel td a font {
	font-family: verdana;
	font-size: 10px;
	color: #000;
}			
table.typo3-editPanel {
	border: 1px solid #000;
	background-color: #E9E9E9;
}
table.typo3-editPanel td {
	border: 0px;
}
*/
/*------------------------------------ (User Styles)  ----------------------------------- */
/* ------------------- Spezielle RTE styles ----------------------*/
p.ueberschrift1 {
	color: #402d15;
	font-size: 2.5em;
	font-weight: bold;
}
p.ueberschrift2 {
	color: #402d15;
	font-size: 2em;
	font-weight: bold;
}
p.ueberschrift3 {
	color: #402d15;
	font-size: 1.6em;
	font-weight: bold;
}
p.ueberschrift4 {
	color: #402d15;
	font-size: 1.4em;
	font-weight: bold;
}
p.ueberschrift5 {
	color: #402d15;
	font-size: 1.2em;
	font-weight: bold;
}
p.ueberschrift6 {
	color: #402d15;
	font-size: 1em;
	font-weight: bold;
}
span.roteSchrift {
	color: #f00;
}
/* ------------------- Ende RTE styles ----------------------*/
/* ------------------- Template Container - Styles ----------------------*/
/* Breiten- und Höhenangaben in em für flexibles Layout! 10px = 0.9em (bei font-size: 70% - entspricht 11px)*/
div.clear {
	clear: both;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
}
div.linksbuendig {
	float: left;
}
div#container {
	margin: auto;
	text-align: left;
	width: 949px;
}
div#header {
	height: 191px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
div#adresse {
	height: 90px;
	padding-top: 40px;
	margin-left: 660px;
	color: #402d15;
	line-height: 19px;
}
div#menu {
	width: 948px;
	height: 25px;
	margin-left: 1px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	background-color: #614e32;
}
div#main {
	width: 949px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	clear: both;
}
div#colleft {
	float: left;
	width: 182px;
}
div#colright {
	float: right;
	width: 279px;
}
div#inhalt-lang {
	width: 729px;
	margin-left: 200px;
	margin-right: 20px;
}
div#inhalt-kurz {
	width: 450px;
	margin-left: 200px;
	margin-right: 290px;
}
/* -------- Hauptmenü ------------ */
ul#hauptnav {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	list-style: none;
}
ul#hauptnav li {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 25px;
	color: #fff;
}
ul#hauptnav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
}
ul#hauptnav li a:hover {
	background-color: #fff;
	color: #000;
}
ul#hauptnav li.akt {
	background-color: #fff;
	color: #000;
}
ul#hauptnav li.akt a {
	color: #000;
}
/* -------- Submenü ------------ */
ul#subnav {
  float:left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-left: 15px;
}
ul#subnav2 {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul#subnav li {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	background-image: url(../images/peil.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 16px;
}
ul#subnav li a {
	color: #402d15;
	text-decoration: none;
}
ul#subnav li a:hover {
	text-decoration: underline;
}
ul#subnav li.akt {
	color: #000;
}
ul#subnav li.akt a.akt {
	color: #000;
}
/*---------------------- Schnellbuchung ---------------------------------*/
div#schnellbuchungcontainer {
	background-color: #7f6f4c;
	color: #fff;
	font-size: 10px;
	padding-left: 5px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
}
div#schnellbuchungcontainer h3 {
	margin-top: 0px;
	border-top: 2px solid #ECE5AE;
	border-bottom: 2px solid #ECE5AE;
	margin-left: -5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #614E32;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 13px;
}
div#schnellbuchungcontainer label {
	float: left;
	display: block;
}
div#schnellbuchungcontainer input, div#schnellbuchungcontainer select {
	display: block;
	float: left;
	margin-left: 0px;
	font-size: 10px;
	background-color: #fff;
	border: 1px solid #614e32;
}
div#schnellbuchungcontainer select {
	margin-right: 13px;
}
div#schnellbuchungcontainer option {
	background-color: #fff;
	border-left: 1px solid #402D15;
	border-right: 1px solid #402D15;
	margin: 0px;
	padding: 0px;
}
div#schnellbuchungcontainer option:hover {
	background-color: #fff;
}
div#schnellbuchungcontainer .viertel {
	width: 25%;
}
div#schnellbuchungcontainer .drittel {
	width: 33%;
	margin-right: 21px;
}
div#schnellbuchungcontainer .haelfte {
	width: 48%;
}
div#schnellbuchungcontainer .zweidrittel {
	width: 66%;
}
div#schnellbuchungcontainer .dreiviertel {
	width: 75%;
}
div#schnellbuchungcontainer .zehnzentel {
	width: 100%;
}
div#schnellbuchungcontainer div.button {
	margin-top: 5px;
	border: 2px solid #402D15;
	background-color: #fff;
}
div.zusatzlogos {
  float:left;
	margin-top: 50px;
	margin-left: 6px;
}
/*----------------Roundbox--------------*/
div.roundbox-brown {
	background-image: url(../images/roundbox-brown-m.jpg);
	background-repeat: repeat-y;
	width: 254px;
	position: relative;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
div.roundbox-brown p {
	color: #fff;
}
div.roundbox-brown a {
	color: #fff;
}
div.roundbox-brown-h {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 254px;
	height: 18px;
	background-image: url(../images/roundbox-brown-h.jpg);
}
div.roundbox-brown-f {
	clear: both;
	display: block;
	width: 254px;
	height: 18px;
	background-image: url(../images/roundbox-brown-f.jpg);
	position: absolute;
	bottom: 0px;
	left: 0px;
}
div.roundbox-brown-c {
	padding-bottom: 30px;
	padding-top: 18px;
	padding-left: 10px;
	padding-right: 15px;
}
/* Gelbe roundbox */
div.roundbox-yellow {
	background-image: url(../images/roundbox-yellow-m.jpg);
	background-repeat: repeat-y;
	width: 254px;
	position: relative;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.roundbox-yellow p {
	color: #000;
}
div.roundbox-yellow a {
	color: #000;
	text-decoration: underline;
}
div.roundbox-yellow-h {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 254px;
	height: 18px;
	background-image: url(../images/roundbox-yellow-h.jpg);
}
div.roundbox-yellow-f {
	clear: both;
	display: block;
	width: 254px;
	height: 18px;
	background-image: url(../images/roundbox-yellow-f.jpg);
	position: absolute;
	bottom: 0px;
	left: 0px;
}
div.roundbox-yellow-c {
	padding-bottom: 30px;
	padding-top: 18px;
	padding-left: 10px;
	padding-right: 15px;
}

/*--------------------------------- TIP A FRIEND FORMULAR --------------------------------- */
/* Formatierungen für BUCHUNG-ANRAGE */
 
div.tipafriendformular {
  width: 445px;
  padding: 0px;
  text-align: center;
}
div.tipafriendformular label.label {
  width: 190px;
  padding: 5px 0px;
  text-align: left;
  float: left;
}
div.tipafriendformular label.spacer {
  width: 5px;
  padding: 0px;
  float: left;
}
div.tipafriendformular label.captchalabel {
  width: 346px;
  padding: 0px;
  text-align: left;
  float: left;
}
div.tipafriendformular input {
  height: 15px;
  border: 1px solid #999;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  display: block;
  float: left;
  margin-top: 4px;
}
div.tipafriendformular input#tx_your_extension_id_pi1_captcha_response {
	margin-top: 35px;
}
div.tipafriendformular textarea {
  height: 60px;
  border: 1px solid #999;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  display: block;
  float: left;
  margin-top: 4px;
}
div.tipafriendformular input.standard, div.tipafriendformular textarea.standard {
  width: 243px;
}
div.tipafriendformular input.hidden {
  display: none;
}
div.tipafriendformular input#submit {
  width: 250px;
  height: 19px;
  text-align: center;
  padding-right:6px;
  padding-left:6px;
}
div.tipafriendformular br {
  clear: both;
}
div.tipafriendformular p.bodytext {
  width: 445px;
  padding: 0px;
  text-align: left;
  clear: both;
}
div#sprachwahlmenu {
width: auto;
float: right;
}
a.sprachwahl {
	text-decoration: none;
}

td.menu2 {
	display: none;
	}

/* Newsletter Sub- und unsubscribe Formular */
.tx-webinstamailinglist-pi1 label{
	width: 100%;
}
.tx-webinstamailinglist-pi1 input{
	margin-top: 2px;
}
div#langmenu {
	width: 160px;
	margin: 10px;
	color: #fff;
	text-align: center;
}
div#langmenu a {
	color: #fff;
}
div#langmenu a:hover {
	text-decoration: underline;
}

/* Powermail */
div.schnellanfrage {
  background-color:#7f6f4c;
  float:left;
  width:100%;
}
div.schnellanfrage h3 {
  background-color:#614E32;
  border-top:2px solid #ece5ae;
  border-bottom:2px solid #ece5ae;
  color:#fff;
  font-size:12px;
  font-weight:normal;
  padding:4px 0;
  margin:0;
  text-align:center;
}
form#schnellanfrage,
form#quickinquiry  {
  padding:0 5px;
}
form#schnellanfrage fieldset,
form#quickinquiry fieldset {
  border:none;
  float:left;
  margin:0;
  padding:0;
  padding-bottom:5px;
  width:100%;
}
form#schnellanfrage fieldset legend,
form#quickinquiry fieldset legend {
  display:none;
}

form#schnellanfrage label,
form#quickinquiry label {
  color:#fff;
  font-size:10px;
}
form#schnellanfrage input,
form#quickinquiry input {
  border-color:#614E32;
  font-size:10px;
}
form#schnellanfrage div.tx_powermail_pi1_fieldwrap_html,
form#quickinquiry div.tx_powermail_pi1_fieldwrap_html {
  float:left;
}
form#schnellanfrage div#powermaildiv_uid1,
form#quickinquiry div#powermaildiv_uid43 {
  width:127px;
}
form#schnellanfrage div#powermaildiv_uid1 label,
form#quickinquiry div#powermaildiv_uid43 label {
  width:117px;
}
form#schnellanfrage div#powermaildiv_uid1 input,
form#quickinquiry div#powermaildiv_uid43 input {
  width:117px;
}
form#schnellanfrage div#powermaildiv_uid2,
form#quickinquiry div#powermaildiv_uid65 {
  width:45px;
}
form#schnellanfrage div#powermaildiv_uid2 label,
form#quickinquiry div#powermaildiv_uid65 label {
  width:35px;
}
form#schnellanfrage div#powermaildiv_uid2 input,
form#quickinquiry div#powermaildiv_uid65 input {
  width:40px;
}
* html form#schnellanfrage div#powermaildiv_uid2 input,
* html form#quickinquiry div#powermaildiv_uid65 input {
  width:39px;
}
form#schnellanfrage div#powermaildiv_uid3,
form#schnellanfrage div#powermaildiv_uid4,
form#quickinquiry div#powermaildiv_uid66,
form#quickinquiry div#powermaildiv_uid67 {
  width:45px;
}
form#schnellanfrage div#powermaildiv_uid3 label,
form#schnellanfrage div#powermaildiv_uid4 label,
form#quickinquiry div#powermaildiv_uid66 label,
form#quickinquiry div#powermaildiv_uid67 label {
  width:35px;
}
form#schnellanfrage div#powermaildiv_uid3 input,
form#schnellanfrage div#powermaildiv_uid4 input,
form#quickinquiry div#powermaildiv_uid66 input,
form#quickinquiry div#powermaildiv_uid67 input {
  width:35px;
}
form#schnellanfrage div#powermaildiv_uid5,
form#quickinquiry div#powermaildiv_uid68 {
  width:82px;
}
form#schnellanfrage div#powermaildiv_uid5 label,
form#quickinquiry div#powermaildiv_uid68 label {
  width:72px;
}
form#schnellanfrage div#powermaildiv_uid5 input,
form#quickinquiry div#powermaildiv_uid68 input {
  width:77px;
}
* html form#schnellanfrage div#powermaildiv_uid5 input,
* html form#quickinquiry div#powermaildiv_uid68 input {
  width:76px;
}
form#schnellanfrage div#powermaildiv_uid6,
form#schnellanfrage div#powermaildiv_uid7,
form#schnellanfrage div#powermaildiv_uid9,
form#quickinquiry div#powermaildiv_uid69,
form#quickinquiry div#powermaildiv_uid70,
form#quickinquiry div#powermaildiv_uid71 {
  width:172px;
}
form#schnellanfrage div#powermaildiv_uid6 label,
form#schnellanfrage div#powermaildiv_uid7 label,
form#schnellanfrage div#powermaildiv_uid9 label,
form#quickinquiry div#powermaildiv_uid69 label,
form#quickinquiry div#powermaildiv_uid70 label,
form#quickinquiry div#powermaildiv_uid71 label {
  width:162px;
}
form#schnellanfrage div#powermaildiv_uid6 input,
form#schnellanfrage div#powermaildiv_uid7 input,
form#schnellanfrage div#powermaildiv_uid9 input,
form#quickinquiry div#powermaildiv_uid69 input,
form#quickinquiry div#powermaildiv_uid70 input,
form#quickinquiry div#powermaildiv_uid71 input {
  width:166px;
}
form#schnellanfrage div#powermaildiv_uid8,
form#quickinquiry div#powermaildiv_uid73 {
  float:right;
}
form#schnellanfrage div#powermaildiv_uid8 input,
form#quickinquiry div#powermaildiv_uid73 input {
  background-color:#fff;
  color:#614E32;
}
form#schnellanfrage p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
form#quickinquiry p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
  display:none;
}
form#schnellanfrage input#check_uid74_0,
form#quickinquiry input#check_uid72_0 {
  border:none;
  float:left;
}
div.schnellanfrage div.tx-powermail-pi1_mandatory {
  color:#fff;
  font-size:10px;
  padding:5px;
}
div.schnellanfrage ul.powermail_mandatory_list {
  padding-left:20px;  
}
div.schnellanfrage div.tx-powermail-pi1_mandatory input {
  background-color:#fff;
  border-color:#614E32;
  color:#614E32;
  font-size:10px;
}
/* Anfrage / Buchung */
form#kontaktformular {
  
}
form#kontaktformular fieldset,
form#booking fieldset {
  border:none;
  float:left;
  margin:0;
  padding:0;
  padding-bottom:40px;
  width:100%;    
}
form#kontaktformular fieldset legend,
form#booking fieldset legend  {
  display:none;
}
form#kontaktformular div.tx_powermail_pi1_fieldwrap_html,
form#booking div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  margin-bottom:3px;
  width:100%;
}
form#kontaktformular label,
form#booking label {
  float:left;
  width:110px;
}
form#kontaktformular input,
form#booking input {
  float:left;
  width:200px;
}
form#kontaktformular select,
form#booking select  {
  float:left;
  width:205px;
}
form#kontaktformular textarea,
form#booking textarea  {
  float:left;
  width:200px;
}
form#kontaktformular div.powermail_mandatory_js,
form#booking div.powermail_mandatory_js {
  float:left;
  position:relative;
  top:2px;
  margin-left:5px;
}
form#kontaktformular input.powermail_submit_uid96,
form#booking input.powermail_submit_uid117 {
  margin-left:110px;
  width:205px;
}
/* Callbackservice */
form#callback {
}
form#callback fieldset,
form#callback-en fieldset {
  border:none;
  float:left;
  margin:0;
  padding:0;
  width:100%;
}
form#callback fieldset legend,
form#callback-en fieldset legend {
  display:none;
}
form#callback div.tx_powermail_pi1_fieldwrap_html,
form#callback-en div.tx_powermail_pi1_fieldwrap_html  {
  float:left;
  margin-bottom:3px;
  width:100%;
}
form#callback div#powermaildiv_uid122,
form#callback div#powermaildiv_uid123,
form#callback div#powermaildiv_uid124,
form#callback-en div#powermaildiv_uid129,
form#callback-en div#powermaildiv_uid130,
form#callback-en div#powermaildiv_uid131 {
  float:left;
  width:100%;
}
form#callback label,
form#callback-en label {
  float:left;
  width:200px;
}
form#callback input,
form#callback-en input {
  width:225px;
}
form#callback textarea,
form#callback-en textarea {
  float:left;
  font-family:Verdana;
  font-size:11px;
  width:425px;
}
form#callback div#powermaildiv_uid124 input,
form#callback-en div#powermaildiv_uid131 input {
  margin-top:5px;
}
form#callback div.powermail_mandatory_js,
form#callback-en div.powermail_mandatory_js  {
  font-weight:bold;
  width:200px;
}