html,
body
{
	min-height: 100%;
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	font-family:Arial, serif;
	font-size: 12px;
	line-height: 150%;
	background-image: url('../images/background.jpg');
}

h1
{
	font-size: 18px;
	font-weight: normal;
	color: #520000;
	margin: 0 0 18px 0;
	padding: 0;
}

h2
{
	font-size: 14px;
	font-weight: normal;
	color: #520000;
	margin: 0;
	padding: 0;
}

p
{
	color: #520000;
	margin: 0 0 18px 0;
	padding: 0;
}

div#siteHolder
{
	margin: 0 auto;
	width: 800px;
	min-height: 100%;
	border-top: 0;
	overflow: auto;
	background-image: url('../images/content.png');
}

div#header
{
	width: 750px;
	height: 250px;
	margin: 0 25px;
}

div#flashheader
{
	width: 750px;
	height: 250px;
}

div#header #menu
{
	position:relative;
	top: -75px;
	height: 20px;
	padding: 20px 20px 0 20px;
	width: 710px;
	z-index: 1000;
}


div#header #menu a
{
	color: #a3967c;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: Arial;
	margin-right: 24px;
	text-decoration: none;
	font-weight: normal;
	
}

div#header #menu a:hover
{
	color: #fee9bd;
}


div#header #subMenu
{
	position:relative;
	top: -75px;
	height: 20px;
	padding: 5px 20px 0 20px;
	width: 710px;
	z-index: 1000;
}

div#header #subMenu a
{
	color: #a3967c;
	letter-spacing: 1px;
	font-size: 11px;
	font-family: Arial;
	margin-right: 24px;
	text-decoration: none;
	font-weight: normal;
	
}



div#header #subMenu a:hover
{
	color: #fee9bd;
}

div#header #menu a.active,
div#header #subMenu a.active,
div#header #menu a.active:hover,
div#header #subMenu a.active:hover
{
	color: white;
}


div#titel
{
	margin: 0 25px;
	padding-left: 20px;
	width: 730px;
	height: 59px;
	background-image: url('/images/title_background.png');
	border-bottom: 1px solid #dad5cb;
	position: absolute;
	top: 250px;
}

div#holder
{
	margin: 0 25px;
	width: 600px;
	padding: 20px 130px 20px 20px;
	background-color: white;
	top: 310px;
}

div#holder a
{
	color: #520000;
	text-decoration: none;
}

div#holder a:hover
{
	border-bottom: 1px dotted #11390d;
}

div#holder #imageHolder *
{
	border: none;
}



div#polaroid
{
	height: 377px;
	width: 172px;
	background-image: url('/images/foto_test.png');
	z-index: 1010;
	position: absolute;
	top: 220px;
	left: 50%;
	margin-left: 250px;
}




#flash
{
	position: absolute;
	width: 750px;
	height: 450px;
	padding: 30px;
	top: 50%;
	left: 50%;
	margin: -255px 0 0 -405px;
	background-image: url('/images/introductie/background.png');
}

#flashImages
{
	background-image: url(../images/introductie/intro_1.png);
	width: 452px;
	height: 182px;
	z-index: 1000;
	top: 50%;
	position: absolute;
	left: 50%;
	margin: 160px 0 0 -420px;
}


#skipLink a
{
	color: #a3967c;
	text-decoration: none;
		width: 100px;
	height: 100px;
	padding: 30px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin: 220px 0 0 240px;
}

#skipLink a:hover
{
	text-decoration: underline;
}




div.pager a
{
	border: 1px solid #520000 ;
	line-height: 20px;
	height: 18px;
	display: block;
	width: 18px;
	padding: 0;
	text-align: center;
	float: left;
	margin-right: 10px;
}

div.pager a:hover
{
	border: 1px solid #520000;
	background-color: #520000;
	color: white !important;
	line-height: 20px;
	height: 18px;
	display: block;
	width: 18px;
	padding: 0;
	text-align: center;
	float: left;
}

div.pager a.active,
div.pager a.active:hover
{
	border: 1px solid white !important;
	color: black !important;
	background-color: white;
	line-height: 20px;
	height: 18px;
	display: block;
	width: 18px;
	padding: 0;
	text-align: center;
	float: left;
	font-weight: bold;
}



div.searchItem
{
	width: 175px;
	float: left;
	margin: 0 0 15px 15px;
	text-align: center;
}

div#viewProfile
{
	width: 400px;
}


.rFloat
{
	float: right !important;
}