/* HTML TAGS */
html, body {
  text-align: 					center;
  font-family:					Arial, Verdana, sans-serif;
  font-size: 						12px;
  color:								#000000;  
  margin: 							0px;
  background-image:			url("../../img/bg.jpg");
  background-repeat:		repeat;
}

#left>.title, #right>.title {
	width:								200px;
	height:								26px;
	background-color:			#2F2F2F;
	padding-top:					7px;
	color:								#e0e0e0;
	text-align:						center;
	font-size:						14px;
}

#left>.content, #right>.content {
	width:								180px;
	height:								auto;
  padding:							10px;
  text-align:						left;
  overflow:							hidden;
}

td h2 {
	margin:								20px 0 0;
}

div.newsitem {
	border-bottom:				1px solid #2F2F2F;
	padding:							7px 0 15px;
}

div.newsitem h2 {
	font-size:						1em;
	margin:								0 0 2px;
}

div.newsitem p.news_date {
	font-size:						0.8em;
	margin:								0 0 5px;
}

div.newsitem p.content {
	line-height:					16px;
	margin:								0;
}

.melding {
	border:								1px solid red;
	margin-top:						10px;
	padding:							10px;
}

/* DIV ID'S */
#menu_top {
	clear:								both;
	width:								100%;
	min-width:						1172px;
	height:								50px;
	background-image:			url("../../img/bg_menu_top.png");
  background-repeat:		repeat-x;
}

#menu_top>#buttons {
	width:								900px;
	height:								50px;
	margin:								0px auto;
	text-align:						left;
	border-right:					1px solid #666666;
}

#menu_main {
	clear:								both;
	width:								100%;
	min-width:						1172px;
	height:								50px;
	background-image:			url("../../img/bg_menu_main.png");
  background-repeat:		repeat-x;
}

#menu_main>#buttons {
	width:								640px;
	height:								50px;
	margin:								0px auto;
	text-align:						left;
	padding-left:					260px;
}

.menu_sub {
	clear:								both;
	position:							absolute;
	top: 									100px;
	width:								298px;
	height:								auto;
	min-height:						140px;
  text-align: 					left;
	z-index: 							999;
}

.menu_sub>#header {
	width:								100%;
	height:								10px;
	background-image:			url("../../img/bg_menusub_header.png");
  background-repeat:		no-repeat;
}

.menu_sub>#content {
	width:								100%;
	background-image:			url("../../img/bg_menusub_content.png");
	height: 							auto;
	min-height:						120px;
	overflow: 						hidden;
  background-repeat:		repeat-y;
}

.menu_sub>#footer {
	width:								100%;
	height:								6px;
	background-image:			url("../../img/bg_menusub_footer.png");
  background-repeat:		no-repeat;
}

#logo {
	position: 						relative;
	top: 									5px;
	left: 								-135px;
	width: 								381px;
	height: 							198px;	
	background-image:			url("../../img/logo.png");
  background-repeat:		no-repeat;
}

#wrapper {
	clear:								both;
	width:								1172px;
	min-width:						1172px;
	margin:								0px auto;
	overflow:							auto;
}

#container {
	clear:								both;
	width:								900px;
	min-height:						600px;
	margin:								0px auto;
	background-color:			#C4ECC4;
	border-left:					1px solid black;
	border-right:					1px solid black;
	overflow:							auto;
	padding-bottom:				30px;
}

#container>#header {
	clear:								both;
	float:								left;
	width:								900px;
	height:								150px;
}

#container>#left {
	clear:								both;
}

#container>#left, #container>#right {
	float:								left;
	width:								200px;
	height:								auto;
	min-height:						365px;
	margin:								9px 0 0 9px;
	border:								1px solid black;
	background-image:			url("../../img/bg_kolom.png");
  background-repeat:		repeat-y;
	overflow:							hidden;
}

#container>#main {
	float:								left;
	width:								458px;
	height:								auto;
	min-height:						365px;
	margin:								11px 9px 0 9px;
	text-align:						left;
}

#main>#title {
	font-size:						28px;
}

#cd { /* countdown */
	margin: 							auto;
	height: 							auto;
	width: 								100%;
	text-align: 					center;
}

#container>#right {
	margin:								9px 9px 0 0;
}

#clear {
	clear: 								both;
}

#footer2 {
	clear:								both;
	width:								900px;
	min-height:						20px;
	margin:								0px auto;
	background-color:			#C4ECC4;
	border-left:					1px solid black;
	border-right:					1px solid black;
	border-bottom:				1px solid black;
	overflow:							auto;
	color: 								#8F8F8F;
	font-size:						10px;
}


