/* start farben die verändert werden müsen: 	*/
/* dunkel: 	#4BA3DB  (100% vom Farbton)							*/
/* mittel:	#A4D0EA	 (50% vom Farbton)							*/
/* hell: 	#DBEDF8	 (20% vom Farbton)
/* hellgrau: 	#EDEEEF	 
/* dunkelgrau: 	#C3C5C8	 
							*/	
/* ende farben die verändert werden müsen: 		*/

/* defaultwerte aller browser vereinheitlichen 	*/
*{
	margin:0;
	padding:0;
}

/* start gesamte webseite zentrieren 			*/
#centered {
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 1006px;
	text-align: left;
}
/* ende gesamte webseite zentrieren 			*/

/* start Grundlayout DIVS						*/
.clear{
	clear:both;
}
.big_clear{
	clear:both;
	height:20px;
}
#content{
	float:right;
	width:520px;
}
#content_tis{
	float:left;
	width:760px;
	padding-left:25px;
}
#navi_left{
	float:left;
	width:180px;
	padding-left:20px;
}
#navi_right{
	float:right;
	width:200px;
	padding-right:20px;
}
#navi_right_tis{
	position:absolute;
	width:200px;
	left: 786px;
	top: 0px;
	float: right;
}
#enclose{
	float:left;
	width:750px;
}
#footer{
	clear:both;
	padding-top:2.5em;
	text-align:center;
	width:750px;
	text-align:right;
	margin-bottom:2em;
}
#frame{
	width:1006px;
}
#header{
	background-image:url(/sixcms/media.php/4720/gesund-header.jpg);
	background-repeat:no-repeat;
	height:300px;
	width:750px;
}
#contact{
	background-image:url(/sixcms/media.php/4720/doris.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#EDEEEF;
	color:#000000;	
	padding:10px;
}

#accesskeys{
  position:absolute;
  top:-5em;
}
/* ende Grundlayout DIVS						*/

/* start default CSS; 							*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:active {
	color:#000000;
	text-decoration:underline;
}
h1{
	font-size:2em;
	margin-bottom:0.6em;
	color:#4BA3DB;
}
h2{
	font-size:1.5em;
	margin-bottom:0.6em;
	margin-top:1em;
	color:#4BA3DB;
}
h2.listview  {
	font-size:1.2em;
	margin-bottom:0.3em;
	margin-top:0em;
	color:#4BA3DB;
}
h3{
	font-size:1.2em;
	margin-bottom:0.6em;
	margin-top:1em;
	color:#4BA3DB;
}
p{
	margin-bottom:1em;
}
div{
}

/* end default CSS; 							*/

/* start specific CSS für content			 	*/
#content. formtable{
	background-color:#FEF8DE;
}
#content table{
	font-size:1em;
}
#content .factbox{
	font-weight:normal;
	border-color:#4BA3DB;
	border-width:1px;
	border-style:solid;
}

#content #theMap td {
	background-color: transparent;
	padding: 0;
}

#content td{
	font-weight:normal;
	background-color:#EDEEEF;
	padding:0.5em;
}
#content th{
	font-weight:bold;
	padding:0.5em;
	background-color:#DAEBF3;
}
#content ul{
	margin:2em;
}
#content li{
	margin:0.6em; 
	list-style-image:url(/sixcms/media.php/4720/pfeil.gif); 
}
#content .price_detail{ 
	text-align:right; 
	float:right; 
	color:#000000; 
	font-weight:bold; 
	font-size:1.5em; 
	border-color:#4BA3DB; 
	background-color:#EDEEEF; 
	border-width:1px; 
	border-style:solid; 
	padding:0.2em; 
	margin-top:-2em; 
	margin-right:0.15em;
}
#content .listitem{
	margin-top:3em;
}
#content .listitem h2{
	font-size:1.2em;
	margin-bottom:0.6em;
	margin-top:1em;
	color:#4BA3DB;
}
#content .textbox{
	border-color:#4BA3DB;
	background-color:#EDEEEF;
	border-width:1px;
	border-style:solid;
	padding:1.5em;
}
#content .textbox2{
	border-color:#4BA3DB;
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	padding:1.5em;
}
#content .price{ 
	float:left; 
	color:#4BA3DB; 
	font-weight:bold; 
	margin-left:0.3em; 
} 
#content a.big_link:link, a.big_link:visited, a.big_link:a:hover, a.big_link:a:active{
	color:#4BA3DB; 
	font-size:1.2em; 
	font-weight:bold;
}

