/*
///////////////////////////////////////////////////////////////////
//////////////// GENERAL PAGE LAYOUT
///////////////////////////////////////////////////////////////////
*/
body {
	background-color:#e7e7e7;
	margin: 0px 0px 0px 0px;
	padding:0;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	color:#000000;
	line-height:1.3em;
}
a:link {
	border-bottom: 1px dotted #CCCCCC;
	color:#2c3c76;
	font-weight:normal;
	text-decoration: none;
}
a:visited {
	border-bottom: 1px dotted #CCCCCC;
	font-weight:normal;
	text-decoration: none;
	color:#2c3c76;
}
a:hover {
	border-bottom: 1px dotted #CCCCCC;
	font-weight:normal;
	text-decoration: none;
	color:#000000;
}
a:active {
	border-bottom: 1px dotted #CCCCCC;
	font-weight:normal;
	text-decoration: none;
	color:#2c3c76;
}
#footerrap 
{
	height:inherit;
	width:1000px;
	background-color: #FFFFFF;
	border-top: 1px solid #a9c1cd;
	border-left: 1px solid #a9c1cd;
	border-right: 1px solid #a9c1cd;
	border-bottom: 1px solid #a9c1cd;
	margin-top: 5px;
	font-size: 0.9em;
}
#youarerap 
{
	height:inherit;
	width:500px;
	margin-left: 5px;
	text-align:left;
	font-size: 0.9em;
}
.minifont {
	width: auto;
	color: #939393;
	font-family: Verdana, Arial, serif;
	font-size: 10px;
	text-decoration: none;
}
.footerfont {
	width: 1000px;
	text-align:center;
	color: #939393;
	font-family: Verdana, Arial, serif;
	font-size: 10px;
	text-decoration: none;
}
.footerfont a {
	width= 1000px;
	text-align:center;
	color: #939393;
	font-family: Verdana, Arial, serif;
	font-size: 10px;
	text-decoration: none;
}
.footerfont a:hover{
	text-align:center;
	color:#2c3c76;
	font-family: Verdana, Arial, serif;
	font-size: 10px;
	text-decoration: none;
}
.footerfont a:visited {
	text-align:center;
	color: #939393;
	font-family: Verdana, Arial, serif;
	font-size: 10px;
	text-decoration: none;
}
/*
///////////////////////////////////////////////////////////////////
//////////////// RAP TO PUT PAGE IN CENTRE
///////////////////////////////////////////////////////////////////
*/
#rap 
{
	height:inherit;
	width:1000px;
	background-color: #FFFFFF;
	border-left: 1px solid #a9c1cd;
	border-right: 1px solid #a9c1cd;
	border-bottom: 1px solid #a9c1cd;
	padding-bottom: 10px;
	text-align:left;
	font-size: 0.9em;
}
/*
///////////////////////////////////////////////////////////////////
//////////////// HEADER
///////////////////////////////////////////////////////////////////
*/
#headerrap {
	width:1000px;
	font-size: 0.9em;
}
#headerrap a {
	border-style:none;
	margin:0 auto;
	text-align:left;
	font-size: 0.9em;
}
/*
///////////////////////////////////////////////////////////////////
//////////////// REFERENTIES
///////////////////////////////////////////////////////////////////
*/
#referentie {
	border-style:none;
	margin:0 auto;
	text-align:center;
	font-size: 0.9em;
}
#referentie a {
	border-style:none;
	margin:0 auto;
	text-align:left;
	font-size: 0.9em;
}
/*
///////////////////////////////////////////////////////////////////
//////////////// CONTENTS CONTAINERS
///////////////////////////////////////////////////////////////////
*/
.subrap {
	margin:0px 10px 10px 0px;

}
.contents {
	width:780px;
	border-bottom: 2px dotted #FFFFFF;
	margin:0px 0px 20px 190px;
}
.title {
	width:760px;
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:-0.5px;
	color:#000000;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:3px;
	text-align:left;
}
/*
///////////////////////////////////////////////////////////////////
//////////////// NAVIGATION CONTAINER
///////////////////////////////////////////////////////////////////
*/
.navigation {
	padding: 0px 0;
	width: 170px;
	float: left;
	text-align: left;
}
form {
margin: 0;
}
input, textarea, select {
font-family: Verdana, Arial;
font-size: 10px;
color: white;
background: black;
border:1px solid gray;
}
/*
///////////////////////////////////////////////////////////////////
//////////////// EVENTPICTURES CONTAINER
///////////////////////////////////////////////////////////////////
*/
.eventleft {
	padding: 0px 0;
	width: 120px;
	float: left;
	text-align: left;
}
.eventright {
	padding: 0px 0;
	width: 120px;
	float: right;
	text-align: right;
}
/*
///////////////////////////////////////////////////////////////////
//////////////// PREVENT BOTTOM LINE IN IMGS
///////////////////////////////////////////////////////////////////
*/
img a {
border-bottom:0px dotted #333333;
}
img a:hover {
border-bottom:0px dotted #333333;
}
img a:visited {
border-bottom:0px dotted #333333;
}
/*
///////////////////////////////////////////////////////////////////
//////////////// BUTTON LAYOUT
///////////////////////////////////////////////////////////////////
*/
.button a {
	font-size:11px;
	display: block;
	border-left: 1px solid #a9c1cd;
	border-bottom: 1px solid #a9c1cd;
	border-right: 1px solid #a9c1cd;
	border-top: 1px solid #a9c1cd;
	padding: 2px 5px 2px 5px;
	background-color: #FFFFFF;
	color: #9E1414;
	text-decoration:none;
	width: 100px;
}
.button a:hover {
	padding: 2px 5px 2px 5px;
	border-left: 1px solid #a9c1cd;
	border-bottom: 1px solid #a9c1cd;
	border-right: 1px solid #a9c1cd;
	border-top: 1px solid #a9c1cd;
	background-color: #D6D6D6;
	color: #9E1414;
	width: 100px;
}
.button a:visited {
	padding: 2px 5px 2px 5px;
	border-left: 1px solid #a9c1cd;
	border-bottom: 1px solid #a9c1cd;
	border-right: 1px solid #a9c1cd;
	border-top: 1px solid #a9c1cd;
	color: #9E1414;
	width: 100px;
}
/*
///////////////////////////////////////////////////////////////////
//////////////// MENU LAYOUT
///////////////////////////////////////////////////////////////////
*/
.menu a {
	font-size:10px;
	font-weight:bold;
	display: block;
	border-bottom: 1px dotted #999999;
	padding: 5px 0px 3px 3px;
	margin-left:0px;
	background-color: #FFFFFF;
	color: #9E1414;
	text-decoration:none;
	width: auto;
}
.menu a:hover {
	font-weight:bold;
	border-bottom: 1px dotted #999999;
	background-color: #D6D6D6;
	color: #9E1414;
}
.menu a:visited {
	font-weight:bold;
	border-bottom: 1px dotted #999999;
	color: #9E1414;
}
.menu a:active {
	font-weight:bold;
	border-bottom: 1px dotted #999999;
	color: #9E1414;
}
/*
///////////////////////////////////////////////////////////////////
//////////////// SITEMAP LAYOUT
///////////////////////////////////////////////////////////////////
*/
.navi {
	display:block;
	width:600 px;
	padding-left: 20px;
	background-image:url(graphx/sitemap/navi.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.subnavi {
	display:block;
	width:600 px;
	padding-left: 20px;
	margin-left:30px;
	background-image:url(graphx/sitemap/subnavi.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.subnavipdf {
	display:block;
	width:600 px;
	padding-left: 20px;
	margin-left:30px;
	background-image:url(graphx/acroread.png);
	background-repeat:no-repeat;
	background-position:left;
}
.subnaviout {
	display:block;
	width:600 px;
	padding-left: 20px;
	margin-left:30px;
	background-image:url(graphx/sitemap/linkout.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.subject {
	display:block;
	width:600 px;
	padding-left: 20px;
	margin-left:60px;
	background-image:url(graphx/sitemap/subnavi.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.subjectpdf {
	display:block;
	width:600 px;
	padding-left: 20px;
	margin-left:60px;
	background-image:url(graphx/acroread.png);
	background-repeat:no-repeat;
	background-position:left;
}
.subjectout {
	display:block;
	width:600 px;
	padding-left: 20px;
	margin-left:60px;
	background-image:url(graphx/sitemap/linkout.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.subjectdl {
	display:block;
	width:600 px;
	padding-left: 20px;
	margin-left:60px;
	background-image:url(graphx/download.gif);
	background-repeat:no-repeat;
	background-position:left;
}
