/* basic */
body {
	background:#ffffff url(../images/layout/bg-minze.gif) repeat-x;
	font-family:Verdana,sans-serif;
	font-size:12px;
	color:#613526;
	margin:0;
	padding:0;
	line-height:140%;
}
h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#613526;
	font-weight:normal;
	/*letter-spacing:1px;*/
	line-height:120%;
}

h2 {
	margin:0;
	padding:0;
	font-size:16px;
	color:#613526;
	font-weight:normal;
	line-height:120%;
}
h3 {
	font-size:14px;
	color:#613526;
	font-weight:normal;
	margin:0;
	padding:0;
}
h4 {
	font-size:12px;
	color:#613526;
	font-weight:bold;
	margin:0;
	padding:0;
}
h5 {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#613526;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#613526;
}
p {
	margin:0;
	padding:0;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
li {
	margin:0;
	padding:0;
	list-style-type:none;
}
img {
border:0;
}
.clear {
clear:both;
}
form, input, label {
margin:0;
padding:0;
font-size:13px;
}
.more-link {
text-align:right;
}
/* basic - ENDE */

/* all */
#all {
	width:1200px;
	margin:0 auto 10px;
}

	/* content */
	#content {
		width:1200px;
		height:645px;
		background:#FFFFFF;
		position:relative;
		overflow:hidden;
	}
	
		/* header */
		#header {
		z-index:3;
		background:#613526; /*613526*/
		position:relative;
		opacity:0.9;
		filter:alpha(opacity=90);
		}
			.navi-main {
				width:1000px;
				height: 53px;
				padding:0 100px;
				background:#613526;
				font-family:Arial,sans-serif;
				z-index:3;
			}
			
			/* LEVEL ONE */
				ul.dropdown {
					width:1000px;
					height:53px;
					padding:0;
					position: relative;
					z-index:3;
					margin:0;
					text-transform:uppercase;
				}
					ul.dropdown li {
						float: left;
						zoom: 1;
					}
					/*ul.dropdown li.first {
						padding-left:5px;
					}
					ul.dropdown li.last {
						padding-right:5px;
					}*/
						ul.dropdown li a {
							display: block;
							color:#FFFFFF;
							padding:18px 10px 19px; /* 18px 16px */
							font-size:15px;
							text-decoration:none;
						}
						/*ul.dropdown_it li a {
							padding:20px 14px
						} */
						ul.dropdown a:hover {
							color: #613526;
						}
						ul.dropdown a.active {
							color: #613526;
						}
						
					ul.dropdown li.hover, ul.dropdown li:hover {
						color: #613526;
						position: relative;
						background:#ebebd8;
					}
						ul.dropdown li.hover, ul.dropdown li:hover a {
						color: #613526;
						}
					ul.dropdown li.active {
						color: #613526;
						background:#ebebd8;
					}
					/* 
						LEVEL TWO
					*/
					ul.dropdown ul {
						/*width: 81px;*/
						visibility: hidden;
						position: absolute;
						top:53px;
						left: 0;
						color:#9e7f6f;
						padding:6px 16px!important;
						background: #ebebd8!important;
						z-index:3;
					}
						ul.dropdown ul li {
							font-weight: normal;
							border-top: 1px dotted #9E7F6F;
							float: none;
							text-align:left;
						}
						ul.dropdown ul li.first {
							border-top: 0 none!important;
						}
							/* IE 6 & 7 Needs Inline Block */
							ul.dropdown ul li a {
								border-right: none;
								/*width:49px;*/
								display: inline-block;
								color:#9e7f6f!important;
								padding:8px 0;
								font-size:13px;
								text-transform:none;
							}
							/* IT 
							ul.dropdown_it ul li a {
								padding:10px 14px;
							}
							 EN 
							ul.dropdown_en ul li a {
								padding:10px 20px;
							}*/
							ul.dropdown ul li a:hover, ul.dropdown ul li a.hover {
								color:#613526!important;
							}
							ul.dropdown ul li a.active {
								color:#613526!important;
							}
							
						/* 
							LEVEL THREE
						*/
						ul.dropdown ul ul {
							left: 100%;
							top: 0;
						}
							ul.dropdown li:hover > ul {
								visibility: visible;
							}
			
		/* header - ENDE */
		
		
		/* Hauptinhalt */
		/*.main-content {
		height:493px;
		margin-top:100px!important;
		position:relative;
		z-index:3;
		}
			.main-content h1 {
			font-size:14px;
			font-weight:bold;
			}
			.main-content h2 {
			font-size:13px;
			}
			.main-content p {
			padding:5px 0;
			}
			.main-content ul {
				list-style-type: disc;
				margin-left: 10px;
				padding: 10px;
			}
			.main-content ul li {
				list-style-type: disc;
			}
			.main-content ol {
				list-style-type: decimal;
				margin-left: 10px;
				padding: 10px;
			}
			.main-content ol li {
				list-style-type: decimal;
			}*/
			
			
			
			.cnt-box {
			width:422px;
			/*margin:180px 0 0 660px;*/
			position:absolute;
			bottom:44px;
			right:125px;
			padding:15px 15px 40px;
			background:#613526;
			color:#FFFFFF;
			z-index:1;
			/*opacity:0.9;
			filter:alpha(opacity=90);*/
			}
				.cnt-box h1 {
				color:#fff;
				font-size:15px;
				/*font-weight:bold;*/
				padding-bottom:3px;
				}
				.cnt-box h2 {
				color:#fff;
				font-size:13px;
				}
				.cnt-box h3 {
				color:#fff;
				font-size:12px;
				font-weight:bold;
				padding-top:4px;
				}
				.cnt-box p {
				padding:5px 0;
				}
				.cnt-box ul {
					list-style-type: disc;
					margin-left: 10px;
					padding: 10px;
				}
				.cnt-box ul li {
					list-style-type: disc;
				}
				.cnt-box ol {
					list-style-type: decimal;
					margin-left: 10px;
					padding: 10px;
				}
				.cnt-box ol li {
					list-style-type: decimal;
				}
			
				.CNT_detail-content-expand-int {
				background:#613526;
				}
					.cnt-box h1, .cnt-box h2, .cnt-box a {
					color:#FFFFFF;
					}
					.cnt-box .detail_link-right-int {
					position:absolute; 
					bottom:0;
					right:0;
					padding:15px;
					text-align:right;
					font-weight:bold;
					display:block;
					}
					.cnt-box .detail_link-right-int a:hover {
					text-decoration:none;
					}
		/* Hauptinhalt */


		.CNTR-image {
			width:1200px;
			height: 645px;
			z-index: 0;
			position: absolute;
			top:0;
		}
		
		.logo {
		z-index: 1;
		position: absolute;
		bottom:20px;
		left:120px;
		}
	/* content - ENDE*/
		
	
	/* footer 1 */
	#footer_1 {
	width:960px;
	margin:7px auto 0;
	padding:15px 120px; /*25px 120px*/
	background:#ebebd8;
	}
		#footer_1 a {
		/* font-weight:bold; */
		}
		#footer_1 a:hover {
		color:#9e7f6f;
		text-decoration:none;
		}
		#footer_1 li {
		display:inline;
		/*padding:0 7px; */
		}
		
		.links-LFT {
		width:215px;
		float:left;
		}
		.links-CTR {
		width:445px;
		/*width:326px;*/
		float:left;
		text-align:center;
		/*padding-left:201px;*/
		padding-left:82px;
		}
			.links-CTR a {
			height:16px;
			display:block;
			float:left;
			padding:5px 8px;
			background:#613526;
			color:#FFFFFF;
			margin:0 5px;
			/*opacity:0.8;
			filter:alpha(opacity=80);*/
			}
			.links-CTR a.web-2 {
			height:26px;
			padding:0 0;
			}
			#footer_1 .links-CTR a:hover {
			color:#FFFFFF;
			text-decoration: none;
			}
		.links-RGT {
		width:205px;
		height:34px;
		float:right;
		overflow:hidden;
		}
		.links-BTM {
		padding-top:20px;
		text-align:center;
		}
		.links-BTM a {
		padding:0 3px;
		}
	/* footer 1  - ENDE*/
	
	/* footer 2 */
	#footer_2 {
	width:960px;
	margin:5px auto 0;
	padding:25px 120px;
	text-align:center;
	}
		
		#footer_2 a:hover {
		color:#9e7f6f;
		text-decoration:none;
		}
		#footer_2 a img {
		margin:0 13px
		}
	/* footer 2  - ENDE*/
	