/* start specific CSS für footer 		 	*/
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	color:#4BA3DB;
}
/* start specific CSS für header 		 	*/
#header a:link, #header a:visited, #header a:hover, #header a:active{
	color:#FFFFFF;
	text-decoration:none;
}
/* start specific CSS für navi_right	 	*/
#navi_right a:link, #navi_right a:visited, #navi_right a:hover, #navi_right a:active{
	color:#000000;
	text-decoration:underline;
}
#navi_right .search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	margin-top: -12px;
	margin-right: 3px;
	width:120px;
	font-size: 1em;
	padding-top:2px;
	padding-bottom:2px;
}
#navi_right .search form input {
background-color: #B6CADB;
font-family:Verdana,Arial,sans-serif;
font-size: 1em;
padding-top:2px;
padding-bottom:2px;
}

/* start specific CSS für navi_left */
#navi_left ul {
	margin-bottom: 2em; 
	width: 164px; 
	list-style-type:none; 
	/*list-style:none;*/
	font-weight:bold; 
}
#menu_oben ul {
	margin-bottom: 2em; 
	width: 160px; 
	list-style-type:none; 
	list-style:none;
	font-weight:bold; 
}
#navi_left li, #menu_oben li {
	margin-bottom: 0.3em; /*3px*/	
}
#navi_left li a:link, #navi_left li a:visited, #navi_left li a:active {
	display: block; 
	padding-left: 8px; 
	font-size: 1em; 
	background: #EDEEEF;
	padding-bottom: 0.3em; /* 3px */
	padding-top: 0.3em; /* 3px */ 
	border-left: #4BA3DB 8px solid; 
	width: 100%; color: #000000;  
	text-decoration: none;
}
#navi_left li a:hover{
	display: block; 
	padding-left: 8px; 
	font-size: 1em; 
	background: #C3C5C8; 
	padding-bottom: 0.3em; 
	padding-top: 0.3em; 
	border-left: #4BA3DB 8px solid; 
	width: 100%; color: #000000;  
	text-decoration: none;
}
#navi_left .subnav{
	margin-left:10px;
	font-size:0.9em;
}
#navi_left .subsubnav{
	margin-left:20px;
	font-size:0.8em;
}

/* ende specific CSS						 	*/

/* start specific CSS für Boxen	auf Startseite	*/ 
#box1_links, #box1_rechts { 
	width:250px; 
	padding:0px;
	background-color:#EDEEEF;
	margin-top:3px;
}
#box2_links, #box2_mitte, #box2_rechts {   
	width:160px; 
	padding:0px;
	background-color:#EDEEEF;
	margin-top:3px;
}
#box1_links, #box2_mitte, #box2_links {
	margin-right:20px;
	background-color:#EDEEEF;
}
#box1_links div, #box1_rechts div{ 
	width:240px;
}
#box2_links div, #box2_mitte div, #box2_rechts div{ 
	width:160px;
}
#content .box1_textblock{
	background-color:#EDEEEF;
	height:auto;
	margin-top:0px;
	padding:0px;
	width:250px;
	padding-bottom:10px;
}
#content .box1_textblock h1{
	font-size: 1em;
	font-weight:bold;
	line-height: 1.2em;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:5px;
	margin-bottom:0px;
	color:#FFFFFF;
	background-color:#4BA3DB;
	display:block;
	padding-top:2px;
	margin-top:1px;
}
#content .box1_textblock h2{
	font-size: 1em;
	font-weight:bold;
	line-height: 1.2em;
	padding-bottom:2px;
	padding-right:5px;
	margin-bottom:0px;
	color:#FFFFFF;
	display:block;
	padding-top:2px;
	margin-top:1px;
	background-color:#4BA3DB;
	padding-left:10px;
}
#content .box2_textblock{
	background-color:#EDEEEF;
	height:auto;
	margin-top:0px;
	padding:0px;
	padding-bottom:10px;
}
#content .box2_textblock h2{
	font-size: 1em;
	font-weight:bold;
	line-height: 1.2em;
	padding-bottom:2px;
	padding-right:5px;
	margin-bottom:0px;
	color:#FFFFFF;
	display:block;
	padding-top:2px;
	margin-top:1px;
	background-color:#4BA3DB;
	padding-left:10px;
}
#content .box2_textblock h3{
	font-size: 1em;
	font-weight:bold;
	line-height: 1.2em;
	display:block;
	color:#000000;
	margin-bottom:0em;
	margin-top:0em;
}
#content .text_big{
	font-size: 1em;
	font-weight:bold;
	line-height: 1.2em;
	display:block;
}

