body{
  color:#616161;
	margin: 0;
	padding: 0;
	background-color: #cbb768;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-align: center;
}

/*------------------------------------ (CSS_STYLED_CONTENT)  ----------------------------------- */
/********************************/
/* Allgemeine Formatierung      */
/********************************/
pre {
	font-family: monospace; 
}
a {
	color: #616161;
	text-decoration: underline; 
}
a:hover {
	color: #616161; 
}
p, pre { 
	margin: 0px;
	margin-bottom: 20px; 
}
p.align-left { 
	text-align: left;
}
p.align-center { 
	text-align: center;
}
p.align-right { 
	text-align: right;
}
p.align-justify { 
	text-align: justify;
}
/*********************************/
/* Frames: Abstnde, 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 #616161;
}
div.csc-frame-rulerAfter {
	border-bottom: 1px solid #616161;
}
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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
div.csc-frame-frame1 h1, div.csc-frame-frame1 p {
	margin: 1.5em 0;
	text-transform: uppercase;
}
div.csc-frame-frame2 {
	padding: 2px 4px 2px 4px;
	border: 1px dotted #616161;
}
/* --- */
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: #c50c1e;
	font-family: Arial, serif;
}
h1 {
	font-size: 1.5em;
	font-family: Arial, serif;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	margin-top: 0;
	color: #e3b648;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	background-repeat: no-repeat;
}
h4 {
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
}
h5 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
}
h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
span.h1-small {
  font-size:0.8em;
}
h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
	margin-top: 0px;
}
h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left {
	text-align: left;
}
h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center {
	text-align: center;
}
h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right {
	text-align: right;
}
h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify {
	text-align: justify;
}
/* berschriften, verlinkt */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #c50c1e;
	text-decoration: none;
}
div#left h2 a {
  color:#fff;
}
div#left h2 a:hover {
  color:#fff;
}
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;
}
/* Subberschrift, allgemein */
p.csc-subheader {
	font-weight: bold;
	font-style: italic;
}
/* Subberschrift, 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;
	margin:0;
	margin-bottom:10px;
}
p.bodytext a { 
}
/********************/
/* Aufzhlungsliste */
/********************/
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 { 
}
td.align-left { 
	text-align: left;
}
td.align-center { 
	text-align: center;
}
td.align-right { 
	text-align: right;
}
td.align-justifyt { 
	text-align: justify;
}
/**********/
/* 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 #616161;
	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 */
/* Spezieller style wenn bilder in einem "Rahmen (border)" dargestellt werden */
div.imageblock {
	margin-bottom: 10px;
}
/*********************************/
/* Aufzhlungsliste spezifiziert */
/*********************************/
/* Aufzhlungsliste, allgemein */
ul.csc-bulletlist li {
}
/* Aufzhlungsliste, 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;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
table.contenttable-0 tr td {
	padding:5px;
}
table.contenttable-0 tr td.td-0 {
	font-weight: bold;
	}
table.contenttable-0 tr td.td-last {
	text-align:right;
}
table.contenttable-0 tr.tr-even td {
  background-color:#f1e4b2;
}
table.contenttable-0 tr.tr-odd td {
  background-color:#eee;
}
/*table.contenttable-0 {
	border-collapse: collapse;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
table.contenttable-0 tr td {
	color: #706d5d;
	padding-right: 8px;
	line-height: 1.3em;
}
table.contenttable-0 tr td.td-0 {
	font-size: 1.2em;
	font-weight: bold;
	color: #5c3021;
}
table.contenttable-0 tr td.td-last {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	color: #5c3021;
}*/
table.contenttable-1 {
	border-spacing: 0;
	margin:0px;
	margin-bottom: 20px;
}
table.contenttable-1 tr td {
	vertical-align: top;
	padding-bottom: 10px;
}
table.contenttable-1 tr td.td-0 {
	font-weight:bold;
	width:180px;
}
table.contenttable-1 tr td.td-last {
}

