/* Import */
/* 960 grid system */
@import url("960.css");
/* Reset */
@import url("http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css");
/* Clearfix */
@import url("clearfix.css");

/* Basics */
html {
	height: 100%;
	overflow-y: hidden;
}
body {
	background: url(../gfx/page_bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	padding-top: 20px;
	height: 100%;	
}
#booking-html {
	overflow-y: scroll;
}
#booking {
	margin: 0;
	padding: 0;
}

/* Construct */
#werb_layer {
	background: #222;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	cursor: pointer;
	height: 100%;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#werb_layer img {
	cursor: pointer;
	display: block;
	height: 600px;
	margin: 30px auto 0 auto;
	width: 800px;
}


#header {
	background: url(../gfx/header.png) no-repeat;
	height: 150px;
	margin: 30px auto 0 auto;
	width: 725px;	
}
#container {
	margin: 0 auto;
	width: 1025px;	
}
#left, #wrap, #right { float: left; }
#left, #right { 
	height: 275px;
	margin-top: 54.5px; 
	width: 150px;
}
#left { background: url(../gfx/zirbelnuss_left.png) no-repeat; }
#right { background: url(../gfx/zirbelnuss_right.png) no-repeat; }
#wrap {
	background: url(../gfx/white70.png);
	border-radius: 10px;
	padding: 20px;
	width: 685px;
}
#leaves {
	background: url(../gfx/leaves_bg.jpg) top left;
	border-radius: 5px;
	width: 685px;
}
div#pubholder { 
	float: right;
	padding: 15px 15px 15px 0;
}
div.pub {
	border: 1px solid #ccc;
	border-radius: 3px;
	float: left;
	margin-right: 15px;
	min-height: 340px;
	padding-bottom: 25px;
	width: 113px;	
}
div.pub.hh { background: url(../gfx/hh_bg.jpg) #fff top center no-repeat; }
div.pub.gzo { background: url(../gfx/gzo_bg.jpg) #fff top center no-repeat; }
div.pub.zh { background: url(../gfx/zh_bg.jpg) #fff top center no-repeat; }
div.pub.wh { background: url(../gfx/wh_bg.jpg) #fff top center no-repeat; }
div.pub.last { margin-right: 0; }
div.logo {
	text-align: center;
	padding: 150px 0 25px 0;	
}
div.pub a {
	background: url(../gfx/button_bg.jpg);
	border: 1px solid #c03d10;
	border-radius: 3px;
	color: #fff;
	display: block;
	margin: 0 auto 10px auto;
	padding: 3px 0 3px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #260b02;
	text-transform: uppercase;
	width: 80px;	
}
div.pub a:hover { background: url(../gfx/button_bg_hover.jpg); }
#footer {
	background: url(../gfx/footer.png) no-repeat;
	height: 22px;
	margin: 25px auto 0 auto;
	text-align: center;
	width: 725px;	
}

/* Typography */
a, a:active, a:visited {
	color: #900;
	text-decoration: none;	
}
a:hover { color: #C30; }

/* Content */




