body {
	margin: 0;
}

p {
	padding-top:10px;
	font-family:"Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size:100%;
}

h1{
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; color: #0c90c7;
	font-weight: bold;
	font-size: 100%;
}
	


#framework {
	margin: 0 0 0 0;
	width:1024px;
	height:768px;
	text-align:left;
	background-image:url(images/achtergrond.jpg);
	background-repeat:no-repeat;
	
}

#witvlak {
	background-image: url(images/witvlak.png);
	background-repeat:no-repeat;
	width: 650px;
	height: 500px;
	position:absolute;
	left: 150px;
	top: 90px;
	right: 50px;
	bottom: 50px;
	z-index:1;
}
#geenwitvlak {
	width: 650px;
	height: 500px;
	position:absolute;
	left: 150px;
	top: 90px;
	right: 50px;
	bottom: 50px;
	z-index:1;
} 

#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:238px;
	height:227px;
	position:absolute;
	left:80px;
	top:20px;
	z-index:10;
}

#vlak {
	width:685px;
	height:50px;
	position:absolute;
	left: 100px;
	top: 50px;
	
}

#tekstvlak {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	width:500px;
	height:350px;
	margin:20px 20px 0 120px;
	position:absolute;
	top: 50px;
	left: -113px;
	overflow:auto;
}

#menu{
	width: 650px;
	height: 33px;
	padding-bottom:20px;
	margin-left:-100px;
	margin-top:-10px;
}

#naw{
	width:350px;
	height:15px;
	background-image:url(images/naw.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 450px;
	top: 70px;
}

#naam{
	width:284px;
	height:46px;
	background-image:url(images/naam.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-left:-40px;
	left: 100px;
	top: 20px;
}

#slogan{
	width:580px;
	height:40px;
	position:absolute;
	top:430px;
	left:40px;
	background-image:url(images/slogan.png);
	background-repeat:no-repeat;
}

#voorstelvlak{
	width: 600px;
	height: 300px;
	font-family:"Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size:80%;
	margin:5px 20px 0 120px;
	position:absolute;
	top: 40px;
	left: -180px;
}

#fotovlak{
	background-image: url(images/fotovlak.png);
	background-repeat:no-repeat;
	width: 700px;
	height:500px;
	position:absolute;
	margin:5px;
	left: 120px;
	top: 90px;
	right: 50px;
	bottom: 50px;
	z-index:1;
}

#fotoboek{
	width: 650px;
	height: 350px;
	font-family:"Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size:80%;
	margin:15px 20px 0 110px;
	position:absolute;
	top: 25px;
	left: -180px;
	padding-left:-30px;
	padding-right:0px;
	overflow:auto;
}

ul{
	list-style: none;
	padding: 10 px 0 0 0;
}

li{
	display: inline;
	margin: 0 10px 0 0;
}
.list{
	display:block;
}

a:link {
	color: #0c90c7;
	text-decoration: underline;
	
}
a:visited {
	color:#0c90c7
	text-decoration: underline;
}
a:hover {
	font-style: normal;
	color: #999999;
	text-decoration: underline;
}
