BODY {
	background-attachment		: fixed;
	margin						: 0px;
	background-image			: url(../img/bg.jpg);
	background-repeat			:repeat-y;
	background-position			:center;
	background-color			:#F7F7F7;
}

TD {
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 11px;
	line-height     : 18px;
	font-style      : normal;
	color           : #000000;
	letter-spacing  : 0px;
}

.tekst {
	letter-spacing  : 5px;
	padding-left    : 10;
	padding-right   : 10;
	padding-top     : 10;
	padding-bottom  : 10;
}

.tekst_klein {
	font-size       : 10px;
}


.tekst_klein_grijs {
	font-size       : 10px;
	color			: #767676;
}


.tekst_rood {
	color       : #F61A13;
}

.tekst_wit {
	color       : #FFFFFF;
}

.cursor {
	cursor          : hand
}


INPUT {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	background: #FFFFFF;
	border-width: 1;
	border-color: #767676; 
	border-style: solid; 
}

.textarea {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
	background: #FFFFFF;
	border-width: 1; 
	border-color: #767676; 
	border-style: solid; 
	scrollbar-base-color : #FF0000;
	 scrollbar-face-color : #FFFFFF;
	 scrollbar-shadow-color : #C0C0C0;
	 scrollbar-highlight-color : #FFFFFF;
	 scrollbar-3dlight-color : #CCCCCC;
	 scrollbar-darkshadow-color : #FFFFFF;
	 scrollbar-arrow-color : #C0C0C0;
	 scrollbar-track-color : #FFFFFF;
	 overflow: auto;
}


.checkbox {
	color : #F4F4F4;
	font-family : Verdana;
	font-size : 11px;
	border-width: 1; 
	border-color: #F4F4F4; 
	border-style: solid; 
	background: #F4F4F4; 
}
INPUT.button {
	color : #000000;
	cursor: hand;
	text-align: center;
	font-family : Verdana;
	border-color: #767676;
	font-size : 10px;
}
.radio {
	color : #F4F4F4;
	font-family : Verdana;
	font-size : 11px;
	border-width: 1; 
	border-color: #F4F4F4;; 
	border-style: solid;
	background: #F4F4F4; 
}




IMG {
	border			: 0px;
}

A {
	text-decoration : underline;
	color           : #000000;
}
A:HOVER {
	text-decoration : underline;
	color           : #767676;
}


A.2 {
	text-decoration : underline;
	color           : #767676;
}
A.2:HOVER {
	text-decoration : underline;
	color           : #F61A13;
}

A.3 {
	text-decoration : underline;
	color           : #767676;
}
A.3:HOVER {
	text-decoration : underline;
	color           : #F61A13;
}

.locatie {
	font-size: 10px;
}
