@charset "utf-8";
body, html 
{
	margin:0;
	padding:0;				
	overflow:hidden;
}
html, body, #content 
{ 
	height:100%; /* nodig Voor firefox! */
}			

#content {
	background-image:url(../images/alt-bg-filler.jpg);
	min-width:960px;
	min-height:540px;
}

#verticalaligner {
	float:left;
	height:50%;
	margin-top:-270px; /* half of altcontent height */
	width:100%;		

}

#altcontent
{
	position:relative;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;				
	width:960px;
	height:540px;
	font-family: Arial, Helvetica, Verdana, sans-serif;				
	font-style:normal;
	font-weight:normal;
	font-size:11px;		
	clear:both;
}

#altcontent a, #altcontent link, #altcontent visited, #altcontent hover, #altcontent active {
	color:#212121;				
}

#altcontent h1 {
	font-size:14px;
}

#leftcolumn, #menucolumn, #contentcolumn {
	background-color:#FFF;
	color:#212121;
	padding:10px;
	border: 1px solid #CCC;
	margin:0px;
	height:100%;
}

#leftcolumn {
	position:absolute;
	width:230px;
}			 

#altlogocontact {
	margin-left:6px;
}

#noflashexplanation {
	width:210px;
	border: 1px solid #CCC;
	background-color:#FF9;
	padding:10px;
	margin-top:80px;
}

#reservationbox{
	width:210px;
	border: 1px solid #CCC;
	font-weight:bold;
	font-size: 13px;
	text-align:center;
	padding:10px;
	margin:40px 0;
}

#menucolumn {				
	position:absolute;
	left:260px;
	width:230px;
	overflow:auto;
}

#menucolumn ul {
	list-style: square;
	margin-left: 5px;
	padding-left: 1em;
	text-indent: 5px;
}

#contentcolumn {
	float:right;				
	width:418px;			
	overflow:auto;
}

