/**************** Tags ****************/ 

body, p, td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body,p,ul,ol,h1,h2,h3{
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
	background-color: #000000;
}
hr {
	color: #414141;
	height: 1px;
	border: 0;
	background-color: #414141;
}
a {
	color: #2fa7d9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #6d6e71;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize:none;
}
input[type=text] {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

/**************** Classes ****************/ 

.topbar {
	color: #6d6e71;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 11px;
}
.topbar:hover {
	text-decoration: none;
}
.topbarrood {
	color: #FFFFFF;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 11px;
}
.topbarrood:hover {
	text-decoration: none;
}
.bestpoint {
	font-size: 10px;
	color: #d57c00;
	text-decoration: none;
}
.bestpoint:hover {
	color: #FFFFFF;
}
.btnzoek {
	height: 20px;
	width: 38px;
	background-color:#6d6e71;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/zoek.gif);
	position: absolute;
	right: 0px;
	top: 1px;
	cursor: pointer;
}
.zoekveld {
	width: 150px;
	height: 18px;
	position: absolute;
	left: 5px;
	top: 0px;
	border-color: #003c74; border-width: 1px;
}

/**************** Div's ****************/ 

#master {
	width: 903px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#logocontainer {
	width: 903px;
	height: 125px;
	position: relative;
	background-color: #6d6e71;
}
#menucontainer {
	width: 903px;
	height: 27px;
	position: relative;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
}
#contentcontainer {
	width: 903px;
	min-height: 700px;
}
#contentbglow {
	width: 903px;
	min-height: 700px;
	background-image: url(../images/bglow.jpg);
	background-repeat: no-repeat;
}
#contentbghigh {
	width: 903px;
	min-height: 700px;
	background-image: url(../images/bghigh.jpg);
	background-repeat: no-repeat;
}
#logo {
	width: 191px;
	height: 98px;
	position: absolute;
	top: 18px;
	left: 35px;
}
#zoekveld {
	width: 200px;
	height: 20px;
	position: absolute;
	top: 80px;
	right: 10px;
}
#flashcontainer {
	width: 98px;
	height: 279px;
	position: absolute;
	top: 27px;
	right: -47px;
}
#menu {
	width: 654px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#contenttop {
	width: 903px;
	height: 60px;
	position: relative;
}
#contentleft {
	width: 275px;
	min-height: 640px;
	position: relative;
	float: left;
	height: 665px;
}
#content {
	width: 550px;
	min-height: 640px;
	position: relative;
	float: left;
}
#clear {
	width: 0px; 
	height: 0px; 
	clear: both; 
	line-height: 0px; 
	font-size: 0px;
}
#flash01 {
	width: 96px;
	height: 96px;
	position: absolute;
	left: 1px;
	top: 54px;
	background-color: #6d6e71;
}
#flash02 {
	width: 96px;
	height: 96px;
	position: absolute;
	left: 1px;
	top: 182px;
	background-color: #6d6e71;
}
#contentbottomspacer {
	width: 550px;
	height: 125px;
	position: relative;
}
#powered {
	width: 250px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
}
#powered a {
	font-size: 12px;
	color: #6b8681;
	text-decoration: none;
}