/* CSS Document */
body {
	background-image:  url(../images/structure/achtergrond.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}

body{
	scrollbar-face-color:#F5F5F5;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#CFCFCF;
	scrollbar-shadow-color:#DFDFDF;
	scrollbar-darkshadow-color:#EFEFEF;
	scrollbar-track-color:FBFBFB;
	scrollbar-arrow-color:8F8F8F;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #777777;
	text-decoration: none;
	text-align: justify;
}

p, table, tr, td, div {
	font-weight : normal;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color : #FFFFFF;
	font-size :12px;
	text-decoration: none;
	letter-spacing: 0.04em;
	word-spacing: 0.1em;
	line-height: 18px;		
}

a, a hover{
	font-weight : normal;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color : #777777;
	font-size :12px;
	text-decoration: underline;
	letter-spacing: 0.04em;
	word-spacing: 0.1em;
	line-height: 18px;
	text-align: justify;		
}

.img {
	border: 1px solid #000000;
}

textarea, text, select, option, button, submit, input {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	padding: 0px;
	font-size: 10px;
	color: #000000;
	border: inset 0px;
    border-color: #000000;
    background-color: #FFFFFF;
    wrap-color: #000000;
}

table {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: 0.03em;
	word-spacing: 0.1em;
	line-height: 20px;
}	

.kop {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 14;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.02em;
	word-spacing: 0.07em;

}

.subkop {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 14;
	font-weight: bold;
	color: #EF0A00;
	letter-spacing: 0.02em;
	word-spacing: 0.07em;

}

hr {
   color: #A2D701;
   size: 1px;
}

