@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f1f1f1;
	font-size: 90%;
	font-family:'Lucida Grande', Arial,Helvetica,sans-serif;
}

img {
	border: 0;
}
a {
	color:#000000;
}

/* --------- Seitenaufbau --------------------------*/

/* container */	
.container{
	width:1004px;
	margin: 0 auto;


	}

.container2{
	width: 1000px;
	float:left;
	background: #fff;
		border-left:2px solid gray;
		border-right:2px solid gray;
}


/* Header */

.header {
	width: 1000px;
	/*
	background: #ffffff url(/assets/img/logo.png) no-repeat top left;
	*/
	border-bottom: 2px solid #808080;

}

.superheading {
	float:left;
	margin: 10px 10px 10px 10px;
	width: 980px;
	}

/* Navigation Bar */
.nav{
	float: left;
	width: 1000px;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
    margin-bottom:0px;
	border-bottom: 2px solid #808080;
	border-top: 2px solid #808080;
}


/* Footer */
.footer {
	float: left;
	width: 1000px;
	height:20px;
	text-align:center;
	}
	




/* ------------------------ Navigation ----------------*/

/* Menu */	
ul.nav {
	float:left;
}

ul.nav li{
	list-style-type:none;
	float:left;
	font-weight: bold;
  }

ul.nav li a {
	float: left;
	width: auto;
	padding: 5px;
	color: #000;
	text-decoration:none;
}

ul.nav li a:hover {
	background: #f1f1f1;
	color: #333;
}	
	

/* Buchen Button */

.buchenlink{
	float: left;
	background: #e3e3e3;
	width:100px;
	margin:10px 0;
	border: black solid 1px;
	text-align:center;
	padding: 3px 0;
	text-decoration: none;
}

.buchenlink:hover{
	background: #bbbbbb;
}


/*------- Content Bereich ------------*/
h1 {
	font-size: 150%;
	padding: 2px 2px;
	border-bottom: 1px solid #808080;
	margin: 5px;
	
	}

h2{
	font-size:130%;
	padding: 10px;
	padding-left: 0px;
}
.sortieren {
	margin: 10px 10px 10px 10px;
	padding: 5px;
	}

	
/* ------------------ Hotel Visitenkarte ---------------*/

.hotelliste{
	margin: 0px 0px 0px 10px;
}
li.hotel{
	list-style-type:none;
}

.hotel {
	float:left;
	border: solid 1px #808080;
	width: 288px;
	height: 178px;
	margin: 5px;
	background: #FFFFFF;
	position:relative;
}

.hotel h2{
	font-size:100%;
	padding: 10px;
}
	
.hotel .thumbnail{
	width: 100px;
	height: 100px;
	float: none;
	position: absolute;
	margin: 0;
	top: 40px;
	right: 20px;
}

.hotel .buchenlink{
	float:none;
	position: absolute;
	margin: 0;
	bottom: 10px;
	left: 20px;
}
	
.hotel .rating{
	padding:20px 20px;
}
.hotel .city{
	font-style:italic;
	font-size:80%;
	padding: 0px 0px 0px 20px;
}

.hoteldetails{
	position: absolute;
	float: none;
	bottom: 10px;
	right: 48px;
	margin: 0px;
}
	
	
	
/* -------------------------- Sidebar1 --------------------*/	
	
/* Box */

.box{
	width:226px;
}

.boxcontent{
	width: 226px;
	float: left;
}

.boxheader{
	width:226px;
	height:5px;
	float:left;
}

.boxfooter{
	width:226px;
	height:5px;
	float:left;
}

.box h2 {
	text-align:center;
	padding: 10px 0;
	font-size: 110%;
}

.box h3 {
	font-size: 100%;
}


	
/*------------------ Hotel Einzelanischt ---------*/


/* Sidebar1 Einzelhotelansicht */

.einzelhotelwrapper{
	padding: 0 10px;
}

.box .vcard{
	padding: 0 20px;
	margin-bottom: 20px;
	}
	
.box .aenlichehotels .thumbnail {
width:75px;
height:75px;
}
	
.box .aenlichehotels ul{
	padding: 0 20px;
}

.box .aenlichehotels li {
margin-bottom:20px;
list-style-type:none;
}

.box .aenlichehotels a {
	float: right;
	width: 100px;
}

.hotelcontent{
background: #fff;
margin:10px;
clear: left;
}
.hotelcontent p{
	
	margin: 0px 0px 0px 10px;
}

.einzelhotelwrapper ul {
	padding:0 5px;
	margin:0 20px;
}
.hotelcontent #map_canvas{
	margin:0 10px;
}
.hotelcontent gallery_images{
	margin:0 10px;
	
	}
/*Sterne image in der Überschrift*/

h1 img {
	float:right;
	margin-top:4px;
}


	

