/*
EM - PX zum kopieren oder nachschauen
10px = 0.6em
12px = 0.76em
14px = 0.9em
16px = 1.0em
18px = 1.12em
22px = 1.38em
26px = 1.63em
*/
/*
FARBEN
beige:#eae2be
blau:#107181
orange:#e8831c
*/
/*BASICS*/
html,body,div,span,p,h1,h2,h3,h4,h5,h6,a,table,tr,td,form,input,select,textarea,img,ol, label
	{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 100.01%;
	color: #FFFFFF;
	font-weight: normal;
	}
html,body {
	height:100%;
	/*\*//*/
	height:auto;
	/**/
	width:100%;
	background: #000000;
	}
a:link,a:visited,a:hover, a:active {
	text-decoration: underline;
	}
h1 {
	width:100%;
	font-size: 1.6em;
	padding:20px 0px 10px 0px;
	font-family:Georgia;
	font-style:oblique;
	border-bottom:1px dotted white;
	margin:0px 0px 30px 0px;
	}
/*AUFBAU*/
#containerAll {
	font-size: 0.85em;
	line-height: 1.12em;
	position:absolute;
	left:50%;
	width:930px;
	height:99%;
	margin-left:-465px;
	padding:0px 0px 0px 0px;
	}
.clear {
	clear: both;
	}
#containerNavigation {
	position: relative;
	width:70%;
	height:20px;
	margin:30px 0px 0px 320px;
	padding:0px 0px 0px 0px;
	border-bottom: 1px dotted white;
	}
ul#navigation {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	width:auto;
	position:absolute;
	height:20px;
	font-size: 1.0em;
	z-index: 1;
}
ul#navigation li {
	float:left;
	margin:0;
	padding:0;
}
ul#navigation li a {
	display:block;
	text-decoration:none;
	text-transform: uppercase;
	margin:0px 0px 0px 0px;
	padding:0px 60px 20px 0px;
}
ul#navigation li a:hover {	
	color:#999999;
}
ul#navigation li a.current,
#navigation #current {
	font-weight: bold;
}
ul#subnavigation {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	width:auto;
	position:absolute;
	height:20px;
	font-size: 1.0em;
}
ul#subnavigation li {
	float:left;
	margin:0;
	padding:0;
}
ul#subnavigation li a {
	display:block;
	font-size: 0.85em;
	text-decoration:none;
	margin:35px 0px 0px 0px;
	padding:0px 4px 20px 0px;
}
ul#subnavigation li a:hover {	
	color:#999999;
}
ul#subnavigation li a.current,
#subnavigation #current {
	font-weight: bold;
}
#containerContent {
	width:100%;
	margin:100px 0px 0px 0px;
	}
.containerContentText {
	width:60%;
	margin:0px 0px 30px 365px;
	line-height:1.5em;
	}
.hotel {
	width:100%;
	vertical-align: bottom;
	margin:20px 0px 60px 0px;
	}
.logo {
	float:left;
	width:200px;
	height:100%;
	padding:0px 20px 20px 0px;
	}
.stars {
	float:left;
	font-size: 0.9em;
	width:85px;
	height:150px;
	padding:0px 20px 20px 0px;
	}
.picture {
	float:left;
	padding:0px 20px 20px 0px;
	}
.picture img {
	border: 1px solid #fff;
	}
.description {
	padding:0px 20px 20px 0px;
	font-size: 0.9em;
	width:345px;
	float:right;
	}
.copy {
	padding:0px 20px 20px 0px;
	font-size: 0.9em;
	width:500px;
	float:right;
	}
#flag {
	width:80px;
	height: 20px;
	position:relative;
	margin:28px 20px 0px 0px;
	float:left;
	}
.flag {
	width:20px;
	height:12px;
	}
.flag a {
	width:20px;
	height:12px;
	float:left;
	margin:13px 20px 0px 0px;
	}
.rose {
	float:right;
	margin:0px 0px 0px 0px;
	}
.button {
	width:130px;
	height:16px;
	text-align:center;
	border: 1px dotted white;
	padding: 3px 3px 3px 3px;
	margin:15px 0px 15px 0px;
	}
.button a {
	font-weight: bold;
	}
.button a:hover, .button a:visited {
	color:#666666;
	font-weight: bold;
	}
.hoverbox {
	width:35%;
	cursor: default;
	list-style: none;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
.hoverbox a {
	cursor: pointer;
	}
.hoverbox a .preview {
	display: none;
	}
.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -20px;
	left: -45px;
	z-index: 1;
	}
.hoverbox img {
	background: #000;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
	}
.hoverbox li {
	background: #fff;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px 50px 50px 0px;
	padding: 0px;
	position: relative;
	}
.hoverbox .preview {
	border-color: #ffffff;
	width: 200px;
	height:150px;
	}
.bold {
	font-weight: bold;
	}
		