a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-image: url(../images/site/achtergrond.jpg);
	background-color: #525252;
}
.table_main {
	background-color: #515151;
}

.table_main_content {
	background-image: url(../images/site/achtergrond_table.jpg);
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	background-color: #2E2E2E;
}
.tab_in_mn_cntt {
	background-color: #242424;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFCFCD;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CFCFCD;
	font-size: 10px;
	text-align: center;
}

.glossymenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
border: 0;
border-bottom-width: 0;
}

.glossymenu li a{
background: url(../images/knoppen/knop.gif);
font: 12px;
color: #FFFFFF;
display: block;
width: 130px;
height: 21px;
padding-top: 7px;
padding-left: 30px;
text-decoration: none;

}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 129px;
}

.glossymenu li a:hover{
background-image: url(../images/knoppen/knop_h.gif);
color: #FFFFFF;
text-decoration: none;
}

.glossymenu li a:visited {
color: #FFFFFF;
}