/* all - ENDE */


.scroll-me {
width:422px;
height:280px;
overflow: auto;
}

/* BEAUTY */        
.detailansicht {
/*height:593px;*/
width:1200px;
height: 593px;
padding-top:53px;
position: absolute;
top: 0;
z-index: 0;
}
	.detail-image {
	height:593px;
	width:500px;
	float:left;
	}
	.tagespreise detail-image {
	}
	.detail-text {
	height:533px;
	width:660px;
	padding:40px 20px 20px;
	float:left;
	overflow:auto;
	}
	.tagespreise .detail-text {
	height:593px;
	width:700px;
	padding:0;
	}
		.detail-text h1 {
		font-size:16px;
		font-weight:bold;
		padding-bottom:12px;
		}
		.detail-text h2 {
		border-bottom: 1px solid;
		margin: 0 45px 5px 0;
		padding: 0 0 2px;
		font-size:14px;
		}
		.detail-text h3 {
		font-size:13px;
		font-weight:bold;
		padding-bottom:5px;
		}
		.detail-text p {
		padding:5px 0;
		}
		.detail-text ul {
			list-style-type: disc;
			margin-left: 10px;
			padding: 10px;
		}
		.detail-text ul li {
			list-style-type: disc;
		}
		.detail-text ol {
			list-style-type: decimal;
			margin-left: 10px;
			padding: 10px;
		}
		.detail-text ol li {
			list-style-type: decimal;
		}
		.detail-text table {
			margin-top:10px;
		}
		.tagespreise .detail-text table {
		margin:0;
		}
		
	.detail_farbe .detail-text {
	height:533px;
	width:650px;
	padding:40px 25px 20px;
	float:left;
	overflow:auto;
	}
		.detail_farbe .dt-colored {
		background:#EBEBD8;
		padding:20px 15px;	
		}
			.detail_farbe .detail-text .dt-colored h2 {
			width:380px;
			background: none repeat scroll 0 0 #D4D4AB;
			border-bottom: 0 none;
			font-size: 14px;
			/*margin: 0 45px 5px 0;*/
			padding: 8px 19px;
			}
			
			.detail_farbe_angebote .detail-text .dt-colored h2 {
			width:auto;
			background: none repeat scroll 0 0 #D4D4AB;
			border-bottom: 0 none;
			font-size: 14px;
			margin-right: 0;
			padding: 8px 19px;
			}
			
			.detail_farbe_schmal .angebote_detail {
				width: 275px;
				margin-right:10px;
				padding-top:15px;
				padding-top:15px;
				margin-bottom: 20px;
			}
			.detail_farbe_schmal .detail-text .dt-colored h2 {
			width:235px;
			background: none repeat scroll 0 0 #D4D4AB;
			border-bottom: 0 none;
			font-size: 14px;
			/*margin: 0 45px 5px 0;*/
			padding: 8px 19px;
			}
	
		.angebote_detail {
		width:320px;
		float:left;
		margin-bottom:30px;
		}
			.angebote_detail_more {
			width:660px;
			clear:both;
			}
			
			
