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


#hoofdblok3 { 
	position:absolute;
	border-style: outset;
	padding: 0px;
	border-width: 0px;
	width: 900px;
 	height: 560px;
	left: 50%;
	top: 50%;
	margin-left: -450;
	margin-top: -275;
	background-image: url("images/bg2.jpg");
	background-repeat: no-repeat;
} 



#voorbeeldbloktop {
	position:absolute;
	left:190px;
	top:33px;
	
}

#voorbeelden {
	position:absolute;
	left:6px;
	top:128px;
	
}


#menublok {
	position:absolute;
	left:770px;
	top:10px;
	text-align: right ; 
	width:120px;
} 



#cirkelblok {
	position:absolute;
	left:500px;
	top:120px;
} 

#tekstblok {
	position:absolute;
	text-align: left;
	left:230px;
	top:70px;
	width:450px;
	height:380px;
	border-style: inset;
	padding: 8px;
	border-width: 2px;
	font-color: #ffffff;
	background: #000000; 
	filter:alpha(opacity=75); 
	opacity:.75;


} 

#tekstblok3 {
	position:absolute;
	text-align: left;
	left:80px;
	top:1120px;
	width:450px;
	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: white; font-family: Verdana; font-size: 10pt; text-align: justify; }

H5 {color: white; font-family: Verdana; font-size: 10pt font-weight: Bold; text-align: justify;}

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

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


body {  text-align:center; color: background-color: #FFFFFF !important }



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

a.knop:link, a.knop:visited {
	display: block;
	text-decoration: none;
	line-height: 34px;
	height: 50px ;
	width: 120px;
	font-family: Verdana;
	color: #FC6401;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;}

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

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

a.knop1:link, a.knop1:visited {
display: block;
text-decoration: underline;
line-height: 34px;
height: 50px ;
width: 120px;
font-family: Verdana;
font-style: Italic;
color: #ffffF0;
font-size: 13px;
font-weight: bold;
color: #000000;}
a.knop1:hover {color: #000000; }


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

a.link:link, a.link:visited {
text-decoration: underline;
font-family: Verdana;
font-style: Italic;
color: #ffffF0;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;}
a.link:hover {color: #FFFFFF; }





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

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

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

label
    {
    float: left;
    width: 115px;
    text-align: right;
    font-color: #000000;    
    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;
    }

