#site {
	position: relative;
	min-width: 980px;
	overflow-x: hidden;
	width: 100%;
	padding: 0 0 20px 0;
}

#backgroundWrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#background {
	width: 100%;
}


#background img {
	width: 100%;
}

#big-video-wrap {
	position: fixed;
}

#popupOverlay {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 200;
	display: none;
}

#popupOverlay .background {
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.7;
}

#popup {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}

#popup .close {
	position: absolute;
	top: -17px;
	right: -17px;
	width: 35px;
	height: 35px;
	opacity: 1;
	background: url("../images/close-icon.png") no-repeat center center;
}

#popup img {
	max-width: 100%;
	max-height: 100%;
}

header {
	min-width: 980px;
	max-width: 1312px;
	width: 100%;
	height: 228px;
	background: transparent url('../images/header.png') top center no-repeat;
	margin: 0px auto;
	position: relative;
	
	
}


	header.ready{
		transform:rotateX(0);
	    -moz-transform:rotateX(0);
	    -o-transform:rotateX(0);
	    -webkit-transform:rotateX(0);
	  transition-delay:.20s;
	    -moz-transition-delay:.20s;
	    -o-transition-delay:.20s;
	    -webkit-transition-delay:.20s;
	}

header #logo {
	display: block;
	left: 50%;
	height: 210px;
	width: 190px;
	margin-left: -95px;
	position: absolute;
	top: 13px;
}

header #bannerSwingPoint {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	left: 50%;
	top: 125px;
	margin-left: 446px;
}

header #languageSwitch {
	position: absolute; 
	top: 46px; 
	right: 155px;
}

header #languageSwitch .de-flag {
	position: absolute;
	top: 19px;
	left: 14px;
}

header #languageSwitch .en-flag {
	position: absolute;
	top: 22px;
	left: 40px;
}	

header #languageSwitch .de-flag img,
header #languageSwitch .en-flag img {
	opacity: 0.5;
}

header #languageSwitch .active img {
	opacity: 1;
}

header	#onlineBookingWrapper {
    position: absolute;
    right: -54px;
	top: 8px;
	width: 138px;
	height: 74px;	
}

/* Footer */
	
footer {
	position: relative;
	text-align: center;
	padding: 20px;
	
}
	footer .center {
		position: absolute;
		display: block;
		left: 50%;
		width: 250px;
		margin-left: -125px;
		color: #372517;
		font-size: 15px;
		font-family: UniversLTPro-Condensed;
		font-weight: normal;
		font-style: normal;
	}

	footer .left {
		float: left;
	}
	
		footer .left a {
			color: #325191;
			font-size: 15px;
			font-family: UniversLTPro-Condensed;
			font-weight: normal;
			font-style: normal;
		}
		
		footer .left a:hover {
			text-decoration: none;
		}

	footer .right {
		float: right;
	}
	
		footer .right a {
			color: #372517;
			text-decoration: none;
			font-size: 15px;
			font-family: UniversLTPro-Condensed;
			font-weight: normal;
			font-style: normal;
		}
		
		footer .right a:hover {
			color: #372517;
			text-decoration: none;
			font-size: 15px;
			font-family: UniversLTPro-Condensed;
			font-weight: normal;
			font-style: normal;
		}
	
	footer #footer_nav {
		list-style: none;
		margin: 0px;
	}
	footer #footer_nav li {
		display: inline;
	}

	footer #footer_nav li > a{
		display: inline-block;
		font-family: UniversLTPro-Condensed;
		font-weight: normal;
		font-style: normal;
	}
	
	footer #footer_nav li:hover a{
		display: inline-block;
	}


