@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content{
width: 758px;
height: 600px;
background-color:#FFFFFF;
}

.linkbottom{
color: #FFFFFF;
font-size:10px;
}

#nieuwstopleft{
width: 10px;
height: 20px;
position: static;
background-image:url(./images/nieuwstopleft.jpg);
}

#nieuwstopmidden{
width: 700px;
height: 20px;
margin-left: 10px;
margin-top: -20px;
position: static;
background-image:url(./images/nieuwstopmidden.jpg);
}

#nieuwstopright{
width: 10px;
height: 20px;
margin-left: 710px;
margin-top: -20px;
position: static;
background-image:url(./images/nieuwstopright.jpg);
background-repeat: repeat;
}

#nieuwsmiddenleft{
width: 10px;
height: 500px;
top: 20px;
position: static;
background-image:url(./images/nieuwsmiddenleft.jpg);
background-repeat:repeat-y;
} 
#nieuwsmidden{
width: 700px;
height: 800px;
top: 20px;
margin-left: 10px;
margin-top: -500px;
position: static;
background-color: #D7D7D7;
}
#nieuwsmidden{
width: 700px;
height: 500px;
top: 20px;
margin-left: 10px;
margin-top: -500px;
position: static;
background-color: #D7D7D7;
}
#nieuwsmiddenright{
width: 10px;
height: 500px;
top: 20px;
margin-left: 710px;
margin-top: -500px;
position: static;
background-image:url(./images/nieuwsmiddenright.jpg);
}

#nieuwsbottomleft{
width: 10px;
height: 30px;
top: 520px;
position: static;
background-image:url(./images/nieuwsbottomleft.jpg);
}

#nieuwsbottommidden{
width: 700px;
height: 30px;
top: 520px;
margin-left: 10px;
margin-top: -30px;
position: static;
background-image:url(./images/nieuwsbottommidden.jpg);
}

#nieuwsbottomright{
width: 10px;
height: 30px;
top: 520px;
margin-left: 710px;
margin-top: -30px;
position: static;
background-image:url(./images/nieuwsbottomright.jpg);
}

#introtekst{
width: 500px;
height: 250px;
left: 300px;
top: -550px;
position: relative;
z-index:1;
}

#bottom{
width: 100%;
background-color:#333;
padding-top:10px;
height: 30px;
position: static;
text-decoration:none;
}

#bottom A:link{
text-decoration:none;
color:#FFF;
}

#bottom A:visited{
text-decoration:none;
color:#FFF;
}

#bottom A:actief{
text-decoration:underline;
color:#FF3;
}

#bottom A:hover{
text-decoration:underline;
color:#FF3;
}