/****************************************************************************
 * GRID
 ****************************************************************************/

@font-face{
	font-family: 'Duet-Flourishes';
    src: url('../fonts/duet-flourishes.eot');
    src: url('../fonts/duet-flourishes.eot?#iefix') format('embedded-opentype'), url('../fonts/duet-flourishes.woff') format('woff'), url('../fonts/duet-flourishes.ttf') format('truetype');
}

@font-face{
	font-family: 'Duet-Regular';
    src: url('../fonts/duet-regular.eot');
    src: url('../fonts/duet-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/duet-regular.woff') format('woff'), url('../fonts/duet-regular.ttf') format('truetype');
}

@font-face{
	font-family: 'Calluna-Regular';
    src: url('../fonts/calluna-regular.eot');
    src: url('../fonts/calluna-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/calluna-regular.woff') format('woff'), url('../fonts/calluna-regular.ttf') format('truetype');
}

html{
	height: 100%;
}

body{
	text-align: center;
	min-height: 100%;
	height: auto;
	font-family: Calluna-Regular;
	color: #facd8c;
	font-size: 18px;
	overflow-y: scroll;
	background: #000000;
}

.bg{
	width: 100%;
	height: 753px;
	position: absolute;
	top: 120px;
	left: 0;
	background: url(../img/bg.jpg) no-repeat top center;
}

.start .bg{
	background: none;
}

#wrapper{
	width: 940px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
}

#header{
	height: 78px;
	position: relative;
	z-index: 20;
}

#header h1{
	padding: 0;
	margin: 0;
	width: 320px;
	height: 33px;
	position: absolute;
	margin-left: 50%;
	left: -160px;
	top: 34px;
	z-index: 30;
}

#container{
	background: url(../img/bg_header.jpg) no-repeat top center;
	padding-bottom: 280px;
	position: relative;
	z-index: 10;
	min-height: 700px;
}

.rooms #container,
.kontakt #container{
	background: none;
}

#right{
	width: 335px;
	float: right;
	padding-top: 120px;
	overflow: hidden;
}

.start #right{
	width: 235px;
}

#main{
	width: auto;
	margin-right: 335px;
	padding-top: 42px;
	padding-bottom: 67px;
/*	padding-right: 50px; */
	padding-right: 10px;
	padding-left: 70px;
}

.start #main{
	margin-right: 235px;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

.full #main{
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
}

.rooms #main,
.kontakt #main{
	padding: 0;
	padding-bottom: 67px;
}

#footer{
	height: 280px;
	position: absolute;
	bottom: 0;
	width: 940px;
	z-index: 10;
	background: url(../img/bg_footer.jpg) no-repeat top center;
}

/****************************************************************************
 * GLOBAL
 ****************************************************************************/

a{
	outline: none;
	color: #facd8c;
	text-decoration: none;
}

a:hover{
	color: #e98f23;
}

h2, h3, p{
	margin: 0;
	padding: 0;
}

.hide{
	display: none;
}

/****************************************************************************
 * NAVIGATION
 ****************************************************************************/

/********************************** Header **********************************/

#header nav{
	position: absolute;
	top: 43px;
	overflow: visible;
}

#header ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li{
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	font-size: 17px;
	letter-spacing: 3px;
	float: left;
	margin-left: 27px;
	position: relative;
	font-variant: small-caps;
}

#header ul li.first{
	margin-left: 25px;
}

#header ul li a,
#header ul li span{
	color: #facd8c;
	padding-bottom: 6px;
	white-space: nowrap;
	cursor: pointer;
}

#header ul li a:hover,
#header ul li a.trail,
#header ul li span,
#header ul li:hover a{
	background: url(../img/border.png) repeat-x bottom;	
}

#header ul li.faq{
	margin-left: 383px;
}

.lang-en #header ul li.first{
    margin-left: 15px;
}

.lang-en #header ul li.faq{
    margin-left: 408px;
}

/*
#header ul li:first-letter{
	font-size: 125%;
}
*/