#main {
	position: relative;
	margin: 0px auto;
	max-width: 1028px;
	min-width: 980px;
	width: 100%;
	margin-top: 130px;
	
}
	
	#main .content {
		position: relative;
		min-height: 360px;
		z-index: 4;
		padding: 20px;
	}

	
	#main .bottomContent {
		margin-top: 30px;
	}
	
	/* Blocks */	
	.block-content{
		position:relative;
		width: 100%;
		max-width: 958px;
		top:30px;
	}
			/* left */
			.block-box-left{
				margin-bottom: 20px;
				position:relative;
			}
			.block-box-left .left{
				float: left;
				width: 300px;
				margin-left: -70px;
			}
				.block-box-left strong{
					display: block;
				}
				
			.block-box-left .right{
				float: right;
				width:400px;
				margin-top:40px;
			}
			
			/* right */
			.block-box-right{
				margin-bottom: 20px;
				position:relative;
			}
		
			.block-box-right .left{
				float:left;
				width:400px;
				margin-top:40px;
			}
				.block-box-right strong{
					display: block;
				}
				
			.block-box-right .right{
				float:right;
				width:300px;
				margin-right: -70px;
			}
			
	
	/* TeaserBox */
		.teaserContent {
			position: relative;
			width: 100%;
			margin-left: -50px;
			@media (max-width: 991px) {
				margin-left: 0px;
			}
		}
		
		
		.teaserContent h3, .teaserContent h2 {
			font-size: 22px;
			line-height: 25px;
			color: #372517;
			text-decoration: none;
			font-family: UniversLTPro-Condensed;
			font-weight: normal;
			font-style: normal;
			font-weight: 700;
			margin: 10px 0 10px 0;
		}
		.teaserContent a p {
			font-size: 15px;
			line-height: 20px;
			color: #372517;
			text-decoration: none;
			font-family: UniversLTPro-Condensed;
			font-weight: normal;
			font-style: normal;
			margin: 10px 0 10px 0;

			
		}
		.teaserContent p {
			font-size: 15px;
			line-height: 20px;
			color: #372517;
			text-decoration: none;
			font-family: UniversLTPro-Condensed;
			font-weight: normal;
			font-style: normal;
			margin: 10px 0 10px 0;


			
		}
	
		.teaserContent .teaserBox {
			float: left;
			width: 275px;
			height: 180px;
			padding-left: 50px;
			margin-bottom: 15px;
		}
		
		
		
		.teaserContent .teaserBox .teaserBackground {
			top: 21px;
			left: 0px;
			display: block;
			position: relative;
			width: 232px;
			height: 137px;
			background: url(../images/teaserBg.png);
		}
		
		.teaserContent .teaserBox .teaserBackground .teaserText {
			position: absolute;
			width: 150px;
			height: 50px;
			top: 7px;
			left: 15px;
		}
		
		.teaserContent .teaserBox .teaserBackground .teaserSubText {
			position: absolute;
			width: 135px;
			height: 50px;
			top: 40px;
			left: 15px;
		}
		
		.teaserContent .teaserBox .teaserBackground .teaserImage {
			position: absolute;
			width: 140px;
			height: 180px;
			top: -21px;
			left: 145px;
		}
		
		.teaserContent .teaserBox .teaserBackground .teaserImage img {
			float: right;
		}
	
	#main .decoration {
		position: relative;
		height: 170px;
		width: 1028px;
		margin-bottom: -65px;
		background: transparent url('../images/lederhose.png') top left no-repeat;
	}
	
		#main .decoration h2 {
			text-align: center;
			color: #e7e6cb;
			font-size: 50px;
			font-family: FetteFrakturLTPro;
			font-weight: normal;
			font-style: normal;
			padding-top: 20px;
			text-shadow: 2px 2px 3px #000;
        	filter: dropshadow(color=#000, offx=2, offy=2);
		}
		#main .decoration img {
			margin-top: -13px;
		}
	
	#main .bgTop {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 1028px;
		height: 184px;
		background: transparent url('../images/background_01.jpg') top center no-repeat;
	}
	
	#main .bgBottom {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 1028px;
		height: 176px;
		background: transparent url('../images/background_03.jpg') top center no-repeat;
	}
	
	#main .bgMiddle {
		position: absolute;
		top: 184px;
		bottom: 176px;
		left: 0px;
		width: 1028px;
		background: transparent url('../images/background_02.jpg') top center repeat-y;
	}
	
	.typography {
		margin-top: -5px;
	}
	
	.HomePage .typography {
		margin-top: 20px;
	}

	
/* DECORATION */

hr {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 12px;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 5px;
	background: transparent url('../images/seperator.png') top center repeat-y;
}

#hat_1 {
	z-index: 30;
	position: absolute;
	left: 50%;
	width: 163px;
	height: 197px;
	top: 307px;
	margin-left: -566px;
	background: transparent url('../images/hat_1.png') top center no-repeat;
	
}

#hat_1.ready {
	transition: all 0.5s ease 0s;
}


#hat_1.ready:hover {
	margin-top: -20px;
}


#hat_2 {
	z-index: 30;
	position: absolute;
	right: 50%;
	width: 214px;
	height: 154px;
	background: transparent url('../images/hat_2.png') top center no-repeat;
	margin-right: -570px; 
	top: 293px;
}

#hat_2.ready {
	transition: all 0.5s ease 0s;
}

#hat_2.ready:hover {
	margin-top: -20px;
}

#left-image-1{
	position: absolute;
	left: 50%;
	width: 119px;
	height: 447px;
	top: 396px;
	margin-left: -590px;
}
	
#left-image-2{
	position: absolute;
	left: 50%;
	width: 98px;
	top: 495px;
	margin-left: -569px;
}

