body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #362143;
	background-color: #362143;
}
#container {
	position:absolute;
	left:50%;
	top:50%;
	width:900px;
	height:550px;
   text-align: left;
	margin-top: -275px;
	margin-left: -450px;
   background-color: #E4E1EB;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:220px;
	height:550px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#bovenleeg {
	position:absolute;
	left:220px;
	top:0px;
	width:680px;
	height:35px;
	background-color: #E4E1EB;
}

#navlinks-leeg {
	position:absolute;
	left:220px;
	top:35px;
	width:75px;
	height:115px;
	background-color: #E4E1EB;
}

#nav-profiel {
	position:absolute;
	left:295px;
	top:35px;
	width:110px;
	height:115px;
}

#nav-product {
	position:absolute;
	left:405px;
	top:35px;
	width:110px;
	height:115px;
}

#nav-contact {
	position:absolute;
	left:515px;
	top:35px;
	width:110px;
	height:115px;
}

#navrechts-leeg {
	position:absolute;
	left:625px;
	top:35px;
	width:275px;
	height:115px;
	background-image: url(../images/navrechts_leeg.gif);
	background-repeat: no-repeat;
}

#main {
	position:absolute;
	left:220px;
	top:150px;
	width:680px;
	height:400px;
	background-color:#E4E1EB;
	background-image: url(../images/main.gif);
	background-repeat: no-repeat;
}


#tekst {
	width: auto;
	height: 340px; 
	padding-top: 20px;
	margin-left: 0px;
	margin-right: 100px;
	line-height: 18px;
	overflow: auto;
	color: #362143;
}
h1 {
	font-size: 12px;
	height: 10px;
}



