/* CSS Document */
body {
	background-color: #000000;
	
}
body,td,th {
	color: #FFFFFF;
}

blockquote#adresgegevens {
	margin: 0;
	padding: 15px 12px;
	color: #fff;
	line-height: 1.4em;
}
/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 129px;
	right: auto;
	color: #FFFFFF;
	left: 748px;
	width: 205px;
	height: 14;
	z-index: 2;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
	color: #919999
}
#breadcrum {
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 129px;
	color: #ffffff;
	left: 220px;
	width: 341px;
	height: 14;
	z-index: 2;
	visibility: visible;
}

#breadcrum a{
	color: #ffffff;
}

#breadcrum a:hover{
	text-decoration: underline;
	color: #919999
}
/*****************frames**************************/

#content {
	position:absolute;
	left:214px;
	top:145px;
	width:737px;
	height:100%;
	z-index:1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#content a{
	color: #ffffff;
}

#content a:hover{
	text-decoration: underline;
	color: #919999
}
#topbutton {
	position:absolute;
	left:214px;
	top:10px;
	width:737px;
	height:135px;
	z-index:1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	
}


#pagenav {
	position:absolute;
	left:10px;
	top:146px;
	width:203px;
	height:430px;
	z-index:1;
	background-image: url(image/pagenav.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	visibility: visible;
}
a:visited {
	color: #999999;
}

#pageimage{
	position:absolute;
	left:10px;
	top:10px;
	width:203px;
	height:135px;
	z-index:1;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/************ sectionLinks styles **************/

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border: 1px none #FFFFFF;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	background-color: #161616;

}

#sectionLinks a:hover{
	
	background-color: #333333;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	
}


#sectionLinks a.active {
	padding-left: 10px 0px 2px 10px;
	color: #FFFFFF;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #999999;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
 font: 50% Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

