/* algemene instellingen */

* {
margin: 0;
padding: 0;
}

html { 
height: 100%;
padding:0; 
margin:0; 
} 

BODY  {
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height:18px;
text-decoration:none;
font-weight: normal;
height: 100%;
}

/* container */

#container {
position: relative;
width: 975px;
border: 1px solid white;
padding:0; 
margin:0; 
} 

/* algemeen */

b {
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
line-height:18px;
text-decoration:none;
font-weight: bold;
padding-top: 1px;
}

a {
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height:15px;
text-decoration:none;
text-align: left;
font-weight: bold;
}

a:hover {
color: #ff0000;
}

span {
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height:18px;
text-decoration:none;
text-align: left;
font-weight: normal;
}

h2, h2 a {
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 28px;
line-height:28px;
text-decoration:underline;
font-weight: bold;
}

/* videoplayer */

.player {
float: left;
width: 430px;
height: 326px;
margin-top: 6px;
margin-left: 20px;
display: inline;
}

/* plaatjes */

img {
border: 0px;
margin: 0px;
}

/* contentblokken */

div.blok1 {
float: left;
width: 450px;
height: 200px; 
margin-left: 20px;
text-align: center;
display: inline;
}

div.blok2 {
float: left;
width: 480px;
height: 220px; 
margin-left: 20px;
text-align: center;
display: inline;
}

div.blok3 {
float: left;
width: 310px;
height: 260px; 
margin-top: 30px;
margin-left: 8px;
text-align: center;
display: inline;
}

div.blok4 {
float: left;
width: 410px;
height: 240px; 
margin-top: 15px;
margin-left: 15px;
text-align: center;
display: inline;
}



