/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong{font-weight:bold}
em{font-style:normal}
a{text-decoration:none; cursor:pointer}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:#400005;
}

#header{
	margin:0 auto;
	padding:220px 0 0 0;
	width:900px;
	height:100px;
	background:url(images/header_bg.png) center top no-repeat;
	position:relative;
}
	#header h1,
	#header h2{
		display:none;
	}
	#header ul{
		margin:0 auto;
		height:100px;
		width:800px;
	}
		#header ul li{
			display:block;
			float:left;
			width:266px;
			height:100px;
		}
			#header ul li a{
				display:block;
				position:relative;
				width:266px;
				height:100px;
				background-image:url(images/header_links.png);
				background-repeat:no-repeat;
			}
				#header ul li a strong{
					display:none;
				}
				#header ul li a span.hover{
					display:block;
					position:absolute;
					width:266px;
					height:100px;
					background-image:url(images/header_links.png);
					background-repeat:no-repeat;
				}
				#go_download a{
					background-position:0 0;
				}
					#go_download a .hover{
						background-position:0 -100px;
					}
				#go_learn{
					padding:0 1px;
				}
				#go_learn a{
					background-position:-267px 0;
				}
					#go_learn a .hover{
						background-position:-267px -100px;
					}
				#go_talk a{
					background-position:-534px 0;
				}
					#go_talk a .hover{
						background-position:-534px -100px;
					}
	#header .popup{
		position:absolute;
		display:none;
		margin:225px 0 0 50px;
		padding:10px 0 0 0;
		width:175px;
		height:125px;
		background:url(images/popup_bg.png) center center no-repeat;
		z-index:50;
		font-size:12px;
		color:#262236;
	}
		#header .popup p{
			padding:2px 0 0 15px;
		}
		#header .popup img{
			vertical-align:middle;
		}
		#header .popup strong{
			color:#4f4a67;
		}
		#header .popup a{
			color:#2e317f;
		}
			#header .popup a:hover{
				text-decoration:underline;
			}

#logo_container{
	margin:0 auto;
	width:900px;
	height:70px;
	
}
	#logo_container p{
		display:none;
	}
	
	#logo_container .logo {
		position: relative;
		left: 100px;
		top: 20px;
		height: 70px;
		display: block;
	}

#page{
    width:900px;
	height: 640px;
    margin:0 auto;
	background:url(images/page_bg.png) 0 0 no-repeat;
}
	#slider{
		width:745px;
		margin:0 auto;
		position:relative;
	}
	
	#page .navigation-hidden{
		display: none;
		padding:0 0 0 20px;
		height:46px;
	}
	
	
	#page .navigation{
		padding:0 0 0 20px;
		height:46px;
	}
	
	#page .navigation li{
		height:30px;
		float:left;
		padding:0 2px 0 0;
	}
	
	#page .navigation a{
		display:block;
		height:30px;
		line-height:30px;
		float:left;
		padding:0 1px 0 0;
		font-size:13px;
		color:#A3A3A3;
		font-weight:bold;
	}
		#page .navigation a:hover,
		#page .navigation a.selected{
			color:#CACACA;
			background:url(images/page_navigation_a.png) right top no-repeat;
		}
	#page .navigation a span{
		display:block;
		height:30px;
		float:left;
		padding:0 14px;
	}
		#page .navigation a:hover span,
		#page .navigation a.selected span{
			background:url(images/page_navigation_span.png) left top no-repeat;
		}
	#page .navigation a:focus{
		outline:none;
	}

	#page .scroll{
		//height:550px;
		height:497px;	//try it out
		width:746px;
		margin:0 auto;
		overflow:hidden;
		position:relative;
		clear:left;
	}
	
		#page .scrollContainer .panel{
			padding:0px;
			height:495px;
			width:746px;
			overflow:hidden;
		}		
			#page .panel p{
				padding: 0 15px 1em 15px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:1.5em;
				color:#AEB1B6;
			}
			#page .panel h3{
				font-size:28px;
				padding:15px 0 .5em 15px;
				letter-spacing:-2px;
				color:#D0D0D0;
				font-weight:bold;
			}
			#page .panel h4{
				padding:0 0 .5em 15px;
				font-size:15px;
				letter-spacing:-0.5px;
				font-weight:bold;
				color:#D0D0D0;
			}
			#page .panel strong{
				color:#D0D0D0;
			}
			#page .panel em{
				font-style:italic;
			}
			#page .panel a{
				white-space:nowrap;
				color:#FFF200;
				font-weight:bold;
			}
				#page .panel a:hover{
					text-decoration:underline;
				}
			#page .panel .gallery img{
				padding:2px;
				border:solid 1px #c0c5d6;
			}
			#page .panel blockquote,
			#page .panel ul,
			#page .panel ol,
			#page .panel pre{
				font-size:12px;
				margin:1em 2em 2em 2em;
				padding:10px 15px;
				//background:#ecedf3;
				background: transparent url(images/box.png);
			}
			#page .panel blockquote p{
				padding:.4em 0 !important;
				text-indent:0 !important;
			}
			
			#page .panel blockquote span.gbentry-author{
				color: #CACA00  !important;
				font-weight: bold !important;
			}
			
			#page .panel blockquote span.gbentry-time{
				color: #CACACA  !important;
				font-weight: bold !important;
			}
			
			#page .panel li{
				list-style-position: inside;
				padding: 0 0 .5em 0;
			}
				#page .panel ul li{
					margin:0 0 0 1em;
					list-style:square;
				}
				
				#page .panel ol li{
					margin:0 0 0 1.5em;
					list-style:decimal;
				}
			#page .panel pre{
				line-height:1em;
				color:#1C194C;
				font-size:13px;
				overflow:auto;
				background:#f8f8f8;
				border:solid 1px #e5e5e5;
			}
			#page .panel code{
				padding:0 3px;
				color:#33333e;
				background:#f8f8f8;
				border:solid 1px #e5e5e5;
				font-size:13px !important;
			}
			
			#page .panel .gallery{
				text-align:center;
			}

	#page .scrollButtons{
		width:30px;
		height:30px;
		position:absolute;
		top:280px;
		cursor:pointer;
	}
		#page .scrollButtons a{
			display:block;
			height:30px;
			width:30px;
		}
		#page .scrollButtons span{
			display:none;
		}
		#page .scrollMeLeft{
			left:-40px;
		}
			#page .scrollMeLeft a{
				background:url(images/left_right.png) 0 0 no-repeat;
			}
			#page .scrollMeLeft a:hover{
				background:url(images/left_right.png) 0 -30px no-repeat;
			}
		#page .scrollMeRight{
			right:-40px;
		}
			#page .scrollMeRight a{
				background:url(images/left_right.png) -30px 0 no-repeat;
			}
			#page .scrollMeRight a:hover{
				background:url(images/left_right.png) -30px -30px no-repeat;
			}