table.contenttable-2 {
}
table.contenttable-3 {
}
/*************************/
/* Dateilinks, allgemein */
/*************************/
table.csc-uploads {
  background-color:#CBB768;
	border: 0px;
	border-spacing:1px;
	width:100%;
}
table.csc-uploads tr td p {
	background-color: transparent;
	font-size: 1em;
	margin:3px 0;
	padding:0;
}
table.csc-uploads tr td {
	vertical-align: top;
}
table.csc-uploads tr.tr-even {
	background-color:#eee;
}
table.csc-uploads tr.tr-odd {
	background-color: #EEE;
}
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 #616161;
}
input.submit {
	clear: both;
	color: #616161;
	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: #ae1e1c;
}
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: #ae1e1c;
}
/*****************************/
/* 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: #616161;
	text-decoration: none;
	line-height: 1.6em;
	padding-left: 14px;
}
div.csc-menu p a:hover {
	color: #ae1e1c;
	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: #ae1e1c;
}
div.csc-menu-2 p.csc-sitemap-level2 a {
	color: #616161;
}
div.csc-menu-2 p.csc-sitemap-level3 a {
	color: #616161;
}
div.csc-menu-2 p.csc-sitemap-level4 a {
	color: #ae1e1c;
}
/* 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: #ae1e1c;
}
/* Men / Sitemap, "Menu of subpages to these pages (with abstract)" */
div.csc-menu-4 {
}
div.csc-menu-4 p {
	width: 205px;
	border: 0px solid #616161;
	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 #616161;
}
div.csc-menu-7 p.csc-section A {
	color: #ae1e1c;
}
/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
img.frontEndEditIcons {
	vertical-align: middle;
	margin: 0px 2px 0px 2px;
} 
/* Standardstyles fr 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 begin     Landhaus Julia           ------------------------ */
.clear{
	clear: both;
	border: 0px solid #fff;
	color: #fff;
}
#container{
  background-image:url(../images/bg.gif);
  background-repeat:repeat-y;
	text-align: left;
	width: 1060px;
	margin: auto;
}
#header{
	height: 155px;
}
#header img {
  float:left;
}
#main{
	border-left: 197px solid #f1e4b2;
	border-right: 230px SOLID #f1e4b2;
}
#left, #top-left{
		float: left;
		margin-left: -197px;
		width: 197px;
	}
		#left-content{
		}
		#left p {
		  margin:0 10px 10px 10px;
		}
#top-left-content a {
  text-decoration:none;
}
#right{
	float: right;
	width: 230px;
	margin-right: -230px;
}
	#right-content{
	}
#mid{

}
	#mid-content{
		padding: 15px;
	}
#top {
  width:863px;
}

#top-left{
	height: 18px;
	padding: 5px;
	padding-top: 7px;
	padding-right: 9px;
	width:183px;
}
#top-right{
	width: 863px;
	height: 30px;
	background-color: #cbb768;
	color: #fff;
}

img.pitztal-logo {
  float:left;
  margin-right:80px;
}
div.sprachnav img {
  position:relative;
  top:3px;
}
*+ html div.sprachnav img {
  top:1px;
}

/* Hauptnav  */
.hauptnav{
	margin: 0;
	padding: 0;
	list-style: none;s
}
.hauptnav li{
	float:left;
	margin:0;
  padding:0;
}
.hauptnav li a{
	color: #fff;
	text-decoration: none;
	padding: 7px;
	display: block;
	float: left;
}

.hauptnav li a:hover{
	text-decoration: underline;
}

/* Kontaktnav + Extranav*/
ul.kontaktnav, ul.extranav{
	margin:0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
}
ul.kontaktnav li, ul.extranav li{
	margin:0;
	padding:0;
	margin-bottom: 10px;
	list-style: none;
}

/* spezielle überschrift h2 in linker und rechter spalte */
#left-content h2, #right-content h2 {
  margin-bottom:5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #cbb768;
	padding: 3px;
	color: #fff;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
}