#header ul li ul{
	background: #000000;
	padding: 5px 0 10px 0;
	top: 30px;
	left: -14px;
	visibility: hidden;
	position: absolute;
}

#header ul li:hover ul{
	visibility: visible;
}

#header ul li ul li{
	float: none;
	margin: 0;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 0 15px 0 15px;	
}

#header ul li ul li.first{
	margin-left: 0;
}

.lang-en #header ul li ul li.first{
    margin-left: 0;
}

#header ul li ul li a,
#header ul li ul li span{
	display: block;
	padding: 5px 0 6px 0;
	background: url(../img/border.png) repeat-x bottom;
}

#header ul li ul li a:hover,
#header ul li ul li span{
	color: #e98f23;
}

#header ul li ul li.last a,
#header ul li ul li.last span{
	background: none;
}

#header nav.mod_changelanguage{
    right: 10px;
    top: 13px;
}

#header nav.mod_changelanguage ul li{
    margin-left: 10px;
    font-size: 10px;
}

#header nav.mod_changelanguage ul li a,
#header nav.mod_changelanguage ul li > span{
    display: inline-block;
    height: 12px;
    width: 18px;
}

#header nav.mod_changelanguage ul li a{
    opacity: 0.5;
}

#header nav.mod_changelanguage ul li.lang-de a,
#header nav.mod_changelanguage ul li.lang-de span{
    background: url(../img/icon_flag_at.png) no-repeat;
}

#header nav.mod_changelanguage ul li.lang-en a,
#header nav.mod_changelanguage ul li.lang-en span{
    background: url(../img/icon_flag_uk.png) no-repeat;
}

#header nav.mod_changelanguage ul li a:hover,
#header nav.mod_changelanguage ul li span{
    opacity: 1;
}



/********************************** Footer **********************************/

#footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 33px;
	left: 72px;
}

#footer ul li{
	float: left;
/*	text-transform: uppercase; */
	font-size: 17px;
	letter-spacing: 3px;
	margin-left: 27px;
	font-variant: small-caps;
}
/*
#footer ul li:first-letter{
	font-size: 125%;
}
*/
#footer ul li.imprint{
	margin-left: 335px;
}

.lang-en #footer ul li.imprint{
    margin-left: 485px;
}

#footer ul li a,
#footer ul li span{
	padding-bottom: 6px;
	cursor: pointer;
	color: #facd8c;	
}

#footer ul li a:hover,
#footer ul li span{
	background: url(../img/border.png) repeat-x bottom;	
}
	
/****************************************************************************
 * CONTENT
 ****************************************************************************/

/********************************** Global **********************************/

#main h2{
	font-family: Duet-Regular;
	font-size: 65px;
	text-align: left;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0;
}

.full #main h2{
	text-align: center;
}

#main h3{
	color: #eb9023;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: normal;
	font-variant: small-caps;
	margin-bottom: 15px;
}

#main p{
	line-height: 26px;
	margin-bottom: 30px;
}

#main .ce_hyperlink{
	overflow: visible;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 25px;
}

#main .ce_hyperlink a{
	font-size: 17px;
	font-variant: small-caps;
	padding: 3px 80px 3px 10px;
	border-top: 1px solid #e98f23;	
	border-bottom: 1px solid #e98f23;
	color: #e98f23;
	letter-spacing: 3px;
	background: url(../img/arrow_link.png) no-repeat right 8px;
}

#main .ce_hyperlink a:hover{
	color: #facd8c;
	border-top: 1px solid #facd8c;	
	border-bottom: 1px solid #facd8c;
	background: url(../img/arrow_link.png) no-repeat right -22px;
}

#main .ce_text p a,
#main .ce_table td a{
    text-decoration: underline;
}

/********************************** Footer **********************************/

#footer .ce_text{
	width: 200px;
	position: absolute;
	top: 33px;
	left: 360px;
	font-size: 16px;
	text-align: center;
	line-height: 26px;		
}