.uebersicht {
}
	.uebersicht-LFT {
		float: left;
	}
	.uebersicht-RGT {
		float: right;
		text-align: right;
	}
		.uebersicht a {
		}
		.uebersicht a:hover {
		}
		
		.anfrage-button {
			font-weight: bold;
		}
		
		
.angebote-detail-image {
width:51px;
float:left;
padding-right:10px;
}
.zimmer-detail-image {
width:80px;
float:left;
padding-right:10px;
}
.angebote-pre-txt {
width:320px;
float:left;
}
.zimmer-pre-txt {
width:310px;
float:left;
}
.zimmer-pre-txt h2 {
font-weight:bold;
}
.angebote-pre-txt a {
font-size:12px;
font-weight:bold;
}


/* Anfrage */
.buchen {
width: 640px;
height:533px;
padding:40px 20px 20px 40px;
/*height:553px;
padding-top:20px!important;*/
}
.buchen table {
margin-top:0!important;
}
.kontakt {
width: 640px;
height:533px;
padding:40px 20px 20px 40px;
}
.kontakt table {
margin-top:0!important;
}
#buchungsanfrage {
}
#buchungsanfrage label {
    display: block;
    float: left;
    height: 16px;
    line-height: 25px;
    padding-bottom: 3px;
}
#buchungsanfrage legend {
    font-size: 14px;
    padding: 3px;
	font-weight:bold;
	color:#55731d;
}
#buchungsanfrage td {
    padding: 2px;
}
#buchungsanfrage #TerminVom, #buchungsanfrage #TerminBis {
    float: left;
    height: 16px;
    text-align: center;
    width: 90px;
}
#buchungsanfrage fieldset {
    border: 1px solid #55731d;
    margin-bottom: 9px;
    padding: 9px;
    width: 100%;
}
.express_btn {
    height: 25px !important;
}


