Body, Html {
	width: 100%;
	height: 100%;
}

Body {
	overflow-y: scroll;
	margin: 0px;
	background-color: #dcd0ba;
}

.Background {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.Header {
	display: block;
	position: relative;
	z-index: 800;
	width: 980px;
	height: 130px;
	overflow: visible;
	top: 0px;
	left: 50%;
	margin-left: -490px;
	background: none;
}

.Header .Logo {
	display: block;
	position: absolute;
	z-index: 1000;
	width: 201px;
	height: 141px;
	overflow: hidden;
	top: 30px;
	left: 50%;
	margin-left: -460px;
}

.Header .Logo img {
	width: 201px;
	height: 141px;
}

.Header .NavigationToggle {
	display: none;
}

.Header .Navigation {
	display: block;
	position: absolute;
	z-index: 900;
	width: 700px;
	height: 37px;
	overflow: visible;
	top: 66px;
	left: 50%;
	margin-left: -220px;
}

.Header .Navigation ul {
	display: block;
	width: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style: none;
}

.Header .Navigation li {
	position: relative;
	display: list-item;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	text-align: -webkit-match-parent;
}

.Mainmenu,
.MainmenuActive {
	display: block;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #5e2310;
	line-height: 37px;
	text-transform: uppercase;
	padding: 0px 12px;
}
A.Mainmenu:hover,
A.MainmenuActive:hover {
	text-decoration: none;
	color: #5e2310;
	background: transparent url(images/layout/bg_mainmenu.png) repeat-y center top;
}
A.MainmenuActive {
	background: transparent url(images/layout/bg_mainmenu.png) repeat-y center top;
}

.Header .Navigation li:hover .MainmenuSubContainer {
	display: block;
	
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.Header .Navigation .MainmenuSubContainer {
	display: none;
	
	position: absolute;
	z-index: 500;
	text-align: left;
	top: 33px;
	left: 50%;
	width: 180px;
	padding: 0px;
	margin: 0px 0px 0px -90px;
	background: transparent url(images/layout/bg_submenu_top.png) no-repeat center top;
	
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;

	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.Header .Navigation .MainmenuSubContainer ul {
	display: block;
	width: auto;
	height: auto;
	padding: 10px 0px;
	margin: 5px 0px 0px 0px;
	text-align: left;
	list-style: none;
	background: transparent url(images/layout/bg_submenu.png) no-repeat center bottom;
}

.Header .Navigation .MainmenuSubContainer li {
	display: block;
	float: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	text-align: -webkit-match-parent;
}

.Header .Navigation .MainmenuSubContainer .MainmenuSub,
.Header .Navigation .MainmenuSubContainer .MainmenuSubActive {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #5e2310;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0px 20px;
}
.Header .Navigation .MainmenuSubContainer a.MainmenuSub:hover,
.Header .Navigation .MainmenuSubContainer a.MainmenuSubActive:hover {
	text-decoration: none;
	color: #5e5757;
}

.Header .Navigation .MainmenuSubContainer .MainmenuSubActive {
	font-weight: bold;
}

.Title {
	display: block;
	position: relative;
	z-index: 700;
	width: 980px;
	height: 380px;
	overflow: visible;
	top: 0px;
	left: 50%;
	margin-left: -490px;
	background: transparent url(images/layout/bg_header.png) no-repeat center;
}

.Title .Container {
	display: block;
	position: relative;
	overflow: visible;
	top: 5px;
	left: 5px;
	width: 970px;
	height: 370px;
	margin: 0px;
	padding: 0px;
	background: transparent url(images/layout/bg_header_mosaic.jpg) no-repeat center;
}

.Title .Slideshow,
.Title .BrewingProcess {
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 825;
	top: 10px;
	left: 10px;
	width: 660px;
	height: 350px;
}

.Title .Bookinginfo {
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 875;
	bottom: 10px;
	left: 10px;
	width: 660px;
	height: 42px;
	padding: 12px 0px 12px 20px;
	background: #5E2310 url(images/layout/bg_bookinginfo.png) repeat center;
}

.Title .Bookinginfo div {
	display: block;
	float: left;
}

.Title .Bookinginfo .Headline {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #e3c95f;
	line-height: 42px;
	text-align: left;
	margin: 0px 25px 0px 5px;
}

.Title .BrewingProcess {
	width: 950px;
	height: 350px;
}

.Title .Info {
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 850;
	top: 10px;
	right: 10px;
	width: 290px;
	height: 350px;
	background: #5e2310 url(images/layout/bg_info_emblem.png) no-repeat center;
	background-color: #5e2310;
}

.Container {
	display: block;
	position: relative;
	overflow: visible;
	z-index: 50;
	width: 980px;
	height: auto;
	top: 0px;
	left: 50%;
	margin: 30px 0px 70px -490px;
}

.ContentBackgroundTop {
	display: block;
	position: relative;
	z-index: 85;
	top: 0px;
	left: 0px;
	width: 680px;
	padding: 5px 0px 0px 0px;
	background: transparent url(images/layout/bg_content_top.png) no-repeat center top;
}

.ContentBackgroundBottom {
	display: block;
	position: relative;
	float: left;
	z-index: 80;
	top: 0px;
	left: 0px;
	width: 680px;
	padding: 0px 0px 5px 0px;
	background: transparent url(images/layout/bg_content_bottom.png) no-repeat center bottom;
}

.ContentBackgroundMiddle {
	display: block;
	z-index: 90;
	padding: 0px;
	background: transparent url(images/layout/bg_content_middle.png) repeat-y center;
}

.ContentBackground {
	display: block;
	z-index: 95;
	padding: 0px 5px;
	background: transparent url(images/layout/bg_content.jpg) repeat-y center;
}

.ContentText {
	display: block;
	overflow-x: hidden;
	padding: 30px;
	
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #5e2310;
	line-height: 19px;
}

.ImageLeft {
	display: block;
	float: left;
	width: 150px;
	margin: 4px 30px 0px 0px;
}
.ImageLeft img {
	display: block;
	max-width: 150px;
	max-height: 150px;
	border: none;
}

.TextRight {
	display: block;
	float: left;
	width: 430px;
	
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #5e2310;
	line-height: 19px;
}

.Emblem {
	display: block;
	position: fixed;
	width: 220px;
	height: 179px;
	left: 50%;
	bottom: -20px;
	z-index: 125;
	margin-left: 350px;
	background: transparent url(images/layout/bg_emblem.png) no-repeat center;
}

.Footer {
	display: block;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 46px;
	bottom: 0px;
	left: 0px;
	background: transparent url(images/layout/bg_footer.png) repeat-x center bottom;
	text-align: center;
}

.Footer .Navigation {
	display: block;
	position: absolute;
	z-index: 900;
	width: 940px;
	height: 42px;
	overflow: visible;
	top: 4px;
	left: 50%;
	margin-left: -470px;
}

.Footer .Navigation ul {
	display: block;
	width: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style: none;
}

.Footer .Navigation li {
	position: relative;
	display: list-item;
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	list-style: none;
	text-align: -webkit-match-parent;
}

A.Othermenu,
A.OthermenuActive {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #f6f9ec;
	line-height: 42px;
	text-transform: uppercase;
}
A.Othermenu:hover,
A.OthermenuActive:hover {
	text-decoration: none;
	color: #e1c65f;
}

A.OthermenuActive {
	color: #e1c65f;
}

.Footer .ClassicWebsite {
	display: none;
}

.BeerLaw {
	position: fixed;
	display: block;
	top: 0px;
	left: 50%;
	z-index: 15;
	width: 650px;
	height: 550px;
	margin-left: -850px;
	overflow: hidden;
}

.BeerLaw img {
	width: 650px;
	height: 550px;
}

.SiteTitle {
	display: block;
	position: absolute;
	z-index: 870;
	width: 250px;
	top: 0px;
	left: 0px;
	margin: 17px 20px;
}

.SiteTitle h2 {
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	color: #e3c95f;
	line-height: 36px;
	text-align: left;
}

.SiteText {
	display: block;
	position: absolute;
	z-index: 860;
	width: 250px;
	bottom: 0px;
	left: 0px;
	margin: 20px;
}

.SiteText h3 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #e3c95f;
	line-height: 22px;
	text-align: left;
}

.SiteText div, .SiteText td {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #f6f9ec;
	line-height: 20px;
	text-align: left;
}

.SiteText td {
	padding-right: 10px;
}

.SiteText a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	color: #f6f9ec;
	line-height: 20px;
	text-align: left;
	padding: 0px 0px 0px 20px;
	background: transparent url(images/layout/bg_more_white.png) no-repeat left center;
}
.SiteText a:link {}
.SiteText a:visited {}
.SiteText a:focus {}
.SiteText a:hover {
	text-decoration: underline;
	color: #e3c95f;
	padding: 0px 0px 0px 20px;
	background: transparent url(images/layout/bg_more_white.png) no-repeat left center;
}

.InfoText {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px;
	width: 260px;
	padding: 0px 25px 20px 25px;
	background: transparent url(images/layout/bg_infobox_bottom.png) no-repeat bottom center;
}

.InfoTitle {
	display: block;
	position: relative;
	font-size: 25px;
	line-height: 25px;
	height: 25px;
	background: transparent url(images/layout/bg_infobox_top.png) no-repeat top center;
}

.InfoText .Textnormal,
.InfoText .Textfett {
	color: #FFFFFF;
}

.NewsBackground {
	display: block;
	position: absolute;
	z-index: 70;
	width: 310px;
	left: 669px;
}

.NewsText {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px;
	width: 260px;
	padding: 5px 25px 25px 25px;
	background: transparent url(images/layout/bg_news_bottom.png) no-repeat bottom center;
}

.NewsTitle {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #5e2310;
	line-height: 30px;
	height: 30px;
	padding: 15px 25px 0px 25px;
	text-align: left;
	background: transparent url(images/layout/bg_news_top.png) no-repeat top center;
}
A.NewsTitle:link {}
A.NewsTitle:visited {}
A.NewsTitle:focus {}
A.NewsTitle:hover {
	text-decoration: none;
	color: #5e5757;
}

.Clear {
	clear: both;
	width: 0px;
	height: 0px;
}

.Space5 {
	display: block;
	clear: both;
	font-size: 5px;
	line-height: 5px;
	height: 5px;
}

.Space10 {
	display: block;
	clear: both;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
}

.Space15 {
	display: block;
	clear: both;
	font-size: 15px;
	line-height: 15px;
	height: 15px;
}

.Space20 {
	display: block;
	clear: both;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
}

.Space30 {
	display: block;
	clear: both;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
}

.Space35 {
	display: block;
	clear: both;
	font-size: 35px;
	line-height: 35px;
	height: 35px;
}

.Space40 {
	display: block;
	clear: both;
	font-size: 40px;
	line-height: 40px;
	height: 40px;
}

.Nowrap {
	white-space: nowrap;
}

.Left {
	float: left;
}

.Uppercase {
	text-transform: uppercase;
}

img {
	border: none;
}

label {
	cursor: pointer;
}

.Button, .ButtonBooking, .ButtonBookatable {
	font-family: Georgia, "Times", "Times New Roman", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
	padding: 11px 15px;
	line-height: 20px;
	width: 140px;
	height: 42px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	background: transparent url(images/layout/bg_button.png) no-repeat center;
}
.Button:link, .ButtonBooking:link, .ButtonBookatable:link {}
.Button:visited, .ButtonBooking:visited, .ButtonBookatable:visited {}
.Button:focus, .ButtonBooking:focus, .ButtonBookatable:focus {}
.Button:hover, .ButtonBooking:hover, .ButtonBookatable:hover {
	color: #e1c65f;
}

.ButtonBooking, .ButtonBookatable {
	color: #5e2310;
	background: transparent url(images/layout/bg_button_booking.png) no-repeat center;
	width: 80px;
	height: 20px;
	margin: 0px;
}
.ButtonBookatable {
	background: transparent url(images/layout/bg_button_bookatable.png) no-repeat center;
	width: 150px;
}
.ButtonBooking:hover, .ButtonBookatable:hover {
	color: #5e5757;
}

.Select {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #5e5757;
	border: 1px solid #5e5757;
	background-color: #efe3cd;
	line-height: 18px;
	text-align: left;
	padding: 0px 0px 0px 5px;
}
.Select:focus {}

.Feld {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #5e5757;
	border: 1px solid #5e5757;
	background-color: #efe3cd;
	line-height: 18px;
	text-align: left;
	padding: 0px 5px;

	display: inline-block;
	width: 280px;
	height: 18px;
	padding: 9px 10px;
	border: none;
	background: transparent url(images/layout/bg_input.png) no-repeat center;
}
.Feld:focus { border: none; outline: none; }

.FeldCalendar {
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #5e2310;
	text-align: left;

	display: inline-block;
	width: 80px;
	height: 36px;
	padding: 3px 30px 3px 10px;
	border: none;
	background: transparent url(images/layout/bg_calendar.png) no-repeat center;
}
.FeldCalendar:focus { border: none; outline: none; }

.FeldtextBackground {
	display: inline-block;
	width: 370px;
	height: 120px;
	padding: 10px 15px;
	border: none;
	background: transparent url(images/layout/bg_textarea.png) no-repeat center;
}

.Feldtext {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #5e5757;
	border: none;
	border: 1px solid #5e5757;
	background-color: #efe3cd;
	line-height: 18px;
	text-align: left;
	padding: 5px;
	
	display: inline-block;
	width: 360px;
	height: 110px;
	border: none;
	background: none;
	resize: none;
}
.Feldtext:focus { border: none; outline: none; }

.ImageBorder {
	border: #c2beb7 1px solid;
	background-color: #FFFFFF;
}

.ImageLink img {
	border: #c2beb7 1px solid;
	background-color: #FFFFFF;
}
A.ImageLink:link img {}
A.ImageLink:visited img {}
A.ImageLink:focus img {}
A.ImageLink:hover img {
	border: #5e2310 1px solid;
}

.Gallery {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0px 14px 14px 0px;
	border: #c2beb7 1px solid;
	width: 88px;
	height: 88px;
	background-color: #FFFFFF;
}
.Gallery:link {}
.Gallery:visited {}
.Gallery:focus {}
.Gallery:hover {
	border: #5e2310 1px solid;
}

.GalleryHidden {
	display: none;
}

.Registers {
	display: block;
	position: relative;
	float: left;
	overflow: visible;
	z-index: 70;
	clear: both;
	top: 5px;
	left: 0px;
	width: 670px;
	margin-left: 5px;
}

.Register, .RegisterActive {
	display: block;
	position: relative;
	z-index: 82;
	float: left;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #5e2310;
	line-height: 30px;
	padding: 0px 15px;
	margin: 5px 5px 0px 0px;
	background: transparent url(images/layout/bg_register.jpg) no-repeat center;
}
.Register:link, .RegisterActive:link {}
.Register:visited, .RegisterActive:visited {}
.Register:focus, .RegisterActive:focus {}
.Register:hover, .RegisterActive:hover {
	z-index: 86;
	text-decoration: none;
	color: #fdf5e7;
	background: none;
	background-color: #7e1a1c;
}

.RegisterActive {
	z-index: 86;
	color: #fdf5e7;
	background: none;
	background-color: #7e1a1c;
}
.RegisterActive:link {}
.RegisterActive:visited {}
.RegisterActive:focus {}
.RegisterActive:hover {
	color: #fdf5e7;
	background-color: #7e1a1c;
}

.SubRegisters {
	display: block;
	clear: both;
	margin: 30px 0px 0px 0px;
	text-align: center;
	align: center;
}

.SubRegister, .SubRegisterActive {
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #531e0d;
	line-height: 28px;
    white-space: nowrap;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 25px;
	background: transparent url(images/layout/bg_subregister.png) no-repeat left center;
}
.SubRegister:link, .SubRegisterActive:link {}
.SubRegister:visited, .SubRegisterActive:visited {}
.SubRegister:focus, .SubRegisterActive:focus {}
.SubRegister:hover, .SubRegisterActive:hover {
	text-decoration: underline;
	color: #5e5757;
}

.SubRegisterActive {
	font-weight: bold;
}

.ContainerHighlights {
	display: block;
	float: right;
	clear: both;
	position: relative;
	z-index: 80;
	top: 0px;
	left: 0px;
	width: 230px;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 30px 30px;
	background: transparent url(images/layout/bg_highlights_top.png) no-repeat left top;
}

.Highlights {
	display: block;
	position: relative;
	z-index: 85;
	top: 0px;
	left: 0px;
	padding: 10px 15px 5px 10px;
	background: transparent url(images/layout/bg_highlights_bottom.png) no-repeat right bottom;
}

.HighlightsTitle {
	display: block;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #5e2310;
	line-height: 30px;
	text-align: left;
	margin: 0px 10px 5px 10px;
}

.Highlights li {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #5e2310;
	line-height: 20px;
	margin: 0px 0px 4px 0px;
}

.CheckboxOn, .CheckboxOff {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #5e2310;
	line-height: 26px;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	cursor: pointer;
	white-space: nowrap;
	padding: 0px 0px 0px 25px;
	background: transparent url(images/layout/bg_checkbox_on.png) no-repeat left center;
}
A.CheckboxOn:link, A.CheckboxOff:link {}
A.CheckboxOn:visited, A.CheckboxOff:visited {}
A.CheckboxOn:focus, A.CheckboxOff:focus {}
A.CheckboxOn:hover, A.CheckboxOff:hover {
	text-decoration: none;
	color: #5e5757;
}

.CheckboxOff {
	background: transparent url(images/layout/bg_checkbox_off.png) no-repeat left center;
}

.BookaTable {
	display: block;
	float: right;
	overflow: hidden;
	width: 138px;
	height: 54px;
	margin: 0px 0px 0px 30px;
}

.TodayOpened,
.TodayClosed {
	display: block;
	position: absolute;
	z-index: 9999;
	width: 180px;
	height: 80px;
	top: 10px;
	left: 465px;
	background: transparent url(images/layout/today_opened.png) no-repeat center;
}

.TodayClosed {
	width: 270px;
	height: 150px;
	left: 375px;
	background: transparent url(images/layout/today_closed.png) no-repeat center;
}