﻿/* Kleurenoverzicht
		Rood		#red
		Blauw		#blue	
*/

body {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	color: Black;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	scrollbar-3dlight-color : white;
	scrollbar-arrow-color : #B4BDEB;
	scrollbar-base-color : white;
	scrollbar-darkshadow-color : #B4BDEB;
	scrollbar-face-color : white;
	scrollbar-highlight-color : #B4BDEB;
	scrollbar-shadow-color : white;
	scrollbar-track-color : white;
}

TABLE {
	background: transparent;
}

td {
	background: transparent;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h1 {font-size: 20px; color : #E60018;}
h2 {font-size: 18px;	color : #E60018;}
h3 {font-size: 12px; font-weight: bold;}
h4 {font-size: 20px; font-weight: bold; color : #999999;}
b {
	color: #878787;
}	
A:visited {text-decoration: none; color: #C02D28;}
A:link {text-decoration: none; color: #C02D28;}
A:active {text-decoration: none; color: #C02D28;}
A:hover {text-decoration: underline; color: Red;}
	
LI,UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-image: url(images/htclogo.gif);
	text-align: left;
}

HR {height: 1pt; color: #979797;}

.titel {
	border: 1px solid #676767;
	margin: 15px;
	padding: 5px;
	
}

	
.border {

	border-width:3px; 
	border-color:#696969; 
	border-style: double;
}	

.single_border {
	border-width:1px; 
	border-color:#00008B; 
	border-style: solid;
}

.noborder {
	border: thin;
	border-style: none;
	border-color: #B4BDEB;
	}

.htc_blauw{
	background: #354C8B;
}

Select {
	background: transparent;
	border: solid;
	border-width:1px; 
	border-color:#FF0033;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	}
	
Input,textarea {
	border: solid;
	border-width:1px; 
	border-color:#B4BDEB;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	}



.inspring {
	padding: 10pt;
}

.lborder {
	border: 1px solid #979797;
}

.pagetitle {font-size: 20px; color : #E60018; vertical-align: middle; font-weight: bold;
line-height: 35px;}