HTML{
	height: 100%;
	width: 100%;
}

body{
	margin: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana;
	font-size:11px;
	background-color: #cd0000;
	color:#FFFFFF;
}

#bg_top{
	background-color:	#333333;
	height: 30%;

}

#container{
	margin: -203px 0px 0px -329px;
	height: 405px;
	width: 658px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #FFFFFF;
	background-color: #666666;
}

	/* ===========================================================
	BEGIN INHOUD CONTAINER 
	=========================================================== */

#banner_logo{
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 98px;
	height: 99px;
	background-color: #666666;
	float: left;
	background-image:url(../images/logo_hotel_mergelland.jpg);
}

#banner{
	margin: 0px;
	position: absolute;
	left: 98px;
	width: 558px;
	height: 98px;
	background-color: #666666;
	float: left;
}

#menu{
	margin: 0px;
	position: absolute;
	top: 105px;
	left: 0px;
	width: 160px;
	height: 295px;
	border-right: #FFFFFF 1px dotted;
	float: left;
	padding-left: 5px;
}

	.menu_item{
		width:	160px;
		height:	15px;
	}

#content{
	margin: 10px;
	position: absolute;
	top: 100px;
	left: 166px;
	width: 477px;
	height: 287px;
	float: left;
	overflow: auto;
	overflow-x: hidden;
	line-height: 1.5em;
	
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:#cd0000; 
	scrollbar-base-color:#666666; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-face-color:#666666; 
	scrollbar-highlight-color: #666666; 
	scrollbar-shadow-color:#666666;
}

	#print{
		position: 	absolute;
		left:		485px;
		top:		85px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	#print_content{
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	#print_footer{
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#footer{
	height:		15px;
	width:		658px;
	position:	absolute;
	top:		405px;
	text-align:	center;
}

table.inhoud{
	font-size:			100%;
}

td.klein{
	width:				200px;
	font-size:			100%;
	border-bottom:		1px dotted #999999;
}

td.groot{
	width:				300px;
	font-size:			100%;
	border-bottom:		1px dotted #999999;
}

input.text{
	width:				200px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
}

input.submit{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	background-color:	#000000;
	color:				#FFFFFF;
	border:				1px solid #000000;
}

input.button_printvorm{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	background-color: 	#666666;
	border:				0px;
	color:				#FFFFFF;
	text-decoration:	underline;
	cursor: pointer;
}

	/* ===========================================================
	EINDE INHOUD CONTAINER 
	=========================================================== */
	
a:link {
	color: 						#FFFFFF;
	text-decoration:			none;
	font-weight:				bold;
}

a:visited {
	color: 						#FFFFFF;
	text-decoration: 			none;
	font-weight:				bold;
}

a:hover {
	color: 						#cd0000;
	text-decoration: 			underline;
	font-weight:				bold;
}

a.print:link {
     color: 					#FFFFFF;
     text-decoration:			none;
	 background-color:			#666666;
}

a.print:visited {
     color: 					#FFFFFF;
     text-decoration:			none;
	 background-color:			#666666;
}

a.print:hover {
     color: 					#FFFFFF;
     text-decoration:			underline;
	 background-color:			#666666;
}

img{
	border-color:				#FFFFFF;
}