#page_footer{
	width:900px;
	margin:0 auto;
}
	#page_footer h5{
		padding:20px 90px;
		font-size:28px;
		letter-spacing:-2px;
		font-weight:bold;
		color:#4f4a67;
	}
	#page_footer p{
		padding:0 70px 30px 70px;
		font-size:13px;
		color:#4f4a67;
		line-height:1.5em;
	}
		#page_footer p a{
			color:#fff;
		}
			#page_footer p a:hover{
				text-decoration:underline;
			}

#footer{
	height:40px;	
	font-size:11px;
	position: relative;
	top: -40px;
}
	#footer p{
		width:900px;
		overflow:hidden;
		margin:0 auto;
		color:#7274a1;
	}
		#footer span{
			display:block;
			height:40px;
			line-height:40px;
		}
		#footer .left{
			float:left;
		}
		#footer .right{
			float:right;
		}
		#footer .center{
			text-align:center;
		}
		#footer a{
			color:#7274a1;
		}
			#footer a:hover{
				text-decoration:underline;
			}

#panel-contact {
	background:transparent url(images/bg/contact.jpg) no-repeat;
}

#panel-about {
	background:transparent url(images/bg/home.jpg) no-repeat;
}

#panel-dining {
	background:transparent url(images/bg/dining.jpg) no-repeat;
}

#panel-news {
	background:transparent url(images/bg/news.jpg) no-repeat;
}

#panel-impressum {
	background:transparent url(images/bg/impressum.jpg) no-repeat;
}

#panel-gallery {
	background:transparent url(images/bg/gallery.jpg) no-repeat;
}

#panel-drinking {
	background:transparent url(images/bg/drinking.jpg) no-repeat;
}

#panel-address {
	background:transparent url(images/bg/address.jpg) no-repeat;
}

#panel-aktuelles {
	background:transparent url(images/bg/aktuelles.jpg) no-repeat;
}

#panel-services {
	background:transparent url(images/bg/services.jpg) no-repeat;
}

#panel-impressionen {
	background:transparent url(images/bg/media.jpg) no-repeat;
}

#panel-press {
	background:transparent url(images/bg/media.jpg) no-repeat;
}

#panel-guestbook {	background:transparent url(images/bg/guestbook.jpg) no-repeat;}

.overlay-box{
	background: transparent url(images/box.png);
	color:#848484;	
	overflow:hidden;
	padding:0 10px;
	z-index:5;
}

#box-about {
	width:316px;
	height:495px;
}
#box-impressum {
	width:376px;
	height:495px;
}
#box-address {
	width:726px;
	height:495px;
}

#box-guestbook{	
	width:496px;	
	height:495px;
}

#box-aktuelles {
	width:376px;
	height:495px;
	position: relative;
	left: 350px;
}

#box-services {
	width:356px;
	height:495px;
}

#box-impressionen {
	width:346px;
	height:495px;
}

#box-press{
	width:376px;
	height:495px;
	position: relative;
	left: 350px;
}

#lang_switcher {
	height:26px;
	padding:0 0 0 20px;
	width: 70px;
	float:right;
	margin-top: 10px;
}



#toggle-about , #toggle-impressum, #toggle-contact, #toggle-address, #toggle-aktuelles, #toggle-services,  #toggle-impressionen, #toggle-press{
	position: absolute;
	left: 0;
	bottom: 0;
}

#toggle-guestbook{
	position: absolute;
	right:20px;
	top: 10px;
	margin: 10px;
	padding: 1px 4px;
	border: 1px outset #333333;
	background: #333;
}

a.toggle-link{
	display: block;
	width: 10px;
	height: 10px;
	margin: 10px;
	color: #878787 !important;
	border: 1px solid #333333;
}


.plus-btn {
	background: transparent url(images/plus.png) no-repeat scroll 1px 1px !important;
}

.minus-btn {
	background: transparent url(images/minus.png) no-repeat scroll 1px 1px !important;
}

.info-box{
	background: none;
	color: #CACACA !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:34px;
	line-height: 20px;
}

//can be altered
// Contact form

