/* reset */
*{border:none;color:#FFF;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 */
html {
	height:100%;
	min-height: 100%;
	width:100%;
	height: auto !important;
}
body {
	height:100%;
	width:100%;
	min-height: 100%;
	height: auto !important;
	color:#000;
	overflow:auto;
	background:#141414;
}

object{
	display: block;
	margin: 0 0 15px 0;
}
a, input, textarea{
	border: none;
	outline: none;
}
a:link, a:visited{
	background: #FFF;
	color: #141414;
	padding: 0 2px;
}
a:hover, a:active{
	background: #000;
	color: #FFF;
}
a.active {
	background: #FFF;
	color: #141414;
}
p {
}
h1, h2, h3, h4, h5, h6{
	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: #FFF;
	color: #141414;
	font-size: 12px;
	padding: 0 2px;
}
table{
	border-collapse: collapse;
	width: 100%;
}
thead{
	/* border-top:1px solid #000;
	border-bottom: 1px solid #000; */
}
tbody tr{
	cursor: default;
}
td, th span{
	padding: 0 2px;
	text-align: left;
}
th{
	cursor: pointer;
	font-weight: bold;
}
th span{
	color: #fff;
}
thead tr th.headerSortUp span, thead tr th.headerSortDown span, th.header:hover span{
	background: #FFF;
	color:#000;
}
td{
}
th.right, td.right{
	text-align: right;
}
tbody tr:hover{
	background: none;
}
/* layout */
#wrap{
	height: 100%;
	left: 0px;
	overflow:auto;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 5;
}
#mainwrap{
	margin:0 auto;
	overflow:hidden;
	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;
}
#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_h.png) no-repeat left top;
	width:220px;
}
#middle{
	background: url(/images/streep4_h.png) no-repeat left top;
	width:400px;
}
#middle img {
	margin: 15px 0 0 0;
}
#middle #thumbs img{
	margin: 0;
}
#right{
	background: url(/images/streep5_h.png) no-repeat left top;
	margin-right: 0px;
	width:220px;
}
.item{
	padding-bottom:20px;
	background: url(/images/streep5_h.png) no-repeat left bottom;
}
.images a:link, .images a:visited, .images a:hover, .images a:active{
	display:block;
	height:143px;
	width:190px;
	float:left;
	padding:0;
	margin:5px 20px 0 0;
	overflow:hidden;
	background:none;
}
/* 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_h.png) no-repeat left top;
	margin-top:0px;
	padding-top: 11px;
}
.border30{
	background: url(/images/streep3_h.png) no-repeat left top;
	margin-top:0px;
	padding-top: 11px;
}
#thumbs h2{
	margin-bottom: 5px;
}
#thumbs li{
	display: inline;
	float: left;
	position: relative;
	margin-bottom: 20px;
	line-height: 0;
}
#thumbs li a{
	padding: 0;
	line-height: 0;
}
#thumbs li a:link, 
#thumbs li a:visited, 
#thumbs li a:hover, 
#thumbs li a:active{
	background: none;
}
#thumbs li p{
	position: absolute;
	display:block;
	width:170px;
	line-height: 30px;
	padding: 0 10px;
	background: url(../images/macFFBgHack.png) repeat left top;
	top:0;
	left:0;
	height: 100%
}
/* 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
}
