@charset "utf-8";
/* CSS Document */

#header {
   width: 950px;
   height: 120px;
   background-image:url(images/header.png);
   background-repeat: no-repeat;
   background-position: right;
}

#menu {
   width: 180px;
   height: 100%;
   background-repeat: no-repeat;
}

#content {
   width: 580px;
   height: 100%;
}

.content {
   width: 80%;
   height: 100%;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
   margin-top: -180px;
   margin-left: 30px;
}

#koptekst {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   margin-left: 30px;
   margin-top: 60px;
}

#quicklinks {
}

.quicklinks {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #003366;
   font-weight: bold;
}

#footer {
   width: 950px;
   height: 35px;
   background-image: url(images/footer.png);
   background-repeat: no-repeat;
}

a {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
}