/* screen.css */

body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #606968;
	font-size: 12px;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

table th small {
  font-size:8px;
}
a {
	text-decoration: underline;
	color: #606968;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
}

/* HEADER */
div#header {
	display: inline-block;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 70px;
	width: 1130px;
	padding: 35px 0 0 0;
	z-index: 3;
	background-color: #FFFFFF;

	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px #FFFFFF solid;
}

div.lang_de{background-image: url('/images/preise/bgr_menubar_de_10.jpg');}
div.lang_en{background-image: url('/images/preise/bgr_menubar_en_10.jpg');}
div.lang_fr{background-image: url('/images/preise/bgr_menubar_fr_08.jpg');}
div.lang_hr{background-image: url('/images/preise/bgr_menubar_hr_08.jpg');}
div.lang_hu{background-image: url('/images/preise/bgr_menubar_hu_08.jpg');}
div.lang_ru{background-image: url('/images/preise/bgr_menubar_ru_08.jpg');}


div#header ul {
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
	list-style: none;
	
	float: left;
	clear: left;
	white-space: nowrap;
	width: 500px;
}
div#header ul li {	
	margin: 0 0 0 3px;
	float: left;
	white-space: nowrap;
}
div#header ul li span {
	display: block;
	margin: 0 0 0 20px;
	padding: 3px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	width: 110px;
}
div#header ul li a {
	display: block;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
div#header ul li a:hover, div#header ul li a.active {
	text-decoration: none;
}
div#header ul li a.edelweiss {
	color: #a6161b;
}
div#header ul li a.edelweiss:hover, div#header ul li a.edelweiss.active {
	color: #FFFFFF;
	background-color: #a6161b;
}
div#header ul li a.frau_holle {
	color: #889a15;
}
div#header ul li a.frau_holle:hover, div#header ul li a.frau_holle.active {
	color: #FFFFFF;
	background-color: #889a15;
}
div#header ul li a.kesselspitze {
	color: #873164;
}
div#header ul li a.kesselspitze:hover, div#header ul li a.kesselspitze.active {
	color: #FFFFFF;
	background-color: #873164;
}
div#header a.benefits, div#header a.informations {
	padding: 3px 5px;
	margin: 0 10px 0 0;
	float: right;
	font-weight: bold;
}
div#header a.benefits:hover, div#header a.benefits.active, div#header a.informations:hover, div#header a.informations.active {
	text-decoration: none;
	background-color: #606968;
	color: #FFFFFF;
}
#preise_menu li a.first, #pauschalen_menu li a.first, #hotelseite_menu li a.first{
	text-decoration:none;
	width:100px;
}

div#options {
	display: inline-block;
	clear: right;
	padding: 7px 0 0 0;
	float: right;
}

a.print, a.close {
	padding: 2px 0 2px 0;
	margin: 0 0px 0 0;
	float: right;
}
a.print {
	padding: 2px 0 2px 22px;
	margin: 0 10px 0 0;
	background-image: url('/nav/icons/print.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

/* BODY */
div#root {
	z-index: 2;
}
div#body {
	z-index: 1;
	margin: 120px 30px 0 30px;
	width: 1100px;
	background: transparent;
}
a#scroller {
	position: fixed;
	right: 7px;
	bottom: 7px;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	
	text-indent: -22222px;
	overflow: hidden;
	
	background-image: url('/nav/icons/top.gif');
	background-position: center;
	background-repeat: no-repeat;
}

/* ANCHORS */
a.anchor {
	position: relative;
	top: -120px;
}

/* ZIMMER SKIZZE */
div#sketch {
	display: none;
	position: absolute;
	border: 8px #909c9b solid;
	background-color: #FFFFFF;
	width: 400px;
	
	background-image: url('/images/preise/loading.gif');
	background-position: 365px 10px;
	background-repeat: no-repeat;
}
div#sketch div {
	display: block;
	margin: 10px;
	clear: both;
}

/* FOOTER */
div#footer {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
	border-top: 1px #e9eaea solid;
	
	font-size: 10px;
	text-align: center;
}
div#footer a { font-size: 10px; }

a.cms{
	text-decoration:none;
	cursor:text;
}

/* TABLES */
table.table {
	width: 100%;
	margin: 20px 0 20px 0;
}
table.table th, table.table td {
	padding: 2px 10px 2px 10px;
	font-size: 12px;
	line-height: 16px;
}
table.table th {
	padding: 4px 10px 4px 30px;
	font-size: 12px;
	background-color: #909c9b;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
table.table th.small {
	font-weight: normal;
}
table.table th.edelweiss, table.table th.frau_holle, table.table th.kesselspitze {
	padding: 4px 10px 4px 10px;
	text-align: center;
}
table.table th.edelweiss {
	background-color: #a6161b;
}
table.table th.frau_holle {
	background-color: #889a15;
}
table.table th.kesselspitze {
	background-color: #873164;
}
table.table td {
	padding: 2px 10px 2px 30px;
	background-color: #e9eaea;
	color: #606968;
}
table.table td h1 {
	position: relative;
}
table.table td.edelweiss, table.table td.frau_holle, table.table td.kesselspitze {
	padding: 2px 10px 2px 10px;
	text-align: center;
	font-size: 12px;
}
table.table td.edelweiss {
	background-color: #edd2c5;
}
table.table td.frau_holle {
	background-color: #e8e9d3;
}
table.table td.kesselspitze {
	background-color: #e4d4dd;
}
table.table tfoot td {
	padding: 4px 10px 4px 30px;
	font-size: 12px;
	line-height: 12px;
}

/* INFORMATIONEN ZUR BUCHUNG */
table.table_informations td.kesselspitze, table.table_informations td.edelweiss, table.table_informations td.frau_holle {
	text-align: left;
}

table.preise_alter td{
	text-align: center;
	background-color: #cccccc;
}

/* HOTEL LEISTUNGEN */
table.table_benefits td span {
	display: block;
	
	height: 16px;
	width: 16px;
	
	margin: 0 auto;
	
	background-image: url('/nav/icons/tick.gif');
	background-position: center;
	background-repeat: no-repeat;
	
	text-indent: -22222px;
	overflow: hidden;
}

/* HOTEL PREISE */
table.table_prices th span, table.table_prices td span {
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
}
table.table_prices td {
	padding: 2px 10px 2px 15px;
}
table.table_prices td img {
	display: block;
	margin: 4px auto;
	border: 4px #909c9b solid;
}
table.table_prices th.edelweiss, table.table_prices th.frau_holle, table.table_prices th.kesselspitze {
	padding: 4px 3px 4px 3px;
}

/* HOTEL PAUSCHALEN */
table.table_packages th.edelweiss, table.table_packages th.frau_holle, table.table_packages th.kesselspitze {
	padding: 4px 3px 4px 3px;
}
table.table_packages td {
	padding: 2px 10px 2px 15px;
}
table.table_packages td.edelweiss, table.table_packages td.frau_holle, table.table_packages td.kesselspitze {
	padding: 2px 10px 2px 10px;
}

/* BUTTONS */
table.table td a.button, table.table td a.button {
	display: block;
	float: right;
	padding: 3px 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
table.table td a.edelweiss {
	background-color: #a6161b;
}
table.table td a.frau_holle {
	background-color: #889a15;
}
table.table td a.kesselspitze {
	background-color: #873164;
}
font.edelweiss {
	color: #a6161b;
}
font.frau_holle{
	color: #889a15;
}
font.kesselspitze {
	color: #873164;
}

td.date { width: 310px; }