#right-image-1 {
	position: absolute;
	right: 50%;
	width: 135px;
	top: 398px;
	margin-right: -574px;
}

#right-image-2{
	position: absolute;
	right: 50%;
	width: 160px;
	top: 398px;
	margin-right: -561px;
}

	#right-image-2 > img{
		display:block;
	}

/* NAVIGATION */

header nav {
	position: relative;
	top: 93px;
	margin: 0px auto;
	width: 980px;
	height: 53px;
}

header nav .left {
	display: block;
	float: left;
	margin-left: 20px;
}

	header nav .left .link, header nav .left .current {
		margin-right: 25px;
	}

header nav .right {
	display: block;
	float: right;
	margin-right: 20px;
}

	header nav .right .link, header nav .right .current {
		margin-right: 25px;
	}

header nav ul {
	list-style: none;
	margin: 0px;
}

header nav li {
	float: left;
}

header nav li a {
	color: #ffffff;
	font-size: 25px;
	font-family: UniversLTPro-Condensed;
	font-weight: normal;
	font-style: normal;
	display: block;
	line-height: 53px;
	margin: 0 20px;
	text-shadow: 2px 2px 3px #000;
    filter: dropshadow(color=#000, offx=2, offy=2);
    opacity: 0.7;
    transition: all 0.5s ease 0s;
}

header nav li a:hover, header nav li.current a, header nav li.section a{
	padding-right: 1px;
	margin-right: 19px;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000;
    filter:  dropshadow(color=#000, offx=0, offy=2);
    opacity: 1.0;
}

.navi-left{
	position:relative;
	width:213px;
	height:302px;
	background: transparent url('../images/submenu.png') center no-repeat;
	left:-40px;
	transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
	-webkit-transform:rotate(-4deg);
	
}
	.navi-left nav{
		position:relative;
		width:75%;
		padding: 20px 0px 0px 35px;
	}
	
	.navi-left nav > ul{
		width:100%;
		list-style: none;
		margin: 0px;
	}
	
	.navi-left nav > ul > li{
		margin: 15px 0px;
	}
	
	nav a:focus {
		color: #e7e6cb !important;
		text-decoration: none !important;
	}
	
	.navi-left nav > ul > li > a, .navi-left nav > ul > li > a:active{
		color: #FFFFFF !important;
		font-size: 19px;
		font-family: UniversLTPro-Condensed;
		font-weight: normal;
		font-style: normal;
		display:inline-block;
		text-shadow: 0px -2px 3px #000;
		transition: color 1s ease 0s;
		text-decoration: none !important;
		opacity: 0.7;
	}
	
	.navi-left nav > ul > li > a:hover, .navi-left nav > ul > li.section a, .navi-left nav > ul > li.current a{
		color: #FFFFFF !important;
		text-decoration: none;
		text-shadow: 0px -2px 3px #000;
		opacity: 1.0;
	}
	
/* Contact Page */

#BetreffNachricht label {
	margin-bottom: 3px !important;
}

.ContactPage .contactForm {
	margin-left: 0px;
}

.contactFormBox {
	width: 259px;
	background: none;
	margin-top: 13px;
	padding-bottom: 1px;
	margin-left:-4px;
}

	.contactFormBox .Actions {
		height: 30px;
		margin-top: -15px;
		margin-bottom: 15px;
	}

	.contactFormBox .Actions input {
		width: 100px;
		float: right;
		margin-right: 5px;
		margin-top: -12px !important;
	}

	.contactFormBox #Form_ContactForm_Name {
		margin-top: -10px;
	}

	.contactFormBox  fieldset  input, .contactFormBox  fieldset  textarea {
		width: 245px !important;
	}

	.container .maps{
		margin-left: 0px;
	}

		#map {
	   		width: 100%;
	    	height: 430px;
	  	}

/* Gallery Page */

#galleryHolder {
	margin: 30px 0 0 -20px;
	
}
	#galleryHolder .galleryItem {
		display: block;
		width: 148px;
		height: 148px;
		position: relative;
		left: 0px;
		top: 0px;
		margin: 0 0 20px 20px;
		float: left;
	}
	
	#galleryHolder .galleryItem:hover {
		-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
		box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5); 
		margin: 2px 2px 18px 18px;
	}
		
		#galleryHolder .galleryItem  img,  #galleryHolder .galleryItem span {
			display: block;
			width: 118px;
			height: 118px;
			position: absolute;
			left: 0px;
			top: 0px;
			padding: 15px;
		}
	
		#galleryHolder .galleryItem  span {
			background: transparent url('../images/gallery_frame.png') left top no-repeat;
		}