#footer .ce_text h2{
/*	text-transform: uppercase; */
	letter-spacing: 3px;	
	font-size: 17px;
	line-height: normal;	
	font-weight: normal;
	font-variant: small-caps;
	margin-bottom: 2px;
}
/*
#footer .ce_text h2:first-letter{
	font-size: 125%;
}
*/

/********************************* Teaser Right *****************************/

#right .coupon{
	height: 180px;
	width: 216px;
	float: right;
	background: url(../img/bg_teaser_border_coupon.png) no-repeat;
}

#right .coupon:hover{
	background: url(../img/bg_teaser_border_coupon.png) no-repeat bottom;
}

#right .coupon a{
	height: 124px;
	width: 214px;
	padding-top: 56px;
	padding-left: 2px;
	display: block;
	color: #facd8c;
	background: url(../img/arrow.png) no-repeat center 115px;
}

#right .coupon a span{
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	width: 110px;
	margin: 0 auto;
	float: none;
}

#right .coupon a span.hl2{
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 17px;
	border-top: 1px solid #facd8c;
	border-bottom: 1px solid #facd8c;
	height: 24px;
	line-height: 22px;
	margin-top: 3px;
	margin-bottom: 13px;
}
/*
#right .coupon a span.hl2:first-letter{
	font-size: 125%;
}
*/

#right .couponpic{
	height: 398px;
	width: 335px;
	margin-right: -30px;
	float: right;
	background: url(../img/bg_teaser_coupon.png) no-repeat;
}

#right .orient1{
	height: 398px;
	width: 335px;
	margin-right: -30px;
	float: right;
	background: url(../img/bg_teaser_dasorient_1.png) no-repeat;
}

#right .orient2{
	height: 398px;
	width: 335px;
	margin-right: -30px;
	float: right;
	background: url(../img/bg_teaser_dasorient_2.png) no-repeat;
}

#right .orient3{
	height: 398px;
	width: 335px;
	margin-right: -30px;
	float: right;
	background: url(../img/bg_teaser_dasorient_3.png) no-repeat;
}

#right .orient4{
	height: 398px;
	width: 335px;
	margin-right: -30px;
	float: right;
	background: url(../img/bg_teaser_dasorient_4.png) no-repeat;
}

#right .orient5{
	height: 398px;
	width: 335px;
	margin-right: -30px;
	float: right;
	background: url(../img/bg_teaser_dasorient_5.png) no-repeat;
}

#right .orient6{
	height: 398px;
	width: 335px;
	margin-right: -30px;
	float: right;
	background: url(../img/bg_teaser_dasorient_6.png) no-repeat;
}

#right .latest{
	margin-right: -46px;
	position: relative;
	width: 305px;
	height: 375px;
	float: right;
	font-size: 14px;
	text-align: center;
	background: url(../img/bg_teaser_border_big.png) no-repeat;		
}

#right .latest a{
	color: #facd8c;	
	position: absolute;
	top: 0;
	left: 0;
	width: 305px;
	height: 314px;
	display: block;
	padding-top: 61px;
}

#right .latest:hover{
	background: url(../img/bg_teaser_border_big.png) no-repeat bottom;	
}
/*
#right .latest h2 a:first-letter{
	font-size: 125%;
}
*/
#right .latest h2{
	font-variant: small-caps;
	letter-spacing: 2px;
	border-top: 1px solid #facd8c;
	border-bottom: 1px solid #facd8c;
	height: 24px;
	line-height: 22px;
	font-size: 17px;
	font-weight: normal;
	width: 80px;
	margin: 0 auto;
	margin-top: 60px;
}

#right .latest p{
	width: 150px;
	margin: 0 auto;
	line-height: 20px;
}

#right .latest p.date{
	color: #e98f23;
	margin-top: 10px;
	margin-bottom: 15px;
}

#right .payment{
	margin-right: -22px;
	margin-top: -15px;
	position: relative;
	width: 305px;
	height: 375px;
	float: right;
	font-size: 14px;
	text-align: center;
	background: url(../img/bg_teaser_border_big.png) no-repeat bottom;		
}