/* VLOERPLAN */

#zaal {
	width:								458px;
	height:								616px;
	border: 							1px solid #000000;
	text-align: 					center;
	margin-top:						10px;
}

#slaapruimte {
	float:								left;
	width:								458px;
	height:								20px;
	background-color:			#000000;
	color:								#FFFFFF;
}
#zaal > #left {
	clear:								both;
	float:								left;
	width:								235px;
	height:								576px;
}

#zaal > #right {
	float:								left;
	width:								223px;
	height:								576px;
}

#relax {
	clear:								both;
	float: 								right;
	width:								150px;
	height:								103px;
	background-color:			#FFFFFF;
	padding-top:					85px;
	font-weight:					bold;
}

#catering {
	clear:								both;
	float: 								right;
	width:								110px;
	height:								70px;
	background-color:			#FDFE33;
	padding-top:					60px;
	font-weight:					bold;
}

#crew {
	clear:								both;
	float: 								right;
	width:								110px;
	height:								95px;
	background-color:			#57BD43;
	padding-top:					80px;
	font-weight:					bold;
}

#entree {
	clear:								both;
	float: 								right;
	width:								110px;
	height:								29px;
	background-color:			#F6AFBD;
	padding-top:					15px;
	font-weight:					bold;
}

#ingang {
	clear:								both;
	float: 								right;
	width:								50px;
	height:								29px;
	background-color:			red;
	padding-top:					10px;
	font-weight:					bold;
}

.rij {
	clear:								both;
	float: 								left;
	width:								210px;
	height:								42px;
	margin-top:						63px;
	margin-left:					20px;
	border-left:					1px solid black;
	border-bottom:				1px solid black;
}

.stoel {
	float: 								left;
	width: 								20px;
	height: 							20px;
	background-color: 		#57BD43;
	border-top:						1px solid black;
	border-right:					1px solid black;
}

.gereserveerd {
	background-color: 		#FDFE33;
}

.bezet {
	background-color: 		red;
}



/* LINKS */
a {
	color: 								#000000;
	text-decoration: 			underline;
}

a:hover {
	color: 								#006600 ;
	text-decoration: 			underline;
}

a.news {
	color: 								#000000;
	text-decoration: 			none;
}

a.news:hover {
	color: 								#006600 ;
	text-decoration: 			none;
}

#menu_top>#buttons a.menu {
	display: 							block;
	float: 								right;
	width:								auto;
	height:								25px;
	border-left:					1px solid #666666;
	padding:							25px 21px 0 24px;
	color:								#000000;
	text-decoration:			none;
}

#menu_top>#buttons a.menu:hover {
	color:								#006600;
}

#menu_main>#buttons a.main {
	display: 							block;
	float: 								left;
	width:								146px;
	height:								40px;
	padding:							10px 0px 0 0px;
	color:								#FFFFFF;
	text-decoration:			none;
	font-size:						14px;
	font-family:					arial;
	font-weight:					bold;
	text-align:						center;
}

#menu_main>#buttons a.main:hover {
	color:								#000000;
	background-image:			url("../../img/bg_menu_main_item.png");
  background-repeat:		no-repeat;
}

.logo {
	display: 							block;
	width: 								381px;
	height: 							198px;
	cursor: 							pointer;
}

.menu_sub>#content a.sub {
	display: 							block;
	width:								269px;
	height:								23px;
	margin:								0 auto;
	padding:							12px 0 0px 25px;
	color:								#000000;
	text-decoration:			none;
	font-size:						12px;
	font-family:					arial;
	font-weight:					bold;
	text-align:						left;
}

.menu_sub>#content a.sub:hover {
	color:								#FFFFFF;
	background-color: 		#2f2f2f;
}

#footer > a {
	color: 								#8F8F8F;
	text-decoration: 			underline;
	font-size:						10px;
}
	
fieldset {
	border: 							1px solid black;
	margin-bottom: 				10px;
}

legend {
	color:								#000000;
	font-weight:					bold;
}

input {
	border-color:					#000000;
	border-style:					solid;
	border-width:					1px;
	background-color:			#DCF4DC;
}

input[type=radio] {
	background-color:			transparent;
	border: 							0;
}

input[type=text]:hover, input[type=password]:hover {  
 background-color:			#FDFE00;  
 border-color:					#000000;  
}

input.ro {
	border-color:					#000000;
	border-style:					solid;
	border-width:					1px;
	background-color:			#C4D2C4;
}

input[type=text].ro:hover {  
	border-color:					#000000;
	border-style:					solid;
	border-width:					1px;
	background-color:			#C4D2C4;
}