/* CSS Document */
/* Stylen van tekst */
.style1 {font-size: 40px; font-family:"Georgia", Courier, mono}
.style2 {font-size: 24px; font-weight: bold; font-family:"Times New Roman", Times, serif}
.style3 {font-size: 18px; font-family:Georgia, "Times New Roman", Times, serif}
.style4 {font-size: 14px; font-family:Georgia, "Times New Roman", Times, serif}

/* Div-jes */
#Logo {
	text-align: left;
	position: absolute;
	top: 190px;
	width: 607px;
	height: 89px;
	left: 347px;

}
#Main {
	text-align: left;
	position: absolute;
	top: 280px;
	left: 348px;
	width: 610px;
	height: 400px;
	overflow:auto;
}
#sub1 {text-align: left; position: absolute; top: 450px; left: 130px; width: 170px; height: 300px;}
#sub2 {text-align: left; position: absolute; top: 650px; left: 350px; width: 170px; height: 100px;}
#sub3 {text-align: left; position: absolute; top: 650px; left: 570px; width: 170px; height: 100px;}
#sub4 {text-align: left; position: absolute; top: 650px; left: 790px; width: 170px; height: 100px;}


/* achtergrond */
body {background-image:url(pics/sbback.PNG); background-repeat:inherit;} 
#Menu {
	height: 400px;
	width: 950px;
	padding-top: 150px;
	padding-left: 0px;
}
.stylesmall {
	font-size: small;
}