#content .text_big_blue{
	font-size: 1em;
	font-weight:bold;
	line-height: 1.5em;
	display:block;
	color:#4CA2DB;
	font-variant:small-caps;
}

.box_title{
	color:#4CA2DB;
	font-weight:bold;
	text-transform:capitalize;
}

.box_subtitle{
	font-weight:bold;
	margin-bottom:4px;
	font-size:11px;
	background-image:url(/sixcms/media.php/4720/kategoriepfeil.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:11px;
	margin-top:10px;
	display:inline;
	line-height:14px;
margin-left:0px;
}

.box_teaser{
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
}

.box_link{
margin-top:-30px;
}

.infobox{
	background-color:#DBEDF8;
	width:160px;
}

.infobox_title{
	background-color:#4BA3DB;
	width:160px;
	height:90px;
}

/* ende specific CSS für Boxen	auf Startseite			*/ 



/* Dropdownmenü                                         */

/** IE bugs: a:link, a:visited, a:hover need to be styled as well; does not display separator... workaround? */
/** customize colors here */
a.mainlevel, a.mainlevel_active, a.mainlevel_current,
a.mainlevel:link, a.mainlevel_active:link, a.mainlevel_current:link,
a.mainlevel:visited, a.mainlevel_active:visited, a.mainlevel_current:visited {
	color: black;
	background-image:url(/sixcms/media.php/4720/navi_oben_mitte.jpg);
	font-size:12px;
	font-weight:bold;
}

a.mainlevel:hover, a.mainlevel_active:hover, a.mainlevel_current:hover {
	background-image:url(/sixcms/media.php/4720/navi_oben_mitte.jpg);
	color: #4BA3DB;
	font-size:12px;
	font-weight:bold;
}

a.sublevel, a.sublevel_active, a.sublevel_current,
a.sublevel:link, a.sublevel_active:link, a.sublevel_current:link,
a.sublevel:visited, a.sublevel_active:visited, a.sublevel_current:visited {
	background-image:url(/sixcms/media.php/4720/mitte.jpg);
	color: black;
	font-weight:bold;
}

a.sublevel:hover, a.sublevel_active:hover, a.sublevel_current:hover {
	color: #4BA3DB;
	font-weight:bold;
}

ul.mainlevel ul ul a.sublevel, ul.mainlevel ul ul a.sublevel_active, ul.mainlevel ul ul a.sublevel_current,
ul.mainlevel ul ul a.sublevel:link, ul.mainlevel ul ul a.sublevel_active:link, ul.mainlevel ul ul a.sublevel_current:link,
ul.mainlevel ul ul a.sublevel:visited, ul.mainlevel ul ul a.sublevel_active:visited, ul.mainlevel ul ul a.sublevel_current:visited {
	background-image:url(/sixcms/media.php/4720/mitte.jpg);
	color:#666666
}

ul.mainlevel ul ul a.sublevel:hover, ul.mainlevel ul ul a.sublevel_active:hover, ul.mainlevel ul ul a.sublevel_current:hover {
	color: #4BA3DB;
}

ul.mainlevel ul .expanded {
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
	color:#4BA3DB;
	/*list-style: none;
	list-style-type:none;*/
}
/** customize style / layout here */

a.mainlevel, a.mainlevel_active, a.mainlevel_current, span.mainlevel,
a.mainlevel:link, a.mainlevel_active:link, a.mainlevel_current:link,
a.mainlevel:visited, a.mainlevel_active:visited, a.mainlevel_current:visited,
a.mainlevel:hover, a.mainlevel_active:hover, a.mainlevel_current:hover{
	text-align: left;
	text-decoration: none;
	display: block;	
	padding: 7px 2px 7px 2px;	/* top, right, bottom, left */
}

a.sublevel, a.sublevel_active, a.sublevel_current, span.sublevel,
a.sublevel:link, a.sublevel_active:link, a.sublevel_current:link,
a.sublevel:visited, a.sublevel_active:visited, a.sublevel_current:visited,
a.sublevel:hover, a.sublevel_active:hover, a.sublevel_current:hover {
	text-align: left;
	text-decoration: none;
	display: block;	
	padding: 5px 2px 6px 10px;	/* top, right, bottom, left */
	border-bottom:1px solid #BDCDDD;
}


a.mainlevel, a.mainlevel_active, a.mainlevel_current, span.mainlevel {
}

a.sublevel, a.sublevel_active, a.sublevel_current, span.sublevel {
	border-top: none;
	height: 1%;	/* this is required for the IE to cause the "hasLayout" property and make the whole anchor clickable - "Holly Hack" */
}

#active_menu,
a.mainlevel_active, a.mainlevel_current,
a.mainlevel_active:link, a.mainlevel_current:link,
a.mainlevel_active:visited, a.mainlevel_current:visited,
a.mainlevel_active:hover, a.mainlevel_current:hover,
a.sublevel_active, a.sublevel_current,
a.sublevel_active:link, a.sublevel_current:link,
a.sublevel_active:visited, a.sublevel_current:visited,
a.sublevel_active:hover, a.sublevel_current:hover {
	font-weight: bold;
}

ul.mainlevel, .mainlevel ul {
	padding: 0;
	margin: 0;
	list-style: none;
	/*list-style-type:none;*/	
	line-height: 1;
}

ul.mainlevel li {
	padding: 0;
	margin: 0;
	background: none;
	float: left;
}

ul.mainlevel li li {
	position: relative;
	display: block;
	width: 160px;
}


ul.mainlevel ul {
	display: block;
	position: absolute;
	left: -999em;
	margin: -1px 0 0 0em;
	/*list-style: none;
	list-style-type:none;*/	
	width: auto;
	height: auto;
	z-index: 101;
}
	
ul.mainlevel li li ul {
	margin: -32px 0px 0px 160px;;
	z-index: 102;
	/*list-style: none;
	list-style-type:none;*/	
}

ul.mainlevel li:hover ul,
ul.mainlevel li.hover ul {
	left: auto;
}

ul.mainlevel li:hover ul ul,
ul.mainlevel li.hover ul ul {
	left: -999em;
}

ul.mainlevel li:hover ul li:hover ul,
ul.mainlevel li.hover ul li.hover ul {
	left: auto;
}


ul.mainlevel, ul.mainlevel li li {
	clear: left;
}

/** separator */
span.mainlevel, span.sublevel {
	display: block;
	width: 1em;
	border-width: 0px;
	margin-left: 1em;
	padding: 0;
	padding-top: 1px;
}

/** IE5.0/win workaround: the ">" is handled like a "," */
ul.mainlevel > ul.mainlevel {
	position: absolute;
	top: 5em;	/* change the absolute position for IE5.0 here */
}
ul.mainlevel > ul.mainlevel li.hover ul {

	margin: 1px 0 0 0;	/* top, right, bottom, left */
}
ul.mainlevel > ul.mainlevel li.hover ul ul {
	margin: -20px 0 0 160;	/* top, right, bottom, left */
}


/* Dropdownmenü Ende                                    */



/* Angebotsliste */
.angebotsliste {
	margin-bottom:12px; 
	width:490px; 
	overflow:visible;
}
* html .angebotsliste {
	width:485px; 
}
.angebotsliste_l {
	position:relative;
	float:left;
	width:160px;
	text-align:left;
}
.angebotsliste_r {
	position:relative; 
	float:left; 
	width:485px;
}
.angebotsliste_r_ba {
	position:relative;
	float:left; 
	margin-left:10px;
	width:315px;
}
/* Angebotsliste Ende*/

/* Hotelliste */
.hotelliste {
	margin-bottom:12px; 
	width:490px; 
	overflow:visible;
}
* html .hotelliste {
	width:485px; 
}
.hotelliste_l {
	position:relative;
	float:left;
}
.hotelliste_r {
	position:relative; 
	float:left;
	width:485px;
}
.hotelliste_r_ba {
	position:relative;
	float:left; 
	margin-left:10px;
	width:315px;
}
/* Hotelliste Ende*/

/* Generelle Liste */
.genliste {
	margin-bottom:12px; 
	width:490px; 
	overflow:visible;
}
* html .genliste {
	width:485px; 
}
.genliste_l {
	position:relative;
	float:left;
	width:160px;
	text-align:left;
}
.genliste_r {
	position:relative; 
	float:left;  
	width:485px;
}
.genliste_r_ba {
	position:relative;
	float:left; 
	margin-left:10px;
	width:315px;
}
/* Generelle Liste */

/* Ärztetipp */
.aerztetipp {
	margin-bottom:12px; 
	width:530px; 
	overflow:visible;
}
* html .aerztetipp {
	width:525px; 
}
.aerztetipp_l {
	position:relative;
	float:left;
}
.aerztetipp_r {
	position:relative; 
	float:left;  
	width:525px;
}
.aerztetipp_r_ba {
	position:relative;
	float:left; 
	margin-left:10px;
	width:415px;
}
/* Generelle Liste */
#preis {
	position:relative;
	float:right;
	height:20px;
	width:95px;
	line-height:20px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-top:5px;
	text-align:center;			
	background-color:#4BA3DB;	
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
}
.preis:link, .preis:visited, .preis:active, .preis:hover, .preis:active:hover {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
	text-decoration:none;
}
#Quick{
	/* FILTER: alpha(opacity=75); */
	z-index:1;
	background-color:#FFFFFF;
	visibility:hidden;
	width:330px;
	padding:5px;
	position:absolute;
	text-align:left; 
	left:250px;
	vertical-align:bottom;
	bottom:15px;
	border:1px solid #4BA3DB;
}
#Quick a:link, #Quick a:visited, #Quick a:hover, #Quick a:active{
	color:#000000;
	text-decoration:underline;
}



