/* reset */
*{border:none;color:#000;font-family:Helvetica, Arial, sans-serif;font-size:12px;line-height:20px;list-style:none;margin:0;padding:0;text-align:left;text-decoration:none}
/* main classes */

body {
	color:#000;
	background:#FAF9F5;
}
body.blauw {
	background: #339;
}
body.rood {
	background: #C00;
}
body.groen {
	background: #093;
}
a, input, textarea{
	border: none;
	outline: none;
}
a:link, a:visited{
	background: #000;
	color: #FAF9F5;
	padding: 0 2px;
}
a:hover, a:active{
	background: #FFF;
	color: #000;
}
a.active {
	background: #000;
	color: #FAF9F5;
}
p {
}
h1, h2, h3, h4, h5, h6, p{
	margin-top: 20px;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
h6 {
	background: #000;
	color: #FAF9F5;
	font-size: 12px;
	padding: 0 2px;
}
#list h1, #list h2, #list h3, #list h4, #list h5, #list h6, #list p, #media h1, #media h2, #media h3, #media h4, #media h5, #media h6, #media p, #thumbs p {
	margin-top: 0;
}
a.imagelink:link, #list a.imagelink:visited{
	background: none;
}
table{
	border-collapse: collapse;
}
thead{
	/* border-top:1px solid #000;
	border-bottom: 1px solid #000; */
}
tbody tr{
	cursor: pointer;
}
td, th span{
	padding: 0 2px;
	text-align: left;
	vertical-align:top;
	font-size:11px;
}
tr.pastdate {
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 	-moz-opacity: 0.70;
	opacity:0.7;
}
th{
	cursor: pointer;
	font-weight: bold;
}
th span{
	color: #000;
}
thead tr th.headerSortUp span, thead tr th.headerSortDown span, th.header:hover span{
	background: #000;
	color:#fff;
}
th.right, td.right{
	text-align: right;
}
tbody tr:hover{
	background: #FFF;
}
tbody td span, td.time, th.time{
display:none;
}
/* layout */
#wrap{
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 5;
}
#mainwrap{
	margin:0 auto;
	position:relative;
	text-align:center;
	width:980px;
}
#header{
	height:105px;
	left:0;
	position: relative;
	top:0;
	width: 980px;
}
#logo {
	display:block;
	height:71px;
	left:0;
	position: absolute;
	top:25px;
	width:142px;
}
#logo h1{
	display: none;
}
#logo a:link, 
#logo a:visited, 
#logo a:hover, 
#logo a:active{
	background: none;
	padding: 0;
}
#contentwrap{
	left:0;
	margin-bottom: 30px;
	position: relative;
	top:0;
	width: 980px;
}
#left, #middle, #right{
	float:left;
	margin-right:70px;
}
#left{
	background: url(/images/streep1.png) no-repeat left top;
	width:220px;
}
#middle{
	background: url(/images/streep4.png) no-repeat left top;
	width:400px;
}
#middle img {
	margin: 15px 0 0 0;
}
#right{
	background: url(/images/streep5.png) no-repeat left top;
	margin-right: 0px;
	width:220px;
}
.item{
	padding-bottom:20px;
	background: url(/images/streep6.png) no-repeat left bottom;
}
.images {
	display:block;
	width:420px;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #000;
	padding: 5px;
	opacity: 0.90;
	width: 250px;
}
#tooltip h3, #tooltip div { 
	margin: 0;
	padding:0;
	font-size:11px;
	line-height:17px;
color:#FFF;
}
#tooltip span, #tooltip strong, #tooltip br{
	font-size:11px;
	line-height:17px;
color:#FFF;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
/* menu */
.nav {
	margin-top: 20px;
}
.nav li {
}
.nav li a:link, 
.nav li a:visited, 
.nav li a:hover, 
.nav li a:active{
	background: none;
}
.nav li a span{
	display: none;
}
.border70{
	background: url(/images/streep2.png) no-repeat left top;
	margin-top:0px;
	padding-top: 11px;
}
.border30{
	background: url(/images/streep3.png) no-repeat left top;
	margin-top:0px;
	padding-top: 11px;
}


/* forms en buttons */
#zoekbox{
}
form{
}
fieldset {
}
input#zoek{
}
#form_submit{
}
#form_submit:hover{
}
label{
}
.check {
}
.idleField{
}
/* Clearen van floats */
.clear{
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	width:0;
}
.clearfix{
	display:inline-block
}
* html .clearfix{
	height:1%
}
.clearfix{
	display:block
}