.bodyIndex {width: 1024px;}
body { font-family: Arial, Helvetica, sans-serif; font-size: 13px }
.menu1 { width: 100px; vertical-align: top; background-color: #cccccc }
.grijs { border-color: Gray }
.grijs2 { color: Gray }
.volledig { height: 600px }
.noBorder { border: 0px }

a:link {color: #555555}     /* unvisited link */
a:visited {color: #555555}  /* visited link */
a:hover {color: black}      /* mouse over link */
a:active {color: #0000FF}   /* active link*/

table.menu a {
width:100px;
border:1px solid #333333;
display: block;
}

.menuItem { width: 110px; vertical-align: top; text-align: center;}
.sponsors { background-color: orange; color: white; text-align: center}
.onderkant { background-color: #cccccc; text-align: center; font-size: smaller }

div.menu a {
color: #333333;
background: #ffffff;
text-decoration:none;
font-size:11px;
line-height:16px;
font-family: Tahoma, verdana, sans-serif;
padding: 2px 5px;
}

div.menu a:link {
color: #333333;
/*background: #cccc99;*/
background: orange;
}

div.menu a:active {
color: #000000;
/*background: #cccc99;*/
background: orange;
}

div.menu a:visited {
color: #333333;
/*background: #cccc99;*/
background: orange;
}

div.menu a:hover {
color: #eeeeee;
background: #333333;
border:1px solid #000000;
}

h5 { color: #7C7C7C; display: inline; font-size: medium;}