a.ges_infobox {
	border: 1px solid #4BA3DB;
	text-decoration: none; 
	color: #4BA3DB; 
	font-weight: bold; 
	position: relative;
}
a.ges_infobox:hover {
	cursor: help;
	color: #4BA3DB; 
	background: #FFFFFF; 
	text-decoration: none;
	z-index: 1;
}
a.ges_infobox:active, a.ges_infobox:link, a.ges_infobox:visited {
	color: #4BA3DB; 
	text-decoration: none; 
}
a.ges_infobox span {
	visibility: hidden;
	position: absolute;
	left: -99em;
	margin-top: 25px;
	padding: 2px; 
	text-decoration: none;
}
a.ges_infobox:hover span, a.ges_infobox:focus span, a.ges_infobox:active span {
	visibility: visible;
	left: 1px;
	border: 1px solid #666666;
	background: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	width: 250px;
	text-decoration: none;
	z-index: 1;
}

#formular input {
    border: 1px solid #9C9C9E;
	padding:2px;
}
#formular select {
    border: 1px solid #9C9C9E;
	padding:2px;
	width: 130px;
}
#formular textarea {
    border: 1px solid #9C9C9E;
	padding:3px;
}
#formular #senden {
    background-color: #FFFFFF;
    border: 1px solid #9C9C9E;
    cursor: pointer;
    padding: 3px 10px;
}
.input_error {
    color: #4BA3DB;
}
.socialMediaAndText{
	height: 40px;
    margin-bottom: 10px;
}
.socialMediaFacebook a {  background: url("/fm/4720/socialMediaIcons.jpg") no-repeat 0 0; width: 36px; height: 36px; float: left; }
.socialMediaTwitter a {  background: url("/fm/4720/socialMediaIcons.jpg") no-repeat 0 -36px; width: 36px; height: 36px; float: left; }
.socialMediaYoutube a {  background: url("/fm/4720/socialMediaIcons.jpg") no-repeat 0 -72px; width: 36px; height: 36px; float: left; }
.socialMediaFlickr a {  background: url("/fm/4720/socialMediaIcons.jpg") no-repeat 0 -108px; width: 36px; height: 36px; float: left; }
.socialMediaMyspace a {  background: url("/fm/4720/socialMediaIcons.jpg") no-repeat 0 -144px; width: 36px; height: 36px; float: left; }
.socialMediaPicasa a {  background: url("/fm/4720/socialMediaIcons.jpg") no-repeat 0 -432px; width: 36px; height: 36px; float: left; }

