@charset "UTF-8";
/* CSS Document */

#container {
	width:950px;
	height:100%;
	background-color:#336633;
	margin:0px auto;
}
#head {
	width:100%;
	height:128px;
	background:url(../media/utilities/head-wood.jpg) repeat-x top left;
}
#logo {
	position:absolute;
	width:auto;
	height:auto;
	left:50%;
	top:3px;
	margin-left:-475px;
	z-index:100;
}

/* menu
---------------------------------------------------------------*/
#menuhead {
	position:absolute;
	width:auto;
		height:auto;
	left:50%;
	margin-left:-310px;
	top:29px;
	z-index:500;
}
#menuhead ul {
	width:100%;
	height:100%;
	list-style:none;
}
#menuhead li {
	width:auto;
	padding:45px 15px 25px 15px;
	float:left;
	text-align:left;
}
#menuhead li:hover {
	background:url(../media/utilities/menuOver3.png) repeat-x top left;
}
#menuhead li#hover {
	background:url(../media/utilities/menuOver.png) repeat-x top left;
}
#menuhead li a {
	font-family:Baskerville, Times New Roman;
	font-style:italic;
	font-size:20px;
	color:#FFFFFF;
	line-height:22px;
}
#menuhead li a#hover {
	color:#DDAE5C;
}
#menuhead li span {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#A66C26;
	font-style:normal;
	line-height:90%;
}
#submenu {
	position:absolute;
	top:128px;
	width:100%;
	height:30px;
	z-index:50;
	background-color:#FFFFFF;
	opacity:.4; filter:alpha(opacity=40);
}

/* gallery
---------------------------------------------------------------*/

#headPic {
	width:100%;
	background: #54622F;
	text-align:center;
	overflow:hidden;
	position:relative;
	top:0px;
}

#headPic #slideshow IMG {
    position:absolute;
    left:0;
    z-index:8;
    opacity:0.0;
	margin-top:0px;
	width:100%;
}

#headPic #slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#headPic #slideshow IMG.last-active {
    z-index:9;
}
#bottomStripe {
	width:100%;
	height:20px;
	background-color:#71381A;
	position:absolute;
	z-index:20;
	opacity:.6; 
	filter:alpha(opacity=60);
	bottom:0px;
	left:0px;

}
#flowerStripe {
	width:598px;
	height:134px;
	position:absolute;
	z-index:21;
	bottom:0px;
	left:50%;
	margin-left:-136px;
}
/* 1100 */
.layout-default #headPic {
	height:250px;
}
.layout-default #slideshow img {
/*	top:0px;*/
/*	margin-top:-15%;*/
}
.layout-widest #bottomStripe {
	margin-top:280px;
}
/* 1280 */
.layout-medium1 #headPic {
	height:250px;
}
.layout-medium1 #slideshow img {
/*	top:0px;**/
/*	margin-top:-15%;*/
}
.layout-widest #bottomStripe {
	margin-top:280px;
}
/* 1700 */
.layout-medium2 #headPic {
	height:350px;
}
.layout-medium2 #slideshow img {
	top:0;
}
.layout-widest #bottomStripe {
	margin-top:280px;
}
/* 1900 */
.layout-widest #headPic {
	height:450px;
}
.layout-widest #slideshow img {
	top:0px;
}
.layout-widest #bottomStripe {
}
ul# li {
	margin-bottom:2px;
}
ul#gallerymenu li a {
	color:#A66C26;
	font-size:22px;
	line-height:30px;
	font-family:Baskerville, "Times New Roman";
	background:url(../media/utilities/spacer.png) left 50% no-repeat;
}
ul#gallerymenu li a:hover {
	color:#401F17;
	background:url(../media/utilities/spacer2.png) no-repeat left 50%;
}
ul#gallerymenu li a#active {
	color:#71381A;
	background:none;
	padding:0px;
}
ul#gallerymenu li#active {
	background:url(../media/utilities/gallerymenu_active.png) right bottom no-repeat;
	border:thin solid #D3AE5C;
	padding:10px;
	margin:5px 0;
}

/* styles
---------------------------------------------------------------*/

