body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/body_bg.png) 0 0 repeat-x;
	font-size: 12px;
}

body div#container {
	text-align: center;
	margin: 0px 6px 0px 6px;
	padding-bottom:6px;
}

body div#wrapper_l {
	height: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	min-width: 800px;
	max-width: 1050px;
	/* _width: expression(((document.body.clientWidth)) <= 755? "750px": ((document.body.clientWidth)) >= 1055? "1050px": "auto" ); freezing ie min-width-/max-width-hack */
	_width: expression(((documentElement.clientWidth)) < 800? "800px": ((documentElement.clientWidth)) > 1050? "1050px": "auto" ); /* ie min-width-/max-width-hack */
}

body div#wrapper_l {
	background: #ffffff url(../images/body_l.png) 0 0 repeat-y;
	text-align: left;
	height:auto;
}

body div#wrapper_r {
	background: url(../images/body_r.png) 100% 0 repeat-y;
	margin: 0px;
}

body div#header {
	background: url(../images/header_t2.png) 0 0 repeat-x;
}

body div#header_l {
	background: url(../images/header_tl2.png) 0 0 no-repeat;
}

body div#header_r {
	height: 105px;
	background: url(../images/header_tr2.png) 100% 0 no-repeat;
}

body div#content {
	background: url(../images/content_bg.png) 0 0 repeat;
	padding: 12px 12px 12px 12px;
	margin: 0px 5px 0px 5px;
}

body div#content_r {
	background: url(../images/content_bg.png) 0 0 repeat;
	vertical-align:top;
}

body div#footer {
	clear:both;
	background: url(../images/footer_b.png) 0 100% repeat-x;
}

body div#footer_l {
	background: url(../images/footer_bl.png) 0 100% no-repeat;
}

body div#footer_r {
	height: 29px;
	background: url(../images/footer_br.png) 100% 100% no-repeat;
}

div.footertext {
	padding-left:16px;
	padding-right:16px;
}

span.mH {
	font-family: 'HoratioD Bold', 'HoratioD Medi', 'Horatio', Verdana, Arial, Helvetica, sans-serif;
	color: #ba0303;
	font-weight: bold;
	font-size: 120%;
}

span.mHT {
	font-family: 'HoratioD Bold', 'HoratioD Medi', 'Horatio', Verdana, Arial, Helvetica, sans-serif;
	color: #ba0303;
	font-weight: bold;
	font-size: 120%;
	
	/* image replacement */
	text-indent:-100px;
	padding-right:100px;
	float:left;
	width:100px;
	height:20px;
	margin-top:-5px;
	background: url(../images/meinHotel.gif) 0 100% no-repeat;
}

html>body span.mHT {
	text-indent:-1000px;
	padding-right:3px;
	margin-top:-2px;
}

span.priceFlash {
	font-family: 'HoratioD Bold', 'HoratioD Medi', 'Horatio', Verdana, Arial, Helvetica, sans-serif;
	color: #ba0303;
	font-weight: bold;
	font-size: 150%;
}

p.motto {
	font-size: 14px;
}

span.telfax {
	float:left;
	width:50px;
}


div#content {
	font-size: 100%;
	line-height: 2em;	
}

div#content em {
	font-weight: bold;
	font-style: normal;	
}

h1, h2 {
	display: none;
}

a {
	text-decoration: none;
	color: #ba0303;
}

#content a.external {
	padding-right:10px;
	background: url(../images/external.gif) right center no-repeat;
}

#content table {
	vertical-align:top;
	border-collapse:collapse;
}

#content tr {
	vertical-align:top;
	background: url(../images/fadingdots-bl.png) left bottom no-repeat;
	/*border-bottom:1px dotted #555;*/
	padding:4px;
}


a:hover {
	text-decoration: underline;
}

.label {
	float:left;
	width:150px;
}

img.date {
	margin: -6px 8px -6px 0;
	width:24px;
	height:24px;
}

img.date:hover {
	/*border:1px solid #ba0303;*/
	cursor: pointer;
}

img.title_hotel {
	margin: 50px 0 50px 0;
}

form div {
	width:700px;
}

form div.field {
	clear:both;
	background: url(../images/fadingdots-bl.png) left bottom no-repeat;
	/*border-bottom:1px dotted #555;*/
	padding:4px;
}

form div.last
{
	background: none;
	padding-bottom:0px;
}

form div.required {
	background: url(../images/required.gif) right center no-repeat;	
}

form input:focus, form input.focus, form textarea:focus, form textarea.focus {
	background: #f4b2b2;
}

form input#submit:focus, form input#submit.focus {
	background: #fff;
}

form .error {
	background: #aa0000;
}

form input {
	width: 300px;
}

form textarea {
	width: 300px;
}


form input#submit {
	width: auto;
}

form h3 {
	width: 600px;
}

form select {
	width: 100px;
}

html>body form select {
	width: 100px;
}

form legend {
	color:#ba0303;
}

.fielddesc {
font-size: 10px;
padding-left: 8px;
}

html,body {
	height: 100%;
}

div#progress {
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
width:100%;
height:100%;
background: #000 url(../images/progress.gif) center center no-repeat;
z-index:10;
}