#right .payment h2{
	font-variant: small-caps;
	letter-spacing: 2px;
	border-top: 1px solid #facd8c;
	border-bottom: 1px solid #facd8c;
	height: 24px;
	line-height: 22px;
	font-size: 17px;
	font-weight: normal;
	width: 118px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 15px;
}

#right .payment p{
	font-size: 17px;
	width: 150px;
	margin: 0 auto;
	margin-top: 30px;
	line-height: 20px;
	font-variant: small-caps;	
}

#right .rooms{
	margin-right: -17px;
	position: relative;
	width: 250px;
	height: 220px;
	float: right;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	background: url(../img/bg_teaser_border_small.png) no-repeat;		
}

#right .rooms a{
	color: #facd8c;	
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 149px;
	display: block;
	padding-top: 71px;
	background: url(../img/arrow.png) no-repeat center 140px;
}

#right .rooms:hover{
	background: url(../img/bg_teaser_border_small.png) no-repeat bottom;	
}
/*
#right .rooms h2 a:first-letter{
	font-size: 125%;
}
*/
#right .rooms h2{
	font-variant: small-caps;
	letter-spacing: 2px;
	border-top: 1px solid #facd8c;
	border-bottom: 1px solid #facd8c;
	height: 45px;
	font-size: 17px;
	font-weight: normal;
	width: 80px;
	margin: 0 auto;
	margin-top: 70px;
}

#right .rooms a span.arrow{
	background: url(../img/arrow.png) no-repeat;
	width: 57px;
	height: 11px;
}

/************************************ Start  ********************************/

.start #slider{
	position: relative;
	width: 758px;
	height: 700px;
}

.start #slider .ce_image{
	width: 758px;
	height: 700px;
}

.start #slider .ce_image img{
	z-index: 90;
}

.start #slider .mask {
	width: 758px;
	height: 700px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg_slider_start.png) no-repeat;
	z-index: 100;
}

.start #slider .text{
	position: absolute;
	z-index: 110;
	top: 130px;
	left: -65px;
	width: 601px;
	height: 385px;
	background: url(../img/bg_slider_start_text.png) no-repeat;
	font-family: Duet-Regular;
	font-size: 55px;
}
	
.start #slider .text p{
	margin-top: 50px;
	margin-left: 70px;
	width: 480px;
	line-height: normal;
}

.start #main .ce_hyperlink{
	position: absolute;
	z-index: 110;
	top: 430px;
	left: -25px;
}

/********************************** Geschichte  *****************************/

.geschichte #main{
	padding-left: 25px;
}

.geschichte #main h2{
	margin-bottom: -10px;
}

.geschichte .ce_text{
	float: left;
	width: 440px;
	margin-right: 35px;
	overflow: visible;
}

.geschichte .opening,
.geschichte .thirdman{
	margin-right: 0;
}

.geschichte .ce_text figure{
	padding: 0;
	margin: 0;
	height: 300px;
}

.geschichte .century figure img{
	margin-left: -36px;	
	margin-top: 12px;
}

.geschichte .opening figure img{
	margin-left: -32px;
}

.geschichte .thirdman figure,
.geschichte .kaiser figure{
	height: 340px;
	margin-top: 5px;
}

.geschichte .thirdman figure img{
	margin-left: -22px;
	margin-top: 22px;
}

/********************************** Preise  *********************************/

.preise #main h3{
	margin-bottom: 0;
}

.preise .ce_table{
	background: url(../img/line.png) repeat-x bottom;
	padding: 15px 0 15px 0;
}

.preise #main .first{
	margin-top: -10px;
}

.preise .first h3{
	padding-top: 15px;
	background: url(../img/line.png) repeat-x top;
}

.preise .ce_table table{
	width: 100%;
}

.preise .ce_table .col_first{
	width: 70%;
}	
	
.preise .ce_table .col_last{
	width: 30%;
	font-size: 26px;
	text-align: right;
}	

/*********************************** Rooms  *********************************/

.rooms #main h2{
	text-align: left;
	margin-left: 25px;
}

