.text { 
	font-size: 11px; 
	font-family: Verdana; 
	color:#FFFFFF; 
	text-decoration: none; 
	font-weight:bold;
}
.intro { 
	font-size: 12px; 
	font-family: Geneva; 
	color:#FFFFFF; 
	text-decoration: none; 
	font-weight:bold; 
	letter-heigth:200%;
}
.title{ 
	font-size: 11px; 
	font-family: Geneva; 
	color:#4A1602; 
	text-decoration: none; 
	font-weight:bold; 
	letter-spacing:1; 
	height:20; padding-left:5; 
	border: 1px solid #A63F02;
}
li {
	list-style:url(beeld/li.gif);
}
td {
	font-size: 11px; 
	font-family: Verdana; 
	color:#000000; 
	text-decoration: none; 
	font-weight:bold;
}

body {
scrollbar-face-color:#3A1200;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color: #000000;
	scrollbar-highlight-color: #341901;
	scrollbar-darkshadow-Color: #FFFFFF;
	background-color:#000000;
	color:# FFFFFF ;
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
}

a {
	color : #FFFFFF; 
	text-decoration: none;
}
a:visited {
	color : #FFFFFF; 
	text-decoration: none;	
}
a:hover{
	color : #FFFFFF;  
	text-decoration: underline;
}

a.nav { 
	font-size: 11px; 
	color:#FFFFFF; 
	text-decoration: none; 
	font-weight:bold;
}
a:active.nav { 
	font-size: 11px; 
	color:#FFFFFF; 
	text-decoration: none; 
	font-weight:bold; 
	background-color:#F3F3B6;
} 
a:visited.nav { 
	font-size: 11px; 
	color:#FFFFFF; 
	text-decoration: none; 
	font-weight:bold;
}
a:hover.nav { 
	font-size: 11px; 
	color:#FFFFFF; 
	text-decoration: none; 
	font-weight:bold; 
	background-color:#F3F3B6;
}

input {
	border: solid black;                 /* this defines the lay-out of every input field */
	color: #000000;               
	border-width: 1;
	background-color:  transparent; 
	font-size: 10px;
}

input.Ja_Nee {
	background-color: transparent;
} 	   /* set the same color as the table background 
                                                  this defines the color around the Ja/nee radio buttons*/

textarea {
	border: solid black;               /* this defines the lay-out of every textarea */
	font-family: Verdana;
	font-size: 11px;
	 color: #000000;
	  border-width: 1;
	  background-color: transparent;
}
		  
.txtbottom {  
	font-family: Verdana; 
	font-size: 9px; color: #CCCCCC;
}

.back {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:  url(images/interface-03.jpg);
	background-color:#DDC695;
	margin: 0px;

}
.back_intro {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:  url(images/interface-03.jpg);
	background-color:#000000;
	margin: 0px;

}
.backtop {  
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: center top; 
	background-image: url(beeld/top.jpg);
}
.back_frame { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: left top; 
	background-image: url(beeld/bgiframe.jpg);
}

.border {
	border: 2px solid #666666;
}
.noborder {
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}

.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	text-decoration:none;
	color:#000000;
	width:140px;
	padding:2px;
	background: url(beeld/buttons.jpg);
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
}
