/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

BODY {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Tahoma;
  font: normal 11px Verdana;
  color: #000000;
  height:100%;
}


body A{text-decoration:underline; color:#000000;}
body A:ACTIVE{text-decoration:underline; color:#000000;}
body A:HOVER{text-decoration: underline; color:#000000;}
body A:VISITED{text-decoration: underline; color:#000000;}

.wrapper {
	position:relative;
	width:1003px;
  	color: #000000;
  	height: 550px;
  	background-color: #FFFFFF;
  	text-align:left;
	margin: 0 auto;
	margin-top: 50px;
}

.left {position: absolute; float:left; width:100%; top:590px; left:0; border-bottom:1px #000000 solid; background-color:transperant;}

.center {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -501px;
  	width:1003px;
  	color: #000000;
  	height: 580px;
  	/*margin: 0px auto;*/
  	background-color: #FFFFFF;
  	/*border:1px solid #666666;*/
  	text-align:left;
}

.top {
  position: absolute;
  left: 110px;
  top: 0;
  margin-top: 20px;
  width:865px;
  height: 69px;
  background-color:#ffffff;
  text-align:right;
  font: normal 18px Verdana;
}
.top a{text-decoration: none; color:#000000; font-size:18px;font-family: Verdana, Arial, Tahoma;}
.top a:active{text-decoration: none; color:#9e2935; font-size:18px;font-family: Verdana, Arial, Tahoma;}
.top a:visited{text-decoration: none; color:#000000; font-size:18px;font-family: Verdana, Arial, Tahoma;}
.top a:hover{text-decoration: none; color:#9e2935; font-size:18px;font-family: Verdana, Arial, Tahoma;}


.top a.active { 
text-decoration: none;
color:#9e2935;
font-size:18px;
font-family: Verdana, Arial, Tahoma;
} 


.top_ {
 	color: #aaaaaa;
	background-image: url(../images/top_.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position:center;
}

.covers {
  position: absolute;
  left: 95px;
  top:70px;
  width: 300px;
  height:420px;
  color: #000000;
  font-family: Verdana, Arial, Tahoma;
  text-align:left;
  margin:0;
  padding:0;
}

.content {
  position:absolute;
  left:450px;
  top:70px;
  width: 525px;
  height:420px;
  color: #000000;
  font-family: Verdana, Arial, Tahoma;
  text-align:justify;
}

.content A{text-decoration: none; color:#000000; font-size:12px;font-family: Verdana, Arial, Tahoma;}
.content A:HOVER{text-decoration: none; color:#000000; font-size:12px;font-family: Verdana, Arial, Tahoma;}
.content A:VISITED{text-decoration: none; color:#000000; font-size:12px;font-family: Verdana, Arial, Tahoma;}

.content2 {
  position:absolute;
  left:450px;
  top:70px;
  width: 525px;
  height:420px;
  color: #000000;
  font-family: Verdana, Arial, Tahoma;
  text-align:justify;
}

.content2 A{text-decoration: none; color:#000000; font-size:12px;font-family: Verdana, Arial, Tahoma;}
.content2 A:HOVER{text-decoration: none; color:#000000; font-size:12px;font-family: Verdana, Arial, Tahoma;}
.content2 A:VISITED{text-decoration: none; color:#000000; font-size:12px;font-family: Verdana, Arial, Tahoma;}


.content2 ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

.content_vw {
  position:absolute;
  left:450px;
  top:70px;
  width: 525px;
  height:420px;
  color: #000000;
  font-family: Verdana, Arial, Tahoma;
  text-align:justify;
  overflow-y:scroll;
  padding-right:10px;
}
/*
.content p {font-size:11px;}
*/
.contentbeheer {
  position:absolute;
  left:100px;
  top:70px;
  width: 900px;
  height:420px;
  color: #000000;
  font-family: Verdana, Arial, Tahoma;
  text-align:justify;
}

.contentbeheer A{text-decoration: none; color:#000000; font-size:12px;font-family: Verdana, Arial, Tahoma;}
.contentbeheer A:HOVER{text-decoration: none; color:#000000; font-size:12px;font-family: Verdana, Arial, Tahoma;}
.contentbeheer A:VISITED{text-decoration: none; color:#000000; font-size:12px;font-family: Verdana, Arial, Tahoma;}

.links {
  left:0px;
  width: 55px;
  height:550px;
  background-image:url(../images/banner_links.jpg);
  margin-top: 0px;
  clear: both;
  color: #000000;
  font-family: Verdana, Arial, Tahoma;
  text-align:left;
}

.bottom {
  position: absolute;
  left: 110px;
  bottom:0px;
  margin-bottom: 1px;
  width:880px;
  height: 50px;
  background-color:#ffffff;
  text-align:right;
  font-size:11px;
}

.bottom A{text-decoration: none; color:#000000; font-size:11px;}
.bottom A:HOVER{text-decoration: none; color:#000000; font-size:11px;}
.bottom A:VISITED{text-decoration: none; color:#000000; font-size:11px;}

.creatie {
  position: absolute;
  left: 110px;
  bottom:0px;
  margin-bottom: 1px;
  width:880px;
  height: 10px;
  background-color:#ffffff;
  text-align:right;
  font-size:11px;
}

.creatie A{text-decoration: none; color:#000000; font-size:11px;}
.creatie A:HOVER{text-decoration: none; color:#000000; font-size:11px;}
.creatie A:VISITED{text-decoration: none; color:#000000; font-size:11px;}

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

.title{
margin:0;
padding:0;
color: #9e2935;
font-size:18px;
font-weight:bold;
}

.klant{
margin:0;
padding:0;
color: #9e2935;
font-size:12px;
font-weight:bold;
}
.realisatie{
margin:0;
padding:0;
font-size:12px;
font-weight:bold;
}
.project{
margin:0;
padding:0;
font-size:11px;
}

.wizz{
color: #b1b1b1;
font-size:10px;
text-align:right;
}
.wizz A{text-decoration: none; color:#b1b1b1; font-size:10px;}
.wizz A:HOVER{text-decoration: none; color:#000000; font-size:10px;}
.wizz A:VISITED{text-decoration: none; color:#b1b1b1; font-size:10px;}


.print{
	float: right;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

