*
{
	padding:0;
	margin:0;
}

html, body{
	font: 86% "Trebuchet MS", Geneva, Verdana ;
	color: #747474;
	background: #f3f4ec url(../images/bg-t.png) fixed;
	margin:0;
	padding:0;
}

p{margin:5px 0;}

#wrapper{
	width:910px;
	height:570px;
	margin-top: -285px; /* half of height */
	margin-left: -455px; /* half of width */
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: visible;
}

#container{
	width:900px;
	margin:0 auto;
}



.warning
{
	width:100%;
	color:#fff;
	top:0;
	position:fixed;
	background: #f40000;
	margin:0;
	text-align:center;
	padding:4px 4px 4px 4px;
	border-bottom:1px solid #c60000;
	font-size:11px;
	z-index:999;
}


#boxmodel{margin:0px}
#boxmodel fieldset{border:none;}
#boxmodel legend{display:none;}

.project{
	background: transparent url(../images/shade.png) no-repeat top left;
	width: 300px;
	display: block;
	float: left;
	height:220px;
}

.project h1{
	font-size:16px;
	font-weight:normal;
}

.beeld{
	width:270px;
	height: 195px;
	position:relative;
	top:6px;
	left:6px;
	clear:both;
}

.beeld img{display:none;}

.beeld a{
	float:left;
	width:270px;
	height: 195px;
	z-index:1;
	border:none;
	z-index: 2;
	background: transparent url(../images/imgmap.gif) no-repeat top left;
}

.beeld a:hover, a:active{
	border:none;
	z-index: 2;
	background: transparent url(../images/imgmap-o.gif) no-repeat top left;
}

.info{
	width:263px;
	margin-top:20px;
	padding-left:12px;
}

a span{
	z-index:0;
}

#laag{
	z-index:0;
}

#thumbnails{
	margin-left:4px;
	display:block;
	float:left;
	margin-top:10px;
}


.thumb{
	padding:2px 4px 4px 2px;
	width:133px;
	height:96px;
	display:block;
	float:left;
	margin-right:8px;
	margin-bottom:7px;
	background: transparent url(../images/bg.thumb.gif) no-repeat top left;
}

.thumb a img {
	border:1px solid #fff;
}

.thumb  a:hover img{
	border:1px solid #353628;
}

#danny{
	float:left;
	width:270px;
	margin-left:1px;
}

.weg{
	display:none;
}

/* 
 * todo kan later verwijdert worden..
 * 
 */

#beschikbaar{
	position:fixed;
	padding:0px;
	top:20%;
	left:0px;
	display:block;
	float:left;
	width:280px;
	height:205px;
	z-index:998;
}


#box {
	background: transparent url(../images/todo.png) repeat-y top left;
	display: none;
	padding-left:5px;
}

#footer{
	height:25px;
	width:100%;
	position: absolute;
	bottom:0px;
	left:0;
	color:#353628;
}

.foot{
	margin:0 auto;
	text-align: left;
	padding-left:15px;
	font-size:0.9em;
}

.foot a{
	color:#353628;
	text-decoration:underline;
}

.foot a:hover{
	color:#353628;
	text-decoration: none;
}

.footer-colm{
	color:#f3f4ec;
	width:270px;
	height:110px;
	margin-top:25px;
	border-right:1px solid #5b5c4f;
	margin-right:36px;
	display:block;
	float:left;
}
.footer-colm a{
	color:#f3f4ec;
}

.tools{
	position:fixed;
	top:0px;
	right:0;
	z-index:999;
}