/* Preise */
#wochenpreise {
}
#wochenpreise th {
padding:15px 5px;
vertical-align: top;
text-transform:uppercase;
font-weight:bold;
height:100px;
}
#wochenpreise td {
font-weight:bold;
width:145px;
}
#wochenpreise h3 {
color:#55731d;
font-weight:bold;
margin:0;
padding:0 0 5px;
font-size:12px;
display:inline;
}
.wochen-green {
    background-color: #CCCC99;
}
.wochen-white {
    background-color: #E8E8D0;
}
.preise-datum {
	text-transform: none;
	font-weight:normal;
}
#wochenpreise #zimmertyp {
width:165px;
font-weight:bold;
text-align:left;
padding:15px 5px 15px 15px!important;
}
#wochenpreise #zimmertyp .preise-datum {
font-weight:bold;
font-size:11px;
}
.zimmertyp-white {
    background-color: #F7F7F7;
	text-transform:uppercase;
	text-align:left;
	padding-left:15px;
}
.zimmertyp-blue {
    background-color:#E6E6E6;
	text-transform:uppercase;
	text-align:left;
	padding-left:15px;
}
.preise-light {
    background-color: #CCCC99;
}
.preise-dark {
    background-color: #E8E8D0;
}
.Stil5 {
    color: #c4040f;
    font-style: italic;
}
.preise-spezial {
    color: #c4040f;
}
.dauer {
text-transform:none;
}

/* Expressanfrage */

#expressanfrage {
width:365px;
}
#expressanfrage label {
    display: block;
    float: left;
    height: 16px;
    line-height: 25px;
    padding-bottom: 3px;
	margin-right:5px;
}
#expressanfrage legend {
    font-size: 13px;
    padding: 3px;
	font-weight:bold;
	color:#FFFFFF;
}
#expressanfrage td {
    padding: 2px;
}
#expressanfrage #TerminVom, #expressanfrage #TerminBis {
    float: left;
    height: 16px;
    text-align: center;
    width: 90px;
}
#expressanfrage fieldset {
    border: 1px solid #fff;
    margin-bottom: 9px;
    padding: 9px;
    width: 100%;
}

#anreise2, #abreise2 {
    float: left;
    height: 16px;
    text-align: center;
    width: 90px;
}

.popup {
width:490px;
/*height:600px;*/
padding:20px;
background:url(../images/layout/bg-minze.gif) repeat 0 0;
}
	.popup h1 {
	color:#55731D;
	padding-bottom:10px;
	}
	.popup h2 {
	padding-bottom:10px;
	}
	.popup h3 {
	font-weight:bold;
	padding-bottom:10px;
	}
	.popup p {
	padding-bottom:10px;
	}
	.popup img {
	padding:10px 0 0;
	}
	
	
/* Angebot */
.anfrage-button {
font-weight:bold;
font-size:13px;
}

.beauty-liste a {
font-weight:bold;
font-size:13px;
}

.hgv {
text-align:center;
display:block;
width:400px
}
	.hgv img {
	background: #EBEBD8;
	padding: 10px 0;
	}



/* Webcam */
.CNTR-webcams {
padding: 3px 0;
}
	#webcam-select  {
	}
		#webcam-select span  {
		float:left;
		width:130px;
		margin-right: 12px;
		padding: 8px;
		background:#EBEBD8;
		text-align:center;
		font-size: 11px;
		}
		
.CNTR-webcams-small {
padding: 0;
}
	.CNTR-webcams-small #webcam-select {
	height:212px;
	padding-top:6px;
	padding-left:35px;
	border-left:1px solid #FFFFFF;
	background:#EBEBD8;
	}
		.CNTR-webcams-small #webcam-select span {
		float:left;
		width:120px;
		margin: 0;
		padding: 3px 9px;
		background:#EBEBD8;
		text-align:center;
		}
			.CNTR-webcams-small #webcam-select a:hover  {
			text-decoration:none;
			}
			
		.CNTR-webcams-small #webcam-select .webcam-1  {
		padding-left:90px;
		}
		.CNTR-webcams-small #webcam-select .webcam-2 {
		padding-right:90px;
		}
		
/* Panoramabilder */
.panorama-CNT div {
width:160px;
background-color:#D4D4AB;
text-align:center;
float:left;
margin:0 30px 25px 0;
}
.panorama-CNT h5 {
padding:5px;
background-color:#D4D4AB;
text-align:center;
}


.pfad {
text-align:center;
padding-bottom:10px;
font-size:11px;
}
.pfad .active {
text-decoration:underline;
}

/* News Box */
.seo-int {
background:#EBEBD8;
padding:15px 25px;
}
.seo-int h2 {
background:#D4D4AB;
padding:5px;
}
.seo-int p {
padding:5px;
}
.seo-int-sitemap div {
width:200px;
float:left;
text-align:left;
padding-left:15px;
}


.info-handel {
font-size:11px;
/*line-height:230%;*/
}
