@charset "utf-8";
/* CSS Document */
body {
background: #000000 url(images/achter.jpg) no-repeat center;
background-attachment:fixed;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.hoofdtabel {
background:url(images/hoeklogo.gif);
background-position:left top;
background-repeat:no-repeat;
}
.hoeklinks {
width:22px;
height:22px;
background-image:url(images/hoeklinks.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}
.hoekrechts {
width:22px;
height:22px;
background-image:url(images/hoekrechts.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}
.hoeklinksonder {
width:22px;
height:22px;
background-image:url(images/hoeklinksonder.jpg);
background-position:top right;
background-repeat:no-repeat;
}
.hoekrechtsonder {
width:22px;
height:22px;
background-image:url(images/hoekrechtsonder.jpg);
background-position:top left;
background-repeat:no-repeat;
}
.boven {
background-image:url(images/boven.jpg);
background-position:bottom;
background-repeat: repeat-x;
}
.onder {
background-image:url(images/onder.jpg);
background-position:top;
background-repeat: repeat-x;
}
.links {
background-image:url(images/links.jpg);
background-position:right;
background-repeat: repeat-y;
}
.rechts {
background-image:url(images/rechts.jpg);
background-position:left;
background-repeat: repeat-y;
}
.hoeklinks2 {
width:8px;
height:8px;
background-color:#E7E7E7;
background-position:bottom right;
background-repeat:no-repeat;
}
.hoekrechts2 {
width:8px;
height:8px;
background-color:#E7E7E7;
background-position:bottom left;
background-repeat:no-repeat;
}
.hoeklinksonder2 {
width:8px;
height:8px;
background-color:#E7E7E7;
background-position:top right;
background-repeat:no-repeat;
}
.hoekrechtsonder2 {
width:8px;
height:8px;
background-color:#E7E7E7;
background-position:top left;
background-repeat:no-repeat;
}
.boven2 {
height:8px;
background-color:#E7E7E7;
background-position:bottom;
background-repeat: repeat-x;
}
.onder2 {
height:8px;
background-color:#E7E7E7;
background-position:top;
background-repeat: repeat-x;
}
.links2 {
width:8px;
background-color:#E7E7E7;
background-position:right;
background-repeat: repeat-y;
}
.rechts2 {
width:8px;
background-color:#E7E7E7;
background-position:left;
background-repeat: repeat-y;
}
.streepje {
width:4;
height:22;
background-image:url(images/streepje.jpg);
background-position:bottom center;
background-repeat:no-repeat;
}
.topmenu {
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#FF9900;
padding-left:5px;
padding-right:5px;
}
.topmenu a {
text-decoration:none;
color: #E8E8E8;
}
.topmenu a:hover {
color:#FF9900;
}
.linkermenu {
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-left:5px;
}
.linkermenu a {
text-decoration:none;
color: #FFFFFF;
}
.linkermenu a:hover {
color:#FF9900;
}
.linkermenuoranje {
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-left:5px;
}
.linkermenuoranje a {
text-decoration:none;
color: #FFFFFF;
}
.linkermenuoranje a:hover {
color:#000000;
}
.contactlogo  {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; // first!
filter: alpha(opacity=60);					// second!
}
.contactlogo:hover  {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // first!
filter: alpha(opacity=100);					// second!
}