#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;
	fontcolor: white;
} 


#voorbeeldA {
	position:absolute;
	left:435px;
	top:100px;
	
}
#voorbeeldB {
	position:absolute;
	left:630px;
	top:100px;
	
}

#voorbeeldC {
	position:absolute;
	left:435px;
	top:240px;
	
}#voorbeeldD {
	position:absolute;
	left:630px;
	top:339px;
	
}

#voorbeeldE {
	position:absolute;
	left:615px;
	top:100px;
	
}


#voorbeeldF {
	position:absolute;
	width:800px;
	left:35px;
	top:90px;
	
}

#menublok {
	position:absolute;
	left:150px;
	top:30px;
	text-align: left ; 

} 


#tekstblok {
	position:absolute;
	text-align: left;
	color: white;
	left:75px;
	top:105px;
	width:350px;
	height:360px;
	border-style: none;
	padding: 8px;
	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: #FCFBB3; font-family: Verdana; font-size: 10pt; }

td { color: #FCFBB3; 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: white; color: background-color: #FFFFFF !important }



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

a.knop:link, a.knop:visited {
	text-decoration: none;
	line-height: 34px;
	height: 30px ;
	font-family: Verdana;
	color: #FC6401;
	font-size: 11px;
	font-weight: bold;
	color: #FCFBB3;}

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

a.knop:active {
	font-family: Verdana;
	color: #FC6401;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a.knop1:link, a.knop1:visited {
text-decoration: none;
line-height: 34px;
height: 30px ;
font-family: Verdana;
color: #ff0000;
font-size: 11px;
font-weight: bold;
color: #000000;}
a.knop1:hover {color: #ff0000; }


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



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



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

form
    {
    border-width: 1px;
    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;
    }

