/* algemene instellingen */

* {
margin: 0;
padding: 0;
}

html { 
height: 100%;
padding:0; 
margin:0; 
} 

BODY  {
color: #000000;
font-family: "Trebuchet MS", tahoma, helvetica, sans-serif;
font-size: 14px;
line-height:15px;
text-decoration:none;
font-weight: normal;
height: 100%;
}

/* container */

#container {
position: relative;
width: 920px;
padding:0; 
margin:0; 
} 

/* algemeen */

b {
color: #000000;
font-family: "Trebuchet MS", tahoma, helvetica, sans-serif;
font-size: 15px;
line-height:17px;
text-decoration:none;
font-weight: bold;
padding-top: 1px;
}

a {
color: #000000;
font-size: 15px;
line-height:17px;
text-decoration:none;
text-align: left;
font-weight: normal;
}

a:hover {
color: #7f94b0;
}

span {
color: #000000;
font-family: "Trebuchet MS", tahoma, helvetica, sans-serif;
font-size: 15px;
line-height:17px;
text-decoration:none;
text-align: left;
font-weight: bold;
padding-top: 1px;
}

h2, h2 a {
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 28px;
line-height:28px;
text-decoration:underline;
font-weight: bold;
}

/* contentblokken */

div.titel {
float: left;
width: 840px;
height: 20px; 
margin-left: 40px;
font-weight: bold;
display: inline;
}

div.text {
float: left;
width: 840px;
height: 65px; 
font-size: 15px;
line-height:17px;
margin-left: 40px;
display: inline;
}

div.box {
float: left;
width: 860px;
height: 552px; 
margin-left: 30px;
display: inline;
}

div.left, div.right {
float: left;
width: 430px;
height: 552px; 
display: inline;
}

div.righttop {
float: left;
width: 430px;
height: 300px; 
display: inline;
}

div.rightbottom {
float: left;
width: 143px;
height: 252px; 
display: inline;
}

/* afmetingen plaatjes */

img {
border: 0px;
margin: 0px;
}

img.pic1, img.pic5 {
width: 132px;
height: 170px;
margin-left: 8px;
border: 0px;
}

img.pic2, img.pic3 {
width: 132px;
height: 170px;
margin-left: 7px;
border: 0px;
}

img.pic4 {
width: 132px;
height: 170px;
margin-left: 6px;
border: 0px;
}

img.star {
width: 16px;
height: 16px;
margin-top: 4px;
border: 0px;
}

div.left img {
width: 420px;
height: 548px;
border: 2px solid #000000;
}

div.righttop img {
width: 426px;
height: 300px;
border: 2px solid #000000;
}

div.rightbottom img {
width: 139px;
height: 244px;
border: 2px solid #000000;
}

div.introtitel {
float: left;
width: 830px;
height: 22px; 
font-size: 18px;
line-height:20px;
margin-left: 40px;
font-weight: bold;
text-align: center;
display: inline;
}

div.introtext {
float: left;
width: 830px;
height: 220px; 
font-size: 15px;
line-height:17px;
margin-left: 40px;
text-align: left;
display: inline;
}