@charset "UTF-8";

/*------------------------------------------
	Reset (from the Yahoo UI Library)
------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0; width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
a{outline: none;}
iframe {border: 1px solid #957d60; padding: 2px;}

/*------------------------------------------
	Typography
------------------------------------------*/
html, body {
	color: #6c5b46;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 1em 0 1em 0;
	}

a {
	color: #7c809e;
	text-decoration: none;
	}

a[href $='.pdf'] { 
	padding-right: 18px;
	background: transparent url(../img/icon_pdf.gif) no-repeat center right;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 1em;
	}

.content_right p {
	line-height: 1.25;
	padding-bottom: 2em;
	}

.content_right p:first-letter {
	font-size: 130%;
	}

.content_right p {
	text-align: justify;
	}

/*------------------------------------------
    	Interface
------------------------------------------*/
body {
	background: #bab2c5 url(../img/body_bg.png) repeat-y 50% 0;
	}

#container {
	float: left;
	text-align: center;
	width: 100%;
	}

#nav, #body, #navsub, #foot{
    float: left;
    width: 100%;
    clear: both;
	}

#nav {
	background: #cfc7d0;
	border-top: 2px solid #957d60;
	border-bottom: 2px solid #957d60;
	}

#navsub_links {
	float: left;
	width: 160px;
	}

#nav_links, #body_links, #foot_links {
	float: left;
	width: 300px;
	}

#foot_rechts {
	float: right;
	width: 680px;
	}

#nav_rechts, #body_rechts {
	float: right;
	width: 660px;
	}

#navsub_rechts {
	float: right;
	width: 500px;
	}

.wrap {
	text-align: left;
	margin: 0 auto;
	width: 980px;
	clear: both;
	}

/*------------------------------------------
    	Navigation
------------------------------------------*/
#nav, #navsub a {
	font-family: "Times New Roman", Times, serif;
	height: 2em;
	letter-spacing: 1px;
	line-height: 2em;
	text-transform: uppercase;
	}

#navsub {
	padding-top: 1em;
	text-align: right;
	}

#navsub_links {
	line-height: 2em;
	}

#navsub a {
	color: #957d60;
	}

#navsub a:hover {
	color: #fff;
	}

/*------------------------------------------
    	Body
------------------------------------------*/
#body {
	padding: 2em 0;
	}

#body_links {
	background: #7c809e url(../img/body_links_bg.png) repeat-x 50% 0;
	height: 360px;
	}

#body_box {
	text-align: left;
	background: #f2eae1 url(../img/body_box_bg.png) 300px 35px no-repeat;
	border: 1px solid #957d60;
	height: auto; /*358px*/
	}

.content_left {
	float: left;
	width: 190px;
	}

.content_left img {
	padding: 1px;
	border: 4px solid #dad4d3;
	}

.content_right {
	float: right;
	width: 428px;
	height: auto; /*338px*/
	padding-right: 20px;
	overflow: auto;
	}

.content_left img:hover {
	border: 4px solid #957d60;
	}

.content_right a:hover{
	clear: both;
	color: #6c5b46;
	border-bottom: 1px solid #7c809e;
	}

#kontakt_l {
	float: left;
	width: 205px;
	}

#kontakt_r {
	float: right;
	width: 205px;
	}

/*------------------------------------------
    	Impressum
------------------------------------------*/

#impressum_content_l p{
	padding-bottom: 1em;
}

#impressum_content_l p:first-line {
	font-weight: bold;
}

/*------------------------------------------
    	Foot
------------------------------------------*/
#foot {
	background: url(../img/foot_bg.png) no-repeat 50% 0;
	border-top: 2px solid #957d60;
	}

#foot_rechts {
	background: url(../img/foot_rechts_bg.png) no-repeat;
	height: 100px;
	text-align: right;
	}

#foot_links {
	background: url(../img/foot_links_bg.png) no-repeat;
	height: 140px;
	}

/*------------------------------------------
	Forms
------------------------------------------*/
#fmReservation label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0.4em 0 0 0;
	}
	
#fmReservation label.error {display: block; color: #f00; text-transform: none; margin: 0; padding: 0 0 0 0; background: none;}

#fmReservation input , #fmReservation select, #fmReservation textarea {
	border: 1px solid #957d60;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 200px;
	background-color: #fff;
	margin: 0 0 0.4em 0;
	}
	
img.trigger { /*position: relative; left: -24px; top: 0px;*/ margin: 0.10em; vertical-align: top; }

#fmReservation input.error, #fmReservation select.error , #fmReservation textarea.error {
	margin: 0px 0px 0px 0px;
	border: 1px solid #f00;
}

#fmReservation select {height: 19px; }

#fmReservation textarea { width: 423px; }

#fmReservation .btSubmit {
	clear: both;
	display: block;
	width: 202px;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 12px;
 	text-transform: uppercase;
	border: 2px solid #dad4d3;
	background: #957d60;
	}

#fmReservation .btSubmit:hover {
	}
	
.error {color: #f00;}

#objSecureReservation {
	display: none;
	width: 403px;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border: 1px solid #957d60; 
}

#objSecureReservation input, #objSecureReservation select {
	width: 190px;
}