p, td {
	font-size:13px;
	font-family:"Trebuchet MS", Verdana, Arial;
	line-height:120%;
}
h1 {
	font-size:28px;
	font-family:Baskerville, "Times New Roman";
	font-weight:normal;
}
h3 {
	color:#AA5F1D;
	text-transform:uppercase;
}
td {
	height:25px;
}
.star, h1 {
	color:#71381A;
}
.picBorder {
	padding:3px;
	background-color:#FFFFFF;
	border:solid thin #999999;
	
}
.picBorder:hover {
	 opacity:.8; 
	 filter:alpha(opacity=80);
}
.titel {
	color:#71381A;
}



/* form utilities
---------------------------------------------------------------*/

input, textarea {
	background:url(../media/utilities/input_bg.png) no-repeat top left #71381A;
	border:0px;
	color:#FFFFFF;
	padding:4px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	margin-top:5px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
textarea {
	margin-left:10px;
}
#subMit2 {
	background:url(../media/utilities/submit-but2.png) no-repeat center top;
	width:682px;
	height:188px;
}
.subMitBut {
	font-family:Baskerville, "Times New Roman";
	font-style:italic;
	background:none;
	font-size:18px;
	letter-spacing:0.5px;
	width:100px;
	height:36px;
	cursor:pointer;
	margin:35px auto 0 145px;
}
.subMitButFIX {
	font-family:Baskerville, "Times New Roman";
	font-style:italic;
	background:none;
	font-size:18px;
	width:100px;
	height:40px;
	cursor:pointer;
	margin-left:245px;
}
#panel {
	margin:0px;
	border:#71381A;
}
#panel td {
	color:#000000;
	font-size:12px;
}
.submitBut {
	font-family:Baskerville, "Times New Roman";
	font-style:italic;
	background:none;
	font-size:18px;
	letter-spacing:0.5px;
	color:#FFFFFF;
}


/* templates
---------------------------------------------------------------*/

#body {
	position:absolute;
	width:950px;
	height:auto;
	left:50%;
	margin-left:-475px;
/*	background-color:#FFCC00;*/
}
/*
#leftSide {
	width:200px;
	height:auto;
	float:left;
}
*/
#centerSide {
	width:auto;
	height:auto;
	margin: 30px 0 0 200px;
}
#subIn {
	z-index:50;
}
#subIn dl {
	list-style:none;
	text-align:center;
	position:absolute;
	z-index:200;
	top:97px;
	float:left;
	display:block;
	width:100%;
}
*html #subIn dl {
	margin-top:25px;
}
#subIn dt {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color:#DDAE5C;
	height:22px;
	margin-top:6px;
	float:left;
	padding:0px 20px;
	margin-right:5px;
	opacity:0.7;
	filter:alpha(opacity=70);
}
#subIn dt:activ {
	background-color:#DDAE5C;
}
#subIn dt:hover {
/*	background-color:#D3AE5C;*/
	opacity:100;
	filter:alpha(opacity=100);
}
#subIn dt a {
	line-height:22px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-style:normal;
	font-weight:lighter;
	font-size:14px;
	color:#71381A
}
#subIn dt a#active {
	color:#FFF;
}
#subIn dt#active {
	background:#AA5F1D;
	opacity:1;
	filter:alpha(opacity=100);
}
#subIn dd {
	height:6px;
	text-align:center;
	float:left;
	margin-left:-50px;
	margin-top:20px;
}

/* templates intern
---------------------------------------------------------------*/
#body #sidebar1 {
	float: left;
	width: 291px;
	padding-top:30px;
}
#body #mainContent { 
	margin: 0 0 0 290px;
	padding:40px 20px 0 46px;
	background:url(../media/utilities/maincontentbg2.png) no-repeat left top;
} 

#sidebar1 dd {
	background-color:#FFFFFF;
	border:#CCCCCC 1px solid;
	margin-bottom:5px;
	width:290px;
	height:70px;
	
}