.rooms #slider{
	width: 940px;
	height: 443px;
	position: relative;
}

.rooms .ce_image figure{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 42px;
	left: 21px;
	width: 898px;
	height: 358px;
	overflow: hidden;
}

.rooms #slider .border{
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	height: 443px;
	background: url(../img/bg_border_rooms.png) no-repeat;
	z-index: 100;
}

.rooms #slidernav{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: -5px;
}

.rooms #slidernav li{
	float: left;
	height: 26px;
	width: 21px;
	background: url(../img/bg_nav_slider.png) no-repeat top;
	cursor: pointer;
	margin-left: 10px;
}

.rooms #slidernav li:hover,
.rooms #slidernav li.active{
	background: url(../img/bg_nav_slider.png) no-repeat bottom;
}

.rooms #main .ce_text{
	margin-left: 25px;
	padding-right: 40px;
}

.rooms #main .info{
	float: right;
	margin-right: -10px;
	margin-top: -80px;
	width: 148px;
	height: 215px;
	background: url(../img/bg_teaser_border_rooms.png) no-repeat;
	padding: 130px 50px 0 70px;
	text-align: center;
	font-size: 14px;
}

.rooms #main .info h3{
	color: #facd8c;
	font-size: 15px;
	margin-bottom: 0;
}

.rooms #main .info p{
	font-style: italic;
}

/******************************** Gutscheine  *******************************/

.gutscheine #main p.error{
	margin-bottom: 5px;
	color: #990000;	
}

.gutscheine .ce_form{
	background: url(../img/line.png) repeat-x top;
}

.gutscheine .ce_form br{
	display: none;
}

.gutscheine fieldset{
	background: url(../img/line.png) repeat-x bottom;
	border: 0;
	padding: 10px 0 20px 0;
}

.gutscheine fieldset span{
	display: block;
	margin-top: 10px;
}

.gutscheine fieldset span label{
	margin-left: 10px;
	font-style: italic;
}

.gutscheine #price{
	color: #fc9a26;
	font-size: 48px;
	width: 190px;
	margin-top: 30px;
	float: left;
}

.gutscheine #main .ce_hyperlink{
	width: 200px;
	float: left;
	margin-top: 34px;
}

.gutscheine .submit_container{
	display: none;
}

.gutscheine #address label{
	display: block;
	font-style: italic;
	margin-top: 15px;
}

.gutscheine #address input.text{
	width: 270px;
	font-size: 15px;
	font-family: Calluna-Regular;
}

.gutscheine #address select{
	width: 277px;
	font-size: 15px;
	font-family: Calluna-Regular;
}

.gutscheine #address fieldset{
	margin-top: 25px;
}

.gutscheine #address fieldset.shippingcosts{
	margin-top: 0;
}

.gutscheine #address fieldset.shippingcosts p{
	font-style: italic;
	margin-left: 35px;
	margin-bottom: 0;
}

.gutscheine #address fieldset label{
	display: inline;
}

.gutscheine #address fieldset legend{
	background: url(../img/line.png) repeat-x top;
	font-style: italic;
	display: block;
	width: 100%;
	padding-top: 15px;
}

.gutscheine #address fieldset.shipping legend{
	background: none;
	margin-top: 0;
}

.gutscheine #main #address .ce_hyperlink{
	margin-left: 80px;
	width: 400px;
}

.gutscheine iframe{
	border: 0;
}

/********************************** Kontakt *********************************/

.kontakt #main .ce_image{
	width: 940px;
	height: 443px;
	position: relative;
}

.kontakt #main .ce_image figure{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 42px;
	left: 21px;
	width: 898px;
	height: 358px;
	overflow: hidden;
}

.kontakt #main .border{
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	height: 443px;
	background: url(../img/bg_border_rooms.png) no-repeat;
	z-index: 100;
}

.kontakt #main h2{
	float: left;
	width: 520px;
	text-align: left;
}

.kontakt #main .ce_text{
	float: left;
	width: 190px;
	margin-top: 35px;
}