html {
	height:100%;
	
}
body {
	text-align:center;
	padding:0;
	margin:0;
	background:#EAEAEA;
	min-height:840px;
	
}

#outer {	
	text-align:left;
	width:860px;
	margin:auto;
	border-left:1px solid #073146;
	border-right:1px solid #073146;
	height:100%;
	background:url(../img/tile.gif);
}
#leftcol{
	float:left;
	width:189px;
	height:100%;
	background:#073146 url(../img/leftcoltop.gif) no-repeat;
}
#newsletter{
	height:175px;
	margin:390px 0 0 0;
	padding:40px 5px 0 5px;
	background:url(../img/nieuwsbrief.gif);
	background-position		:5px 0;
	background-repeat		:no-repeat;
	color:#FFF;
}
#newsletter form{
	margin:0px;
	padding:0px;
}
#newsletter h2{
	padding:15px 0 5px 0;
	font-size:12px;
	color:#6EB3D9;
}
#newsletter img{
	float:left;
}
#newsletter a:link,
#newsletter a:visited{
	color:#FFF;
}
#newsletter div{
	position:relative;
	top	:-2px;
	padding:0 0 0 20px;
}
#rightcol{
	float:right;
	width:671px;
	height:100%;
	background:url(../img/boot.gif) bottom no-repeat;
	text-align:left;
}
#rightcolContent{
	height:100%;
	background:url(../img/header.gif) top no-repeat;
	
}
#header{
	height:100px;
	background:url(../img/header.gif);
	cursor:pointer;
	clear:both;
}
#navbar{
	padding:0px 0px 0px 35px;
}
#content{
	color:#FFF;	
	margin:50px 30px 150px 40px;
}

/* Classes used by the reservation system */ 
.weekDay{
	font-weight:bold;
	background:#4283AB;
	border-top:1px solid #000;
}
.weekDayStart{
	font-weight:bold;
	background:#4283AB;
	border-top:1px solid #000;
	border-left:1px solid #000;
}
.weekDayEnd{
	font-weight:bold;
	background:#4283AB;
	border-top:1px solid #000;
	border-right:1px solid #000;
}
.scheduleTable td{

}
.scheduleWeek{
	font-weight:bold;
	text-align:left;
	padding:0 0 10px 0;
}
.schedulefree{
	float:left;
	text-align:center;
	border:1px solid #000;
	padding:0 2px 0 2px;
	width:20px;
}
.scheduleoption{
	float:left;
	text-align:center;
	background:#FFFF66;
	color:#000;
	border:1px solid #000;
	padding:0 2px 0 2px;
	width:20px;
}
.scheduleconfirmed,
.schedulecontract{
	float:left;
	text-align:center;
	background:#BA1301;
	color:#FFF;
	border:1px solid #000;
	padding:0 2px 0 2px;
	width:20px;
}
.checkbox {
	border:0px;
	width:auto;
	background:url(../img/tile.gif);
}
#loft{
	position:relative;
	margin:-20px 0 0 0;
	left:-189px;
	padding:0 5px 0 5px;
	color:#FFF;
	font-size:80%;
	clear:both;	
}
#loft a:link,
#loft a:visited,
#loft a:active,
#loft a:hover{
	color:#FFF;
}
form{
	margin:0px;
}
td{
	vertical-align:top;
}
input, select, textarea {
	margin:2px 0 0 0;
	color:#073146;
	border:1px solid #073146;
	font-family:Arial, Helvetica, sans-serif;
}
input{
	background:#FFF;
}
textarea{
	width:99%;
	font-family:Arial, Helvetica, sans-serif;
}
input.text{
	width:99%;
	background:#FFF;
}
select.text{
	width:100%;
}
input.checkbox{
	border:0px;
	background:none;	
	width:auto;
}