body
{
	margin:					0px;
	padding:				0px;
	background-color:		#231F20;
	font-family:			Verdana, Geneva, sans-serif;
	color:					#FFF;
}

#MainContainer
{
	width:					1000px;
	margin-left:			auto;
	margin-right:			auto;
	
}
.HeaderTD
{
	background-image:		url(../images/header.png);
	height:					106px;
}
.MenuTD
{
	border:					1px #666 solid;
	width:					180px;
	background-color:		#58585A;
}
.ContentTD 
{
	padding-left:			8px;
	padding-right:			8px;
	font-size:				12px;
	border-top:				1px #666 solid;
	border-bottom:			1px #666 solid;
	background-color:		#58585A;
	width:					634px;
	background-image:		url(../images/paard.jpg);
	background-position:	bottom left;
	background-repeat:		no-repeat;
}
.MenuRightTD
{
	width:					180px;	
	border:					1px #666 solid;
	border-right:			none;
	background-color:		#58585A;
}
.Footer
{
	font-size:				10px;	
	color:					#CCC;
	text-align:				center;
}

h1 
{
	font-size:				14px;	
	border-bottom:			1px #CCC solid;
}
h2
{
	font-size:				13px;
	border-bottom:			1px #CCC solid;
}
h3
{
	font-size:				13px;
	border-bottom:			1px #CCC solid;
	margin:0px;
	padding:0px;
	margin-left:5px;
}
.FAQ
{
	background-color:		#7F7F7F; 
	padding:				5px;
	border-top:				1px #999 solid;
	border-left:			1px #999 solid;
	border-right:			1px #333 solid;
	border-bottom:			1px #333 solid;
}

.FotoNavPicHolder
{
	margin-left:5px;
	height:32px; 
	width:32px;
	text-align:center;
	border:1px red solid;
	vertical-align:middle;
	display:inline-block;
}
#FotoNav
{	
	width:100%;
	border-top:1px #CCC solid;
	border-bottom:1px #CCC solid;
	height:70px;
	text-align:center;
}
#PopupFrame 
{
	background-image:url(../images/popup_bg.png);
	z-index:9999;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	display:block;
}
#PopupFrame #PopupContent 
{
	background-image:url(../images/popup.png);
	height:642px;
	width:456px;
	position:relative;
	top:10px;
	left:0;
	margin-left:auto;
	margin-right:auto;
	z-index:9999;
}
#PopupCloseButton
{
	width:33px;
	height:33px;
	float:right;
	cursor:pointer;
	z-index:9999;
}
#PopupText
{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-top:130px;
	margin-left:26px;
	margin-right:26px;
	float:left;
	z-index:9999;
}