#sidebar1 dt {
	padding:6px;
	margin-top:-110px;
}
#sidebar1 p {
	margin-bottom:5px;
	line-height:130%;
}
#sidebar1 h2, h2 {
	color:#AA5F1D;
	font-size:16px;
	font-weight:normal;
	font-family:Baskerville, "Times New Roman";
	text-transform:uppercase;
	letter-spacing:2px;
}
ul#list {
	margin-top:5px;
}
#sidebar1 a, ul#list li {
	color:#000000;
	font-size:12px;
	background:url(../media/utilities/spacer2.png) no-repeat left top;
	padding-left:15px;
}
#sidebar1 a:hover {
	color:#AA5F1D;
	padding-left:20px;
	background:url(../media/utilities/spacer2.png) no-repeat 5px top;
}
#sidebar1 #thumbs ul {
	width:100%;
	list-style:none;
}
#sidebar1 #thumbs li {
	width:87px;
	height:87px;
	margin:5px;
	float:left;
	color:#B19350;
	-moz-box-shadow: 3px 3px 2px #B19350;
	-webkit-box-shadow: 3px 3px 3px #B19350;
	box-shadow: 3px 3px 4px #B19350;
	*margin:3px;

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#B19350')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#B19350');
}
#sidebar1 #thumbs  li a {
	background-image:none;
	padding:0px;
}
#sidebar1 #thumbs  li a:hover {
	background-image:none;
	padding:0px;
}
#sidebar1 #thumbs li img {
	padding:3px;
	background-color:#FFF;
}


/* mainContent ul 3-column
---------------------------------------------------------------*/

img.whiteBorder {
	border:5px solid #FFFFFF;
}
#mainContent li {
	list-style:none;
	float:left;
	width:187px;
	margin-right:6px;
}
#mainContent li h2 {
	font-family:"Trebuchet MS", Verdana;
	font-size:16px;
	text-transform:uppercase;
	color:#71381A;
	margin:10px 0 5px 0;
}

/* utilites
---------------------------------------------------------------*/

#mitSpan td {
	padding-left:10px;
}
#background {
	width:100%;
}
#leuchtturm {
	color:#71381A;
	font-size:10px;
	padding-top:10px;
	border-top: thin solid #71381A;
	padding-left:100px;
}
#leuchtturm a {
	color:#71381A;
}
#leuchtturm a:hover {
	color:#54622F;
}
#home p {
	color:#71381A;
	padding-bottom:3px;
	font-size:11px;
	padding-left:100px;
}
#home span {
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#AA5F1D;
}
#menuFooter {
	color:#FFFFFF;
	font-size:10px;
	padding-top:10px;
	float:right;
	margin-top:-20px;
}
#logoFooter {
	position:absolute;
	margin-top:-10px;
}
#left { 
	width:280px;
	float:left;
}
#right {
	width:500px;
	float:left;
	position:relative;
	margin-top:70px;
}
#centerSide dl {
	width:950px;
	float:left;
}
#centerSide dt {
	width:280px;
	float:left;
	height:90px;
	margin-right:20px;
}
#centerSide dt em, #sidebar1 li em, .gall li em  {
	background:url(../media/utilities/zoom.png) bottom right no-repeat;
	width:20px;
	height:20px;
	position:absolute;
	margin-left:-21px;
	margin-top:63px;
}
#sidebar1 li em {
	margin: 65px 0 0 67px;
}
#centerSide dd {
	width:270px;
	font-size:12px;
	float:left;
	margin-left:-295px;
	margin-top:100px;
	height:auto;
	line-height:120%
}

/* templates utilities
---------------------------------------------------------------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.linehor {
	width:580px;
	height:10px;
	border-bottom:1px solid #DDAE5C;
	margin-bottom:10px;
}


/* special weeks
---------------------------------------------------------------*/

#angebot {
	width:100%
}
#angebot ul {
}

#angebot li {
	width:179px;
	height:181px;
	background-color:#FFFFFF;
	padding:4px;
	float:left;
	margin: 0 10px 10px 0px;
}
#angebot h1 {
	font-size:14px;
	color:#71381A;
	font-weight:normal;
	font-family:Tahoma, Arial, Impact;
}
#angebot p {
	font-size:12px;
	color:#AA5F1D;
}
/* --- detail site -- */
ul#list li {
	height:20px;
}
p#datum {
	margin:5px 0 10px;
	text-transform:uppercase;
	font-weight:bolder;
	color:#AA5F1D
}
#smallMenu {
	position:absolute;
	width:170px;
	height:30px;
	margin-left: 432px;
	padding:0 10px;
	text-align:right;
	background-color:#54622F;
}
 #smallMenu a {
	color:#FFF;
	font-size:12px;
	background:url(../media/utilities/spacer-w.png) no-repeat left top;
	padding-left:15px;
	line-height:30px;
	text-transform:uppercase;
}
#smallMenu a:hover {
	color:#D3AE5C;
}

