/* FARBEN #B09024 */

* { border: 0; margin: 0; padding: 0; }
/* table, tr, td { margin: 0; padding: 0; border: 0; } */
table { border-collapse: collapse; }

html { margin: 0; padding: 0;}
body { 
	background-color: #E8C699;
}

#tvcontainer { background-color: #FFFFFF; border: 1px solid #666; padding: 10px; }

h1, h2, h3, h4, h5, h6 { color: #555; text-transform: uppercase; font-weight: lighter; line-height: 140%; }
h1 { font-size: 1.6em; /*letter-spacing: 1.2px; */ /* font-family: SWZ721L.ttf; */ /* font-family: "Swiss 721 Thin BT";*/ }
h1.pageTitle { font-size: 2em; margin: 24px 0 16px 0; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
p { font-size: 98%; line-height: 180%; margin: 0 0 9px 0; padding: 0; width: 98%; }
li { line-height: 180%; }

a { color: #500C0B; color: #BO9024; text-decoration: none; }
a:link { color: #500C0B; color: #BO9024; text-decoration: none; }
a:visited {}
a:focus {}
p.bodytext a:hover { border-bottom: 1px solid #BO9024;; color: #500C0B; color: #BO9024; }
a:active {}

a:hover img { border-bottom: none !Important; }

#vMenu #logo a:hover, a:hover img { border-bottom: none !Important; text-decoration: none !Important; }

#tvHeader { display: block; background-color: #FFFFFF; height: 80px; overflow: hidden; text-align: center; }
#tvHeader h1 { display: inline; float: right; margin-left: 1000em;  }

#tvmain ul { 
	list-style-image: url(img/bullet.png);
	list-style-position: inside;
	list-style-type: square;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

/* NAVIGATION */

#topNavigation { background-color:#500C0B; }

#topNavigation a { color: #E6C697; display: block; float: left; padding: 4px 12px 4px 12px; text-align: center; text-decoration: none; }
#topNavigation ul {  display: inline; list-style-type: none; margin: 0; padding: 0; }
#topNavigation ul li { display: inline; margin: 0; padding: 0; }
#topNavigation li a { border: 0; }
#topNavigation li a.active { font-weight: bold; }
#topNavigation li a:hover { background-color: #E6C697; color: #500C0B; }

/* metanavigation */

#metaMenue { background-color:#E8C699; line-height: 0; margin: 0; padding: 0; }
ul.metanavigation { line-height: 0; margin: 6px 0 6px 0; padding: 0; text-align: right; }
ul.metanavigation li { line-height: 0; display: inline; list-style-type: none; margin: 0; padding: 0; }
ul.metanavigation li a { color: #660000; }

.metanavigation li a,
.metanavigation li a:link,
.metanavigation li a:visited,
.metanavigation li a:focus,
.metanavigation li a:hover,
.metanavigation li a:active {
	color: #660000;
	font-size: 97%;
	margin-left: 6px;
	text-decoration: none;
}

/* metanavigation ende */

/* LANGMENU */

#langMenu a { margin-left: 4px; }

/* LANGMENU ende */

/* NAVIGATION Ende */

#pageTitle, #contents { margin: 0; }

/* FCE 3Spalten */

#box1, #box2, #box3 { background-color: #eee; margin-bottom: 10px; overflow: hidden; /* padding: 8px; */  }

#box1 h1, #box2 h1, #box3 h1 { background-color: #FFFFFF; color: #333333; font-size: 1.3em; margin-bottom: 0; padding: 3px 6px 3px 6px; }
#box1 p, #box2 p, #box3 p { font-size: 11px; margin-bottom: 3px; padding: 6px; }
#box1 li, #box2 li, #box3 li { font-size: 11px; margin: 3px 3px 3px 12px;  padding: 2px; }
#box1 img, #box2 img, #box3 img { overflow: hidden; }

/* FCE 3Spalten ENDE */

/* FCE 2Spalten */

#twoColsLeft, #twoColsRight { background-color: #eee; margin-bottom: 10px; overflow: hidden; /* padding: 8px; */  }

#twoColsLeft h1, #twoColsRight h1 { background-color: #FFFFFF; color: #333333; font-size: 1.3em; margin-bottom: 0; padding: 3px 6px 3px 6px; }
#twoColsLeft p, #twoColsRight p { font-size: 11px; margin-bottom: 3px; padding: 6px; }
#twoColsLeft li, #twoColsRight li { font-size: 11px; margin: 3px 3px 3px 12px;  padding: 2px; }
#twoColsLeft img, #twoColsRight img { overflow: hidden; }

/* FCE 2Spalten ENDE */

.csc-linkToTop { text-align: center; font-size: 90%;}

.rgslideshow {
	border:0px solid #eee !Important;
	background: #fff !Important;
	/* background-image:url(img/background-slideshow.png) !Important; */
}


/* MAILFORMULAR */

/* Felder und Submit Button für Email-Formulare */

fieldset { padding: 0; border-color: #fff; }

.csc-mailform-field input {
	background-color: #ffffff;
	border: 1px solid #BDBDBD;
	display: block;
	padding-top: 4px;
	margin-top: 4px;
	width: 220px;
}

.csc-mailform-field textarea {
	background-color: #ffffff;
	border: 1px solid #BDBDBD;
	display: block;
	height: 120px;
	width: 212px;
}

.csc-mailform-field label {
	color: #999;
	clear: both;
	display: block;
	font-weight: normal;
	float: left;
	margin: 0;
	text-align: left;
	width: 70px;
}

/*Border um gesamtes Formular wenn gewünscht */
.csc-mailform {
	border: 1px solid #eee;
}

/*Ausrichtung des Submit Buttons*/

#mailformformtype_mail 
{
	background-color: #CCCCCC;
	border-width: 1px;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #A2A2A2;
	border-right-color: #A2A2A2;
	border-style: solid;
	color: #8C4139;
	height: 20px;
	margin-left: 70px;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	width: 90px;
}
/* MAILFORMULAR ende */


/* TABELLEN */

.contenttable { border: 1px dotted #b09024; }
.contenttable  th { background-color: #b09024; color: #fff; }
.contenttable  td { border-bottom: 1px dotted #b09024; }
.contenttable  tr:hover { background-color: #b09024; color: #fff; }
.contenttable .tr-even { background-color: #ffeebb; background-color: #ece5cd;  }

/* .preisliste { border: 1px dotted #b09024; }
.preisliste th { background-color: #b09024; color: #fff; }
.preisliste td { border-bottom: 1px dotted #b09024; }
.preisliste tr:hover { background-color: #b09024; color: #fff; }
.preisliste .tr-even { background-color: #ffeebb; background-color: #ece5cd;  } */

.preisliste-zimmer .td-0 { font-weight: bold; }
.preisliste-zimmer .td-1, .preisliste-zimmer .td-2, .preisliste-zimmer .td-3, .preisliste-zimmer .td-last { text-align: right; }

.preisliste-wein .td-0 { font-weight: bold; }
.preisliste-wein .td-2, .preisliste-wein .td-last { text-align: right; }
/* TABELLEN ende */



/* RTE */
.align-right { text-align: right; }

#tvfooter { color: #000000; margin-bottom: 6px; }
#tvfooter p { font-size: 0.9em; text-align: center; }
#tvfooter a { color: #000000; }

/* POWERMAIL */
input.text, input.title, textarea, select { margin: 0; padding: 0; }
.tx-powermail-pi1 { margin: 0; padding: 12px 0; }
legend { display: none; }
.left div { display: inline; float: left; }
label { width: 180px; display: block;  }
input.powermail_text { border: 1px solid #999; width: 120px; }
select { width: 120px; }

