#hoofdblok { 
	position:absolute;
	width: 700px;
 	height: 560px;
	left: 50%;
	top: 50%;
	margin-left: -350;
	margin-top: -275;


} 


#talen {
	position:absolute;
	left:0px;
	top:0px;
	


	
}



#voorbeeldbloktop {
	position:absolute;
	left:0px;
	top:0px;
	width: 700px;
 	height: 100px;
	background-image: url("images/bgfoto.jpg");

	
}


#menublok {
	position:absolute;
	left:0px;
	top:143px;
	height: 420px;
	text-align: right ; 
	width:188px;
background-image: url("images/bgmenu.jpg");
	background-color: #000000;
	background-repeat: no-repeat;

} 


#advertentiebloklinks {
	position:absolute;
	text-align: left;
	left:0px;
	top:200px;
	width:190px;
	border-style: inset;
	padding: 8px;
	border-width: 2px;
	background-color: #FFFFFF;
} 


#advertentieblokrechts {
	position:absolute;
	text-align: left;
	left:720px;
	top:110px;
	width:180px;
	border-style: inset;
	padding: 8px;
	border-width: 2px;
	background-color: #FFFFFF
} 

#tekstblok {
	position:absolute;
	text-align: left;
	left:195px;
	top:165px;
	width:500px;
	height:400px;
	padding: 8px;

	background-image: url("images/studio.jpg");
	background-repeat: no-repeat;

} 

#voorbeeldblok {
	position:absolute;
	text-align: left;
	left:88px;
	top:110px;
	width:450px;
} 


#informatie {
	position:absolute;
	left:80px;
	top:950px;
	
}



#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; }

TD { color: white; font-family: Verdana; font-size: 10pt; text-align: left; }

H5 {color: white; 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}

a {color: yellow; font-family: Verdana; font-size: 10pt; text-decoration: underline;}

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



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

a.knop:link, a.knop:visited {
	display: block;
	text-decoration: none;
	position:relative;	
	line-height: 18px;
	height: 80px ;
	width: 100px;
	top: 30px;
	right: 0px;
	background-image: url("images/knop.jpg");
	background-repeat: no-repeat;
	font-family: Verdana;
	color: #01ffba;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

a.knop:hover {color: #000000;
	background-image: url("images/knop2.jpg");



 }

a.knop:active {
	font-family: Verdana;
	color: #FC6401;
	font-size: 11px;
	font-weight: bold;
	background-image: url("images/knop2.jpg");
	background-repeat: no-repeat;
	color: #0191FF;
}

a.knop1:link, a.knop1:visited {
	display: block;
	text-decoration: none;
	position:relative;	
	line-height: 18px;
	height: 80px ;
	width: 100px;
	top: 30px;
	right: 0px;
	background-image: url("images/knop3.jpg");
	background-repeat: no-repeat;
	font-family: Verdana;
	color: #01ffba;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}



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







/* ---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: 35px;
    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    font-family: Verdana;
    font-size: 8pt;
    margin-bottom: 10px;
    }


