/* CSS Document */

#booking {
	position: fixed;
	right: -25px;
	top: -5px;
	z-index: 15;
	}
#slideshow {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	}
	#slideshow .image {
		position: absolute;
		left: 0;
		top: 0;
		display: none;
		width: 100%;
		}
	#slideshow img {
		width: 100%;
		}
		
#wrapper {
	width: 840px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -400px;
	background: url(../img/trans/white_90.png);
	-webkit-box-shadow: 0px 0px 5px 0px #000; /* WebKit */
	-moz-box-shadow: 0px 0px 5px 0px #000; /* Firefox */
	box-shadow: 0px 0px 5px 0px #000; /* Standard */
	z-index: 2;
	}
	#left {
		width: 300px;
		height: 200px;
		float: left;
		background: url(../img/bg_start.png) center center no-repeat;
		}
		#logo {
			text-align: center;
			margin-top: 20px;
			}
		#welcome {
			}
		#social {
			list-style: none;
			float: left;
			margin: 0 0 0 80px;
			}		
		#nav-lang {
			float: right;
			margin: 5px 80px 5px 0;
			}
			#nav-lang .lang {
				float: left;
				}
				#nav-lang .lang a {
					line-height: 30px;
					width: 30px;
					height: 30px;
					cursor: pointer;
					display: block;
					overflow: hidden;
					}
					#nav-lang .lang.de a {
						background: url(../img/icons/lang.png) 0 0 no-repeat;
						}
					#nav-lang .lang.en a {
						background: url(../img/icons/lang.png) -30px 0 no-repeat;
						}
				#nav-lang .lang a:hover {
					color: #FFF;
					}
	#right {
		width: 480px;
		height: 160px;
		padding: 30px;
		float: right;
		}
		#list {
			height: 160px;
			position: relative;
			z-index: 10;
			padding: 0 !important;
			margin: 0 !important;
			list-style: none;
			overflow: hidden;
			}
			#list .introtext {
				font-style: normal;
				font-weight: normal;
				border: 0;
				}
			#list .link {
				float: right;
				}
			#list h2 {
				border: 0;
				border-top: 1px dotted #800000;
				}
			#list .footer {
				width: 100%;
				position: absolute;
				left: 0;
				bottom: 0;
				padding-top: 5px;
				border-top: 1px dotted #666;
				}
	address {
		text-align: center;
		font-size: 14px;
		color: #666;
		clear: both;
		width: 700px;
		padding: 2px 0;
		position: absolute;
		left: 50%;
		top: 300px;
		margin-left: -350px;
		background: url(../img/trans/white_90.png);
		-webkit-box-shadow: 0px 0px 5px 0px #000; /* WebKit */
		-moz-box-shadow: 0px 0px 5px 0px #000; /* Firefox */
		box-shadow: 0px 0px 5px 0px #000; /* Standard */
		z-index: 1;
		}

