/* Styles voor content frames */

/* Scrolbars */
body 	{ 
	scrollbar-arrow-color : #993300; 
	scrollbar-darkshadow-color : #993300; 
	scrollbar-3dlight-color : #993300; 
	scrollbar-base-color : #FFFFFF; 
	scrollbar-face-color : #FFFFFF; 
	scrollbar-highlight-color : #FFFFFF; 
	scrollbar-shadow-color : #993300; 
	scrollbar-track-color : #FFFFFF; 
	}


/* Links */
A:link {text-decoration:none}
A:visited {text-decoration:none}
A:hover {text-decoration:underline}
A:active {text-decoration:none}

/* Teksten */
.kop 	{  font-family: "Times New Roman", Times, serif; font-size: 15pt; font-weight: bold; color: #AA3300 }
.kop_nav{  font-family: "Times New Roman", Times, serif; font-size: 15pt; font-weight: bold; color: #662200 }
.tekst 	{  font-family: "Times New Roman", Times, serif; font-size: 13pt; font-style: normal; color: #993300}
.tekst_cursief 	{  font-family: "Times New Roman", Times, serif; font-size: 13pt; font-style: italic; color: #993300}
.tekst_vet {  font-family: "Times New Roman", Times, serif; font-size: 13pt; color: #993300; font-weight: bold}
.citaat {  font-family: "Times New Roman", Times, serif; font-size: 13pt; font-style: italic; color: #993300}
.link 	{  font-family: "Times New Roman", Times, serif; font-size: 13pt; font-weight: bold; color: #662200}
.pop_up {cursor: help } 
.author {  font-family: "Times New Roman", Times, serif; font-size: 13pt; font-style: italic; font-weight: bold; color: #662200}
.kop_sub {  font-family: "Times New Roman", Times, serif; font-size: 13pt; font-weight: bold; color: #aa3300; font-style: italic}
.kop_sub-sub { font-family: "Times New Roman", Times, serif; font-size: 13pt; font-weight: normal; color: #aa3300; font-style: italic }

/* Forms */
.f_radio , .f_check 
	{
	border: 		solid 0px;
	background-color: 	white;
	color: 			#993300;
	}

.f_text {
	border: 		solid 1px;
	background-color: 	white;
	font-family: 		"Times New Roman", Times, serif;
	font-size:		13pt; 
	font-style:		normal;
	font-weight:		normal;
	text-decoration:	none; 
	color:			#993300;
	}

.f_select {
	border:			solid 1px;
	background-color:	white;
	font-family:		"Times New Roman", Times, serif;
	font-size:		13pt; 
	font-style:		normal;
	font-weight:		normal;
	text-decoration:	none; 
	color:			#993300;
	}


INPUT 	{
	border:			solid 2px;
	background-color:	white;
	text-decoration:	none;
	font-weight:		bold;
	font-family:		"Times New Roman", Times, serif;
	font-size:		13pt; 
	color:			#993300;
	}