div#modal {
text-align: center;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
width:100%;
height:100%;
background: url(../images/content_bg.png) 0 0 repeat;
z-index:5;
}

div.bookResult
{
	background: #fff;
	margin-top:64px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 14px;
	border:1px solid #555;
	width:500px;
	padding:32px;
}

div.bookResult table
{
	width:100%;
	height:100%;
}


div#content h3 {
	font-size:120%;
	color:#444;
	padding-bottom:2px;
	margin: 8px 10px 6px 0px;
	background: url(../images/fadingdots-rl.png) left bottom no-repeat;
	clear:both;
}

ul#prices {
	list-style: url(../images/bullet.png);
}

ul#features {
	list-style: none;
}

#features li {
	list-style:none;
	border:0px;
	display:block;
	font-size:12px;
	clear:left;
	width:600px;
	list-style-type: none !important;
}

div#content p, div#content li {
	margin-bottom: 12px;	
}

.footertext{
	clear: both;
	text-align: center;
	overflow: hidden;
	font-size: 80%;
}

ul#navigation {
    overflow:hidden;
	margin:71px 20px 0 5px;
	padding:0;
	height:30px;
}

html>body ul#navigation {
	float:left;
	margin:71px 20px 0 5px;
}

ul#navigation li {
	list-style:none;
	display:inline;
	font-size:12px;
	float:left;
}

ul#navigation li a {
	color:#ffffff;
	text-decoration:none;
	float:left;
	padding:7px 10px 5px 10px;
	/* border-right:1px dotted #ba0303;*/
	border-right:1px solid #ba0303;
	background:url(../images/navi_b.png) repeat-x 0px 0px;
	height:22px;
}

ul#navigation li a.last {
	background:url(../images/navilast_b.png) repeat-x 0px 0px;
	width:200px;
	border-right:0px;
}

ul#navigation li a:hover {
	background:url(../images/navi_h.png) repeat-x 0px 0px;
}

ul#navigation li a#current {
	color:#444444;
	background:url(../images/navi_a.png) repeat-x 0px 0px;
}

ul#navigation li a.last:hover {
	background:url(../images/navilast_h.png) repeat-x 0px 0px;
}

ul#navigation li a.last#current {
	color:#444444;
	background:url(../images/navilast_a.png) repeat-x 0px 0px;
}


ul#languages {
    overflow:hidden;
	margin:71px 20px 0 5px;
	padding:0;
	height:30px;
}

html>body ul#languages {
	float:right;
	margin:71px 20px 0 5px;
}

ul#languages li {
	list-style:none;
	display:inline;
	font-size:12px;
	float:right;
}

ul#languages li a {
	color:#ffffff;
	text-decoration:none;
	float:right;
	padding:7px 10px 5px 10px;
	/* border-right:1px dotted #ba0303;*/
	height:22px;
}

ul#languages li a.last {
	background:url(../images/navilast_b.png) repeat-x 0px 0px;
	width:200px;
	border-right:0px;
}

ul#languages li a:hover {
	background:url(../images/navi_h.png) repeat-x 0px 0px;
}

ul#languages li a#current {
	color:#444444;
	background:url(../images/navi_a.png) repeat-x 0px 0px;
}

ul#languages li a.last:hover {
	background:url(../images/navilast_h.png) repeat-x 0px 0px;
}

ul#languages li a.last#current {
	color:#444444;
	background:url(../images/navilast_a.png) repeat-x 0px 0px;
}

#features li img {
	border:1px solid #ba0303;
	float:left;
	width:50px;
	height:50px;
	margin-top:4px;
	margin-right:10px;
	margin-bottom:4px;
}

.posfixed {
  position: absolute;
  top: 0;
  left: 0;
}

html>body .posfixed {
  position: fixed;
}

div.city_autocomplete {
     position:absolute;
     width:250px;
     background-color:white;
     border:1px solid #888;
     margin:0px;
     padding:0px;
     line-height: 12px;
}

div.city_autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.city_autocomplete ul li.selected { background-color: #f4b2b2;}
div.city_autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:24px;
  cursor:pointer;
}

div#pickerstyle {
font-size:28px;
height:100%;
}

ul.loc {
  list-style-type:none;
}

ul.loc ul {
  list-style-type:none;
}

div#mapContainer {
	text-align:center;
}

div#map {
	text-align:left;
	margin:auto;
	width:500px;
	height:300px;
	padding:10px;
	border:1px solid #333333;
}

ul.gallerylist {
  list-style-type:none;
}

ul.gallerylist li {
	list-style:none;
	display:inline;
	font-size:12px;
	text-align:center;
}

#sleeper {
	position: relative;
	right: 50px;
}

#sleeper2 {
	position: relative;
	right: 50px;
	top: 50px;
}

.div_left {
	position: relative;
	float: left;
	background: url(../images/neues_bild.jpg) no-repeat 0 0;
	width: 1000px;
	height: 434px;
	text-align: right;
}

.div_right {
	position: relative;
	text-align: right;
	width: 300px;
}

.clearer {
	clear: both;
}

.bewertungen {
	position: relative;
	right: -10px;
	float: right;
}

.trivago_partner {
	line-height: 15px;
	/* background-color: #888; */
}

.trivago_head {
	color: #000;
}

.layout_5 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