.socialMediaAusflugstipps a {  background: url("/fm/4720/socialMediaIcons.jpg") no-repeat 0 -324px; width: 36px; height: 36px; float: left; }
.socialMediaHolidaycheck a {  background: url("/fm/4720/socialMediaIcons.jpg") no-repeat 0 -180px; width: 36px; height: 36px; float: left; }
.socialMediaTripadvisor a {  background: url("/fm/4720/socialMediaIcons.jpg") no-repeat 0 -288px; width: 36px; height: 36px; float: left; }
.socialMediaTrivago a {  background: url("/fm/4720/socialMediaIcons.jpg") no-repeat 0 -360px; width: 36px; height: 36px; float: left; }
.socialMediaTripwolf a {  background: url("/fm/4720/socialMediaIcons.jpg") no-repeat 0 -252px; width: 36px; height: 36px; float: left; }
.socialMediaTiscover a {  background: url("/fm/4720/socialMediaIcons.jpg") no-repeat 0 -396px; width: 36px; height: 36px; float: left; }
.socialMediaQype a {  background: url("/fm/4720/socialMediaIcons.jpg") no-repeat 0 -216px; width: 36px; height: 36px; float: left; }

.socialMediaText a { color: #333333 !important; text-decoration: none; float: left; width: 400px; padding: 9px 0 0 10px; }
.socialMediaText a:hover { text-decoration: underline; }

.multiMediaLinkAndTitle { width: 100%; clear: both; }
.multiMediaLinkAndTitle .multiMediaLeftColumn { width: 40px; float: left; }
.multiMediaBilderIcon { background: url("/fm/4720/multimediaIcons.jpg") no-repeat; width: 29px; height: 28px; }
.multiMediaVideoIcon { background: url("/fm/4720/multimediaIcons.jpg") no-repeat 0 -27px; width: 29px; height: 28px; }
.multiMediaAudioIcon { background: url("/fm/4720/multimediaIcons.jpg") no-repeat 0 -54px; width: 29px; height: 28px; }
.multiMediaLinkAndTitle .multiMediaRightColumn { float: left; padding: 0 0 15px 0; width: 480px; }

.accordion a:link, .accordion a:visited, .accordion a:focus, .accordion a:hover, .accordion a:active{
	color:#4BA3DB;
	text-decoration:underline;
}
.multiMediaRightColumn a:link, .multiMediaRightColumn a:visited, .multiMediaRightColumn a:focus, .multiMediaRightColumn a:hover, .multiMediaRightColumn a:active{
	color:#4BA3DB;
	text-decoration:underline;
}
.button{
	float:right;
}

.parken{
	margin-bottom:10px;
	width: 480px;
}
.parkAnzahl {
	text-align:center;
}


.listitem .listitem_right {
    float: left;
    width: 350px;
}
.listitem .listitem_left {
    float: left;
    margin-right: 10px;
    width: 160px;
	height:106px;
	overflow:hidden;
}
.unterkunft {
    background: url("/fm/4720/gesundheitshotel.jpg") no-repeat scroll 0 0 transparent;
}

