* {
	padding:0;
	margin:0;
}
body {
	font-family : Verdana, Geneva, sans-serif;
	overflow : auto;
	background-color : #000;
	color: #777;
}

#wrapper {
	position:relative;
	background-color: #FFFFFF;
	width: 800px !important;
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
}
.link {
	/*height:40px;*/
	cursor:default;
	padding-right:50px;
}
.link:hover {
	color:#ff6600;
	-webkit-transition: color 0.35s ease-in-out;
	-moz-transition: color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out;
	-o-transition: color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out;
}
.sprache:hover {
	cursor:pointer;
	color:#fff;
	-webkit-transition: color 0.35s ease-in-out;
	-moz-transition: color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out;
	-o-transition: color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out;
}

.orange {
	color:#ff6600;
	font-weight:600;
}

#header {
	position:absolute;
	color:#777;
	position: fixed;
	top: 0;
	padding-top:10px;
	height:40px;
	text-align: center;
	width: 100%;
	font-size: 10pt;
	border-top: 1px solid #777;
	z-index:2;
}
#filler_oben {
	position:fixed;
	min-height:17%;
	height:17%;
	width:100%;
	top:0;
	/*background-color:#069111;*/
}
#headline {
	font-size: 17pt;
	font-weight:500;
	text-align: center;
	color:#fff;
display:table;
	min-height:10%;
	height:10%;
	width:800px;
	position: fixed;
	top: 17%;
	background:#777777;
	padding:3px 0;

	background-image: -webkit-linear-gradient(left, #000, #777777, #000000);
	background-size: 100% 3px, 100% 3px;
	background-position:0 0, 0 100%;
	-moz-background-size:100% 3px;
	/*    background-repeat:no-repeat;*/
	background-image:    -moz-linear-gradient(left, #000, #777777, #000000);
	background-image:     -ms-linear-gradient(left, #000, #777777, #000000);
	background-image:      -o-linear-gradient(left, #000, #777777, #000000);
	background-image:         linear-gradient(left, #000, #777777, #000000);
}
#headline p {
	background-color:#000;
	display:table-cell; /*the centered element is displayed as a table cell*/
	vertical-align:middle; /*the css property vertical-align with value middle to center vertically the element*/
}
#filler_mitte {
	position:fixed;
	min-height:10%;
	height:10%;
	width:100%;
	top:27%;
/*	background-color:#069aaa;*/
}
#main {
	position:fixed;
	/*min-height:50%;*/
	height:50%;
	width:850px;
	top:35%;
	left:35%;
	overflow:auto;
	/*background-color:#C6C;*/

	font-size: 12pt;
	text-align: center;
	color:#fff;
}
#filler_unten {
	position:fixed;
	min-height:15%;
	height:15%;
	width:100%;
	top:85%;
	/*background-color:#069111;*/
}
#footer {
	background-color:#000;
	color:#777;
	position: fixed;
	top: 100%;
	margin-top: -55px;
	padding:10px 0;
	height:40px;
	text-align: center;
	width: 100%;
	font-size: 10pt;
	border-top: 1px solid #777;
}
#footer a {
	color:#777;
	text-decoration:none
}
#footer a:hover {
	color:#ff6600;
	-webkit-transition: color 0.35s ease-in-out;
	-moz-transition: color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out;
	-o-transition: color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out;
}

#logo {
	position:absolute;
	cursor:pointer;
	background-color:#000000;
	background-image:url('_/js/vendor/switch/logo_diginetmedia.png');
	background-repeat:no-repeat;
	background-position:6px 6px;
	width:326px;
	height:50px;
	right:40px;
	padding:6px;
}
#logo a {
	display:block;
	width:326px;
	height:50px;
}
#linie {
	position:relative;
	height:2px;
	background:#999;
	width:100%;
	top:31px;
}
#fb {
	position:absolute;
	cursor:pointer;
	background-color:#000000;
	background-image:url('_/js/vendor/switch/f_logo.png');
	background-repeat:no-repeat;
	width:26px;
	height:26px;
	right:40px;
	top:15px;
}
#fb a {
	display:block;
	width:26px;
	height:26px;
	background-position:0 0;
}
#fb:hover {
	background-position:0 -26px;
}


.hotelname {
	float:left;
	min-width:250px;
	max-width:300px;
	font-size: 12pt;
	/*background-color:#09C;*/
	padding-right:40px;
	text-align:right;
	margin-top:10px;
}
.pfeil {
	float:left;
	width:20px;
	color:#ff6600;
	font-weight:600;
	/*background-color:#09C111;*/
	margin-right:40px;
	margin-top:10px;
}
.sprache {
/*	background-color:#0F0;	*/
	position:relative;
	float:left;

	margin-right:15px;
	width:50px;
	height:50px;
}
.de {
	background-image:url('_/js/vendor/switch/de.png');
	background-position:0 0;
}
.de:hover {
	background-position:0 50px;
}
.en {
	background-image:url('_/js/vendor/switch/en.png');
	background-position:0 0;
}
.en:hover {
	background-position:0 50px;
}
.fr {
	background-image:url('_/js/vendor/switch/fr.png');
	background-position:0 0;
}
.fr:hover {
	background-position:0 50px;
}
.it {
	background-image:url('_/js/vendor/switch/it.png');
	background-position:0 0;
}
.it:hover {
	background-position:0 50px;
}
.nl {
	background-image:url('_/js/vendor/switch/nl.png');
	background-position:0 0;
}
.nl:hover {
	background-position:0 50px;
}
.clear {
	clear:both;
}

#table {
	position:relative;
	
	width: 500px; border: 0px solid #fff; 
}



#table a {
	color:#fff;
	text-decoration:none;
	text-align: left;
}

#table p {
	padding: 10px 10px 10px 10px;
}

#table_col_l {
	float: left; width: 48%;  padding: 5px; 	text-align: right;
}

#table_col_r {
	float: right; width: 48%; padding: 5px; 	text-align: left;
}



