/* CSS Document */
body, html {
	margin: 0px;
    padding:0px;
    background:#FFFFFF;
	font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000;
	background:#FFFFFF url("/images/bg.gif") repeat;
}
body {
    min-width:980px;
}
#wrap {
	background-color:#FFFFFF;
	margin:0 auto;
	margin-top:25px;
	width:980px;
	/*border: 1px solid #000000;*/
	min-height:728px;
}
#header {
	height: 200px;
	width: 980px;
}
#menu, #menu_sub {
	height: 50px;
	width: 960px;
	color:#DC8C8D;
	padding-left:10px;
	padding-right:10px;
	background: #642C2D url("/images/main_menu_bg.gif") repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight:bold;
}

#menu_sub {
	background:#FCF3DB url("/images/sub_menu_bg.gif") repeat;
	border-bottom:1px solid #DC8C8D;
}

#menu a.menu, #menu_sub a.menu {
	text-decoration: none;
	color:#DC8C8D;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight:lighter;
	line-height:50px;
	padding-left:10px;
	padding-right:10px;
	}
#menu a.menu:hover {
	color: #FFFFFF;
}

#menu_sub a.menu:hover {
	color: #642C2D;
}


a {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 7pt;
	color: #000000;
	text-decoration: none;
}
a:hover, a:visited {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 7pt;
	color: #000000;
	text-decoration: underline;
}

#main {
    width: 980px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#left, #right,#right_sub,#left_sub {
	padding:0px;margin:0px;
}

#right {
	width: 490px;
	float:right;
	height:532px;
}
#right_sub {
	width: 486px;
	float:right;
	height:426px;
}
#left {
	width: 490px; /*border-right:1px solid #DC8C8D;*/
	background:#FFFFFF url("/images/biertje_bg.jpg") no-repeat;
	background-position: bottom; height:532px;
	float:left;
}
#left_sub {
	width: 493px;
	float:left;
	height:426px;
	background-color:#FFFFFF;
}

#booking label, #contactform label {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 7px;
	text-align: right;
	width: 160px;
	padding-right: 10px;
	font-weight:bold;	
}

.fieldWithErrors {
	padding: 4px 0 4px 2px;
	display: inline;
	border-left: 8px solid #CC0000;
	margin-left: 3px;
}

#full {
	width: 980px;
	float:left;
	height:426px;
	background-color:#FFFFFF;	
}

h1 {
	font-family: "Times New Roman", Times, serif; font-size: 13pt; color: #000000;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:0px;
	margin: 0px;
}
#bier {
	width:350px;
	top: 630px;
	position:absolute;
	background-color:#FFFFFF;
}
#bier h1 {
	font-family: "Times New Roman", Times, serif; font-size: 14pt; color: #642C2D;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:0px;
	margin: 0px;
}
#bier p {
	font-family: Verdana, serif; font-size: 7pt; color: #000000; padding-left: 20px; padding-right: 20px; line-height:15px; margin:0px; padding-bottom: 20px;
}
#left p, #right p, #left_sub p, #right_sub p {
	font-family: Verdana, serif; font-size: 7pt; color: #000000; padding-left: 20px; padding-right: 20px; line-height:15px; margin:0px; padding-bottom: 20px;
}
#waagenda {
	height: 257px;
	width: 980px;
	background-color: #5B8751;
	float:left;
	margin:0px;
	padding:0px;
	background:#FFFFFF url("/images/waagenda_bg.gif") repeat-y;
	border-bottom: 5px #5B8751 solid;
}
#waagenda h1 {
	background-color: #5B8751;
	font-family: "Times New Roman", Times, serif; font-size: 17pt; color: #FFFFFF;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin: 0px;
}
#w_left, #w_right {
	padding:0px;margin:0px;
}
#w_right {
	float:right;
	margin-right: 6px; background-color:#000000; height: 208px;
	/*width: 483px;*/
	width: 686px;
}
#w_left {
	margin-left: 6px; background-color:#FFFFFF; height: 208px;
	/*width: 485px; */
	width: 275px;
	float:left;
	overflow:auto;
}
#w_left p{
	margin: 5px;padding-left:5px;line-height:15px; font-family: Verdana, serif; font-size: 7pt; width:240px;
}
#w_right p{
	margin: 5px;padding-left:15px;line-height:15px; font-family: Verdana, serif; font-size: 7pt; color: #FFFFFF; overflow:auto; height:199px;
}
#footer {
	margin:0 auto;
    width:980px;
	height: 50px;
	padding-top:10px;
	text-align:right;
	font-family: Verdana, serif; font-size: 7pt; color: #000000; 
}