#hoofdblok { 
	position: absolute;
	width: 900px;
 	height: 560px;
	left: 50%;
	top: 50%;
	margin-left: -450;
	margin-top: -275;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
} 


#links {
	position:absolute;
	text-align: left;
	left:600px;
	top:15px;
	width:180px;

} 


#tekstblok {
	position:absolute;
	text-align: left;
	left:215px;
	top:75px;
	width:580px;

} 



#tekstzoek {
	position:absolute;
	text-align: left;
	left:215px;
	top:75px;
	width:580px;

} 


#menublok {
	position:absolute;
	left:12px;
	top:180px;
	text-align: left ; 



} 

#menublokform {
	position:absolute;
	left:160px;
	top:35px;
	text-align: left ; 



} 

#moduleblok {
	position:absolute;
	text-align: left;
	color: white;
	left:125px;
	top:95px;
	width:550px;
	height:360px;
	border-style: none;
	padding: 0px;
	border-width: 2px;
} 
#voorbeeldblok {
	position:absolute;
	text-align: left;
	left:88px;
	top:110px;
	width:450px;
} 



#voorbeeldblokbottom {
	position:absolute;
	left:80px;
	top:448px;
	
}

#portfolio {
	position:absolute;
	left:575px;
	top:411px;
}

P { color: #000000; font-family: Verdana; font-size: 10pt; }

a { color: #000000;}

td { color: #000000; font-family: Verdana; font-size: 10pt; }
H5 {color: black; font-family: Verdana; font-size: 10pt font-weight: Bold; text-align: justify;}

H2 {color: black; font-family: Verdana; font-size: 10pt font-weight: Bold}

ul { list-style-type: disc; margin-top:0cm; color: black; font-family: Verdana; font-size: 10pt}


body {  text-align:center; fontcolor: black; color: background-color: #FFFFFF; 
 link:#000000 vlink="#000000" alink="#000000"!important  }



/* ---Home--------------------------------------------------*/

a.knop:link, a.knop:visited {
	display: block;
	text-align: center ; 
	text-decoration: none;
	line-height: 20px;
	height: 20px ;
	width: 180px ;
	font-family: Verdana;
	color: #FFFFFF;
	background: url(images/knop.gif) no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;}

a.knop:hover {color: #ff0000; }

a.knop:active {
	font-family: Verdana;
	color: #FC6401;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
background: url(images/knop1.gif) no-repeat;
}

a.knop1:link, a.knop1:visited {
	display: block;
	text-align: center ; 
	text-decoration: none;
	line-height: 20px;
	height: 20px ;
	width: 180px ;
	font-family: Verdana;
	color: #FC6401;
	background: url(images/knop1.gif) no-repeat;
font-size: 10px;
	font-weight: bold;
	color: #FCFBB3;
}

a.knop1:hover {color: #ff0000; }

a.knop3:link, a.knop3:visited {
	display: block;
	text-align: center ; 
	text-decoration: none;
	line-height: 14px;
	height: 8px ;
	width: 120px ;
	font-family: Verdana;
	color: #FC6401;
	background: url(images/knop.gif) no-repeat;
font-size: 9px;
	font-weight: bold;
	color: #FCFBB3;
}

a.knop3:hover {color: #ff0000; }


a.knop2:link, a.knop2:visited {
	text-align: center ; 
	text-decoration: none;
	line-height: 20px;
	height: 20px ;
	width: 180px ;
	font-family: Verdana;
	color: #FFFF000;
background: url(images/knop.gif) no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF000;
}



/*-----KNOPPEN MODULE----------------------*/



/*------	width: 100px;  -----*/



/* ---FORMULIERDEFINITIE--------------------------------------------------*/

form
    {
    border-width: 0px;
    border-style: dashed;
    border-color: #cccccc;

    padding: 0px;
    width: 450px;
    
    font-family: Verdana;
    font-size: x-small;
    }

label
    {
    float: left;
    width: 115px;
    text-align: right;
    
    margin-right: 15px;
    }

input
    {
    background-color: #f5f5f5;

    font-size: x-small;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    margin-bottom: 1px;
    }

select
    {
    width: 120px;
    font-size: x-small;
    background-color: #f5f5f5;
    
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    
    margin-bottom: 1px;
    }

textarea
    {
    width: 250px;
    height: 50px;
    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    font-family: Verdana;
    font-size: 8pt;
    margin-bottom: 10px;
    }


