@charset "ISO-8859-2";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	background: #ffcc00;
    background-image: url(../img/hintergrund.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll; 
}
#container{
	width: 947px;
	margin:auto;
	margin-top: 24px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#mitte {
	width: 947px;
	background: #eee58b;
    background-image: url(../img/hintergrund_mitte.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	position: relative;
	float:left;
	border: 2px solid #e9a909;
}
#top_spacer{
	position:relative;
	float: right;
	height: 280px;
	width: 827px;
}
#bottom_spacer{
	position:relative;
	float: right;
	height: 20px;
	width: 827px;
}
#inhalt{
	position:relative;
	float: right;
	width: 760px;
	padding:0 10px 0 10px;
}
hr{
	border: 1px solid #333;
}
input, textarea, select{
	border: 1px solid #333;
}
option{
	border-top: 1px solid #333;
}
img.no_border{
	border:0;
}
#lastMinuteOffers{
	z-index:10;
	position: absolute;
	left: 15px;
	top: 15px;
}

.imageRight{
	float: right;
	margin: 40px 30px 10px 30px;
}


/**************************************
	Navigation
**************************************/


#navigation{
    position: relative;
	float:left;
	width: 120px;
	height: 675px;
}

#navigation ul{
	position: absolute;
	list-style-type: none;
	top: 270px;
	left: -24px;
}

a#lang_de{
	position:absolute;
	float: left;
	width: 25px;
	height: 16px;
	background-image: url(../img/de.jpg);
    background-repeat: no-repeat;
	top: 260px;
	left: 15px;
}

a#lang_en{
	position:absolute;
	float: left;
	width: 25px;
	height: 16px;
	background-image: url(../img/en.jpg);
    background-repeat: no-repeat;
	top: 260px;
	left: 50px;
}

#navigation img{
	border:0;
}

/**************************************
	Schrift/Links
**************************************/

a:link,
a:visited,
a:active{
	color:#000;
	text-decoration:underline;
}
a:hover{
	color:#000;
	text-decoration:none;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active{
	color:#333399;
	text-decoration:none;
	font-size: 14px;
	font-weight:normal;
	
}

#navigation ul li{
	margin-bottom: 5px;
}

#navigation a:hover{
	color:#000;
}


h1, h2, h3{
	font-size:large;
}

/**************************************
	Slideshow
**************************************/

.gallery{
	margin: 20px 0 0 40px;
	position:relative;
	padding:0;
	width:730px;
	height: 300px;
	overflow:visible;
}


.slide-show ul{
	float:left;
	margin:0 30px 0 0;
	padding:0px;
	width:150px;
	height:100px;
}

.slide-show ul li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	top:100px;
}

.slide-show ul li img{
	float:none;
	width:150px;
	bottom:0px;
}

.slide-show-big ul{
    float:left;
	margin:0px;
	padding:0px;
	width:300px;
	height:200px;
}

.slide-show-big ul li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.slide-show-big ul li img{
	float:none;
	width:300px;
}

.image_wrapper{
	position:relative;
    display: table-cell;
	background:#333;
	width:152px;
	height:102px;
	vertical-align:middle;
	text-align:center;
}

.image_wrapper_big{
	position:relative;
    display: table-cell;
	background:#333;
	width:302px;
	height:202px;
	vertical-align:middle;
	text-align:center;
}


/**************************************
	Seitenspezifische Klassen
**************************************/

#map24{
	float:right;
}

#map{
	float:left;
}
th{
	background:#e9a909;
}
.preisliste{
	border: 1px solid #000;
}

.galerie{
	margin: 30px 0 30px 15px;
}

.galerie img{
	border:1px solid #333;
	margin: 10px;
}

.pano{
	margin: 20px 0 10px 130px;
}

.pano_text{
	margin: 0 0 10px 130px;
}

#flashcontent{
	width: 700px;
	height:500px;
}

.gallery{
	margin: 20px 0 0 40px;
	position:relative;
	padding:0;
	width:730px;
	height: 300px;
	overflow:visible;
}

#webcam{
	height:530px;
	margin-left:45px;
	position:relative;
}

#webcam .slide-show ul li img {
	width:640px;
	height:480px;
}

#webcam .slide-show ul li {
	top:20px;
}

#webcam .image_wrapper{
	height:480px;
}

#webcam .slide-show ul li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.webcam-overlay{
	z-index:10000;
	position:absolute;
	display:block;
	top:30px;
}