/* gallery
---------------------------------------------------------------*/
#body .gall{
	width:auto;
	background-color:#FF3300;
}
#body .gall ul {
	float:left;
	width:auto;
	list-style:none;
	position:static;
	margin:0px;
}
#body .gall li {
	width:130px;
	height:130px;
	float:left;
	margin-right:10px;
	text-align:center;
	background:#FFFFFF;
	border:solid thin #999999;
	margin-bottom:10px;
}
.body-left { position: absolute; z-index: 1; top: 220px; left: 15px; width: 171px; height: auto; }
a.left:link, a.left:visited, a.left:active     {
	color: #fff;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 20px;
	text-decoration: none;
	background-color: #E84B94;
	display: block;
	margin-bottom: 3px;
	padding-left: 12px;
	z-index: 2
}
a.left_sel:link, a.left_sel:visited, a.left_sel:active     {
	color: #fff;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 20px;
	text-decoration: none;
	background-color: #E84B94;
	display: block;
	margin-bottom: 3px;
	padding-left: 12px;
	z-index: 2
}
a.left:hover  {
	background-color: #DD0067
}
a.left_sel:hover   {
	background-color: #DD0067
}

/* zimmer
---------------------------------------------------------------*/
 .rollover {
 	cursor:pointer;
	display:block;
	position:relative;
	text-decoration:none!important;}
.rollover img {
	border:none;
	display:block;
	background-color:#FFFFFF;
	padding:5px;
}
div.rollover-info {
	color:white;
	left:0;
	position:absolute;
	top:0;
}
.rollover-info-wrapper{display:none;}
.rollover:hover .rollover-info-wrapper {
	display:block;
}
.rollover-background {
	background-color:#71381A;
	position:absolute;
}
.rollover-166,.rollover-166 .rollover-info {
	width:187px;
	height:187px;
}
.rollover-166, #peopleListing {
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}
.rollover-info div#content table {
	position:absolute;
	z-index:50;
	margin:8px 0 0 9px;
}
.rollover-info div#content h1 {
	font-size:16px;
	color:#FFFFFF;
	line-height:110%;
	text-align:left;
	font-weight:normal;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Verdana;
}
.rollover-info div#content a {
	font-size:12px;
	color:#FFF;
	width:187px;
	background:transparent url(../media/utilities/spacer-w.png) no-repeat left 50%;
	text-align:right;
	padding-left:15px;
	line-height:140%;
}
.rollover-info div#content a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	text-decoration:underline;
}

/* slide panel */

.panel {
	margin:0 0 10px 0;
	height: auto;
	display: none;
}
#panel1 #sidebarPL,#panel2 #sidebarPL,#panel3 #sidebarPL {
	float: left; 
	width: 180px;
	padding:0 10px 0 10px;
}
#panel1 #mainContentPL, #panel2 #mainContentPL, #panel3 #mainContentPL { 
	margin: 0 0 0 200px; 
} 
.active {
	background-position: right 12px;
}

/* menu des monats
---------------------------------------------------------------*/
#mainContent p.rezept {
	font-style:italic;
	font-family:Baskerville, "Times New Roman";
	margin-top:20px;
	text-align:center;
	font-size:18px;
	width:100%;
	display:block;
	line-height:145%;
}

/* preisliste
---------------------------------------------------------------*/
#mainContent th {
	color:#FFFFFF;
	font-size:12px;
	padding:2px 3px 3px 3px;
	font-weight:normal
}
.room {
	font-size:16px;
	color:#71381A;
	font-weight:normal;
	font-family:"Trebuchet MS", Verdana;
}
.rahmen { border-color:#71381A; border-style:solid; border-width:1px; padding:10px 20px 20px 40px; }
