@charset "utf-8";
/* CSS Document */

* {
	vertical-align:baseline;
	border:0 none;
	outline:0;
	padding:0;
	margin:0;	
}
body {
	color:#FFF;
	background-color:#222F63;
	background-repeat: no-repeat;
	
}
a:link {
	color: #8092D2;
}
a:visited {
	color: #8092D2;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #8092D2;
}
tr:hover {
	background-color: #8092D2;
	cursor: pointer;
}
td {
	border: 1px solid #8092D2;
	padding: 5px;
}
/*h1 {
	font-size:6em;
	position:absolute;
	top:-0.1em;
	margin:20px 0 0 20px;
}*/
h1 {
	font-size:5.8em;
	position:absolute;
	top:-0.1em;
	margin:20px 0 0 18px;
}
.smallHeader {
	font-size:0.5em;
	vertical-align: text-top;
}
li {
	list-style-position: inside;
	list-style-type: square;
}
@font-face {
    font-family: 'ChalkboardRegular';
    src: url('chalkboard-webfont.eot');
    src: url('chalkboard-webfont.eot?#iefix') format('embedded-opentype'),
	url('chalkboard-webfont.woff') format('woff'),
	url('chalkboard-webfont.ttf') format('truetype'),
	url('chalkboard-webfont.svg#ChalkboardRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#outerWrapper {
	width:960px;
	height:600px;
	background-image:url(../images/layout/bos_desktop.jpg);
	position:relative;
	margin:20px auto 0px auto;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius: 20px;
	background-repeat: no-repeat;
}
#header {
	width:770px;
	height:160px;
	background-color:#222F63;
	position:relative;
	top:20px;
	left:170px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	-khtml-opacity:.9;
	opacity:.9;
	font-family:ChalkboardRegular;
}
#firstLineHeader {
	position:absolute;
	top:2.6em;
	left:0em;
	margin:20px 0 0 20px;
	font-size:1.4em;
}
#secondLineHeader{
	position:absolute;
	top:5.5em;
	left:0em;
	margin:20px 0 0 20px;
	font-size:1em;	
}
#contentWrapper {
	width:920px;
	height:370px;
	position:absolute;
	top:210px;
	left:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.7em;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	-khtml-opacity:.9;
	opacity: .9;
	line-height: 1.2em;
}
.contentCol {
	width:345px;
	height:355px;
	padding:5px 20px 10px 20px;
	float:left;
	overflow:hidden;
}
.contentOneCol {
	width:730px;
	height:355px;
	padding:5px 20px 10px 20px;
	float:left;
	overflow:hidden;
}
.inDent {
	padding-left:1em;	
}
/*.smallLetter{
	font-size:0.9em;
}*/
.floatRight{
	width: 150px;
	text-align: right;
	
}
.holderSmall ul li {
	list-style-type:none;
	float:left;
	margin:0 10px 10px 0;
	display: block;
	cursor: pointer;
}
.holderBig {
	text-align: center;
}
#logo {
	width: 130px;
	position: absolute;
	left: 20px;
	top: 530px;
}
#copyRight {
	position: absolute;
	height: 15px;
	width: 260px;
	left: 550px;
	top: 585px;
	text-align: right;
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
}
#statistiek {
	position: absolute;
	left: 830px;
	top: 582px;
	height: 15px;
	width: 80px;
}

