/* CSS Document */

/* ALGEMEEN--- XHTML en CLASSES specificaties-------------- ALGEMEEN-specificaties XHTML en CLASSES --------------------*/

body{
	margin:0;
	background-color:#6e6e6e;
	font-family: Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	color:#000000;
}
h1{
	font-family:inherit;
	font-size: 18px;
	line-height: 25px;
	font-style:normal;
	font-weight:bold;
	color:#000000;
}
h2{
	font-family:inherit;
	font-size: 16px;
	line-height: 22px;
	font-style:normal;
	font-weight:bold;
	color:#b9b9b9;
	}
h3{
	font-family:inherit;
	font-size: 13px;
	color:#000000;
	line-height: 18px;
	font-style:normal;
	font-weight:bold;
}
h4{
	font-family:inherit;
	font-size: 10px;
	color:#000000;
	line-height: 15px;
	font-style:normal;
	font-weight:bold;
}

hr{
	margin-top:12px;
	clear:both;
}

p{
	font-family:inherit;
	font-style:normal;
	font-size: 13px;
	line-height: 18px;
	color:#000000;
	
}
strong{
	font-family:inherit;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	line-height: 18px;
	color:#000000;
}

.kopintro{
	font-family:inherit;
	font-size: 16px;
	line-height: 30px;
	font-style:normal;
	font-weight:bold;
	color:#b9b9b9;
}

.intro{
	font-family:inherit;
	font-style:normal;
	font-size: 13px;
	line-height: 18px;
	color:#000000;
	margin-top: -5px;
	margin-bottom:-5px;
	list-style:none;	
}
.brood{
	font-family:inherit;
	font-weight: normal;
	font-style: normal;
}
.brooditalic{
	font-family:inherit;
	font-weight: normal;
	font-style: italic;
}
.broodbold{
	font-family:inherit;
	font-style: normal;
	font-weight: bold;
}


a{
	color:#6e6e6e;
	text-decoration: none;
	text-transform: inherit;
	font-size:inherit;
	font-weight:inherit;
}
a:link{
	color:#6e6e6e;
	text-decoration: none;
	text-transform: inherit;
	font-size:inherit;
	font-weight:inherit;
}

a:hover{
	color:#6e6e6e;
	text-decoration:underline;
	text-transform: inherit;
	font-size:inherit;
	font-weight:inherit;
}
a:active{
	color:#6e6e6e;
	text-decoration: none;
	text-transform: inherit;
	font-size:inherit;
	font-weight:inherit;
}

img{
	border:none;
}

/* WEB ALGEMEEN & STANDAARDPAGINA -LAYOUT specificaties---------------WEB ALGEMEEN & STANDAARDPAGINA DIV's--------------------*/


div#container{
	position:absolute;
	width: 955px;
	height: 100%;
	border: 0;
	margin: 0;
	padding:0;
	top: 0;
	left:50%;
	margin-left:-477px;
	background-image:url(../images/bg_container.jpg);
	background-repeat:repeat-y;
}

div#header{
	position:absolute;
	left: 0;
	top: 0;
	width: 955px;
	height:100px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

div#contenthouder{
	position:absolute;
	left: 0px;
	top: 100px;
	width: 955px;
	background-image:url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	
}
div#iefix{
	position:relative;
	float:right;
	top: 0px;
	width: 1px;
	height:470px;
	background-image:url(../images/transparant.gif);
	background-repeat: repeat-y;
	
	
}
div#content{
	position:relative;
	clear:right;
	left: 170px;
	top: 0px;
	min-height:500px;
	width: 460px;
	z-index:60;
}

div#imagelefttop{
	position:absolute;
	background-image:url(../images/bg-cirkels.jpg);
	left:0px;
	top:0px;
	width:650px;
	height:180px;
}

div#imageleft{
	position:absolute;
	background-image:url(../images/bg_haan.jpg);
	left:0px;
	bottom:0px;
	width:160px;
	height:220px;
}
div#imageright{
	position:absolute;
	background-image:url(../images/hfd-basis.jpg);
	left: 650px;
	top:75px;
	width:295px;
	height:480px;
	z-index:50;
}

div#footer{
	position:relative;
	bottom: 0px;
	left: 160px;
	width: 795px;
	height: 30px;
	background-image:url(../images/bg_voetregel.jpg);
	
}
div#voetregel{
	position:absolute;
	top: 10px;
	font-size: 9px;
	line-height: 18px;
	color:#999999;
	z-index:50;
}
	

/* MENU EN BUTTONS specificaties tekst en layout-----------------------------ALGEMEEN MENU EN BUTTONS-------------------*/

div#menuhouder{
	position:absolute;
	margin:0;
	top: 120px;
	left: 18px;
	width: 110px;
	text-align:right;
	z-index:20;
	background-image:url(../images/raster.gif);
	background-repeat:repeat-x;
	}

.btn {
	position:relative;
	font-size: 9px;
	line-height: 18px;
	height:20px;
	font-style:normal;
	font-weight:normal;
	color:#555555;
	text-transform:uppercase;
	cursor:pointer;
	z-index:25;
}
.btn a{
	color:#555555;
	text-decoration:none;
}
.btn a:hover{
	font-family:inherit;
	font-style:normal;
	color:#AA0000;
	text-decoration:none;

}	

.subbtn {
	position:relative;
	font-size: 10px;
	line-height: 18px;
	font-style:normal;
	font-weight:normal;
	color:#777777;
	text-transform:lowercase;
	cursor:pointer;
	z-index:25;
}
.subbtn a{
	color:#777777;
	text-decoration:none;
}
.subbtn a:hover{
	font-family:inherit;
	font-style:normal;
	color:#AA0000;
	text-decoration:none;

}

/* PORTFOLIO en DOEHETZELF specificaties tekst en layout-----------------------------PORTFOLIO specificaties tekst en layout-------------------*/

div#thumbnailhouder{
	position:relative;
	left: 89px;
	top: 0px;
	width:172px;
	height:283px;
	background-image:url(../images/bg-thumbnails.gif);
	background-repeat:no-repeat;
	z-index:60;
}

div#thumbnailtabel{
	position:relative;
	left: 2px;
	top: 78px;
	width:170px;
	height:238px;
}
div#dhzthumbtabel{
	position:relative;
	left: 2px;
	top: 158px;
	width:170px;
	height:238px;
}


div#pfimagehouder{
	position:relative;
	top: 19px;
	left: 0px;
	width: 450px;
	z-index:60;
}
div#dhzimagehouder{
	position:relative;
	top: 19px;
	left: 0px;
	width: 450px;
	border:thin solid #bbbbbb;
	z-index:60;
}


div#pfteksthouder{
	position:relative;
	left: 200px;
	top: 15px;
	width:250px;
	z-index:65;
}

.pftekst{
	font-family:inherit;
	font-style:normal;
	font-size: 11px;
	line-height: 16px;
	color:#000000;
}
.pfvet{
	font-family:inherit;
	font-style: normal;
	font-weight:bold;
	font-size: 10px;
	line-height: 16px;
	color:#000000;
}