/* Schnellbuchung */
#schnellbuchung{
	font-size: 12px;
	width: 100%;
	padding-left: 5px;
	padding-top: 5px;
}
#schnellbuchung fieldset{
	margin:0;
	padding:0;
	border: none;
}
#schnellbuchung fieldset legend{
  display:none;
}
#schnellbuchung .tx_powermail_pi1_fieldwrap_html_text{
	float: left; 
	width: 48%;
}
#schnellbuchung .anreise, #schnellbuchung .tage{
	width: 92%;
}
#schnellbuchung #powermaildiv_uid3, #schnellbuchung #powermaildiv_uid4, #schnellbuchung #powermaildiv_uid5{
	width: 32%;
}
#schnellbuchung .erwachsene, #schnellbuchung .kinder, #schnellbuchung .kinderalter{
	width: 88%;
}
#schnellbuchung #powermaildiv_uid6, #schnellbuchung #powermaildiv_uid7{
	width: 96%;
}
#schnellbuchung .name, #schnellbuchung .email{
	width: 96%;
}
#schnellbuchung .submit{
	width: 95%;
	border: 1px solid #E3B648;
	background-color: #F8F8CF;
	margin-top: 2px;
	margin-bottom:15px;
}
.tx_powermail_pi1_fieldwrap_html_submit{
	clear: both;
}

/* Buchungsanfrage */

form#buchungsanfrage {
  
}
form#buchungsanfrage fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#buchungsanfrage fieldset legend {
  display:none;
}
form#buchungsanfrage div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  margin-bottom:5px;
  width:50%;
}
form#buchungsanfrage label {
  float:left;
  width:100px;
}
form#buchungsanfrage input {
  float:left;
  width:180px;
}
form#buchungsanfrage textarea {
  float:left;
  width:481px;
}
form#buchungsanfrage div#powermaildiv_uid23 {
  width:100%;
}
form#buchungsanfrage div#powermaildiv_uid24 {
  width:100%;
}
form#buchungsanfrage div#powermaildiv_uid24 input {
  background-color:#F8F8CF;
  border:1px solid #E3B648;
  float:right;
  margin:2px 15px 0 0;
  width:185px;
}
/* News */
.news-latest-item-text{
	padding: 10px;
}
.news-latest-item-text h3 {
  color:#616161;
	margin:0;
	padding-bottom: 5px;
}
.news-latest-item-text h3 a {
  color:#616161;
}

/************* Chgallery Stylesheets *************/

div.tx-chgallery-pi1 {
  float:left;
  margin-bottom:20px;
}
div.tx-chgallery-pi1 div.clr { 
  clear:both; 
}
div.tx-chgallery-pi1 div.pagebrowser {
  display:none;
}
div.single span {
  display:none;
}
div.tx-chgallery-pi1 div.single {
  border:1px solid #CBB768;
  background-color:transparent;
  float:left;
  margin-right:8px;
  margin-bottom:8px;
  vertical-align:middle;
  height:110px;
  width:110px;
}
* html div.tx-chgallery-pi1 div.single {
  margin-right:9px;
}
div.tx-chgallery-pi1 div.single div.img {
  margin:10px;
  height:90px;
  width:90px;
}
div.tx-chgallery-pi1 div.single div.align {
  text-align:center;
  height:90px;
  width:90px;
}
div.tx-chgallery-pi1 div.single div.align a img {
  vertical-align:middle;
}

div.chgallery-item {
  float:left;
  width:100%;
}
div.chgallery-item div.text {
  float:left;
  margin-bottom:8px;
  width:100%;
}
div.chgallery-item div.text a {
  color:#C50C1E;
  font-weight:bold;
  font-size:1.1em;
  text-transform:uppercase;
}
div.tx-chgallery-pi1 div.info {
  float:left;
  width:100%;
  margin-bottom:10px;
}
div.chgallery-image {
  float:left;
}
div.chgallery-image img {
  width:100px;
  height:100px;
  margin-right:10px;
}
div.videos {
  padding:10px;
}
#left div.videos p {
  margin:0;
}