// stijlen voor HTML-elementen
//
body {
	background-color:				#FFFFFF;
	background-image:				url('gif/background.jpg');
	background-repeat:				no-repeat;
	background-attachment:			fixed;
	background-position:			center center;
	padding:						0px;
	margin:							0px;
}

body, div, textarea {
	scrollbar-face-color:			#DBE8EA;
	scrollbar-shadow-color:			#FFFFFF;
	scrollbar-highlight-color:		#FFFFFF;
	scrollbar-3dlight-color:		#FFFFFF;
	scrollbar-darkshadow-color:		#FFFFFF;
	scrollbar-track-color:			#FFFFFF;
	scrollbar-base-color:			#FFFFFF;
	scrollbar-arrow-color:			#FFFFFF;
}

body, th, td, h1, h2, h3, p, div, a, li, input, textarea {
	font-family:					Verdana, Tahoma, Arial;
	font-style:						normal;
	font-variant:					normal;
	font-weight:					normal;
	font-size:						11px;
	color:							#000000;
	text-decoration:				none;
	vertical-align:					baseline;
	text-align:						left;
}

th {
	background-color:				#000000;
	font-weight:					bold;
	color:							#FFFFFF;
}

h1, h2, h3 {
	font-weight:					bold;
	vertical-align:					baseline;
	text-align:						center;
}

h1 {
	font-size:						15px;
}

h2 {
	margin-bottom:					0px;
	text-align:						left;
	font-style:						italic;
	font-size:						11px;
}

p {
	margin-top:						0px;
}

a:link {
	font-weight:					bold;
	color:							#808080;
	text-decoration:				underline;
}

a:visited {
	font-weight:					bold;
	color:							#808080;
	text-decoration:				underline;
}

a:hover {
	font-weight:					bold;
	color:							#808080;
	text-decoration:				underline;
}

a:active {
	font-weight:					bold;
	color:							#808080;
	text-decoration:				underline;
}

ul, ol {
	margin-top:						0px;
	margin-bottom:					0px;
}

input, textarea {
	background-color:				#000000;
	border:							1px solid #000000;
}

img {
	border:							none;
}

hr {
	color:							#000000;
	border:							1px solid #000000;
}

form {
	margin-top:						0px;
	margin-bottom:					0px;
}

// stijlen voor Class-elementen
//
.inputField {
	background-color:				#FFFFFF;
	color:							#000000;
	border:							1px solid #000000;
}

.inputButton {
	background-color:				#FFFFFF;
	font-weight:					bold;
	color:							#000000;
	border:							1px solid #000000;
	cursor:							hand;
}

.pagingActive {
	background-color:				#FFFFFF;
	color:							#000000;
}

.pagingInActive {
	color:							#808080;
	text-decoration:				underline;
}

.listEven {
	background-color:				#FFFFFF;
	color:							#000000;
}

.listUnEven {
	background-color:				#808080;
	color:							#000000;
}

div.header {
	text-align:						left;
	position:						absolute;
	left:							25px;
	top:							25px;
	width:							700px;
	height:							150px;
}

div.navigation {
	text-align:						right;
	position:						absolute;
	left:							25px;
	top:							200px;
	width:							165px;
	height:							auto;
}

div.content {
	background:						#DBE8EA;
	border:							1px solid #006570;
	padding:						10px;
	position:						absolute;
	left:							200px;
	top:							200px;
	width:							525px;
	height:							auto;
}

div.vlaggetjes {
	text-align:						left;
	position:						absolute;
	left:							650px;
	top:							25px;
	width:							100px;
	height:							50px;
}


// ongebruikte stijlen
//
/*
	margin-top:						0px;
	margin-right:					0px;
	margin-bottom:					0px;
	margin-left:					0px;
	margin:							0px;

	padding-top:					0px;
	padding-right:					0px;
	padding-bottom:					0px;
	padding-left:					0px;
	padding:						0px;

	border-top:						1px solid #000000;
	border-right:					1px solid #000000;
	border-bottom:					1px solid #000000;
	border-left:					1px solid #000000;
	border:							1px solid #000000;

	width:							0px;
	height:							0px;
}
*/
