@charset "utf-8";
/* Standaard dingen */

body {
margin: 0px;
background-color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
.contentheading{
	font-size:12px;
	font-weight: bold;
	color:#000000;
}
.componentheading{
	font-size:12px;
	font-weight: bold;
	color:#000000;
	}
.small{
font-size:10px;
color:#333333;
font-weight: bold;
}
.createdate{
font-size:10px;
color:#333333;
}
.modifydate{
font-size:9px;
color:#333333;
}
td {
font-size:11px;
}
.copyright {
color:#FFFFFF;
visibility:hidden;
}

/* Main Menu(s) */
.moduletable {
width:222px;
padding-top:5px;
padding-right:2px;
}
a.mainlevel {
	font-size: 11px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	height:19px;
	width: 222px;
	text-align:right;
	color:#FFFFFF;
}
html>body a.mainlevel {width:100%px;} /* Opera5-Fix-fix ;-) */

a.mainlevel:hover, a.mainlevel#active_menu {
font-weight: bold;
background-image:url(http://www.levonline.nl/templates/lev/images/button_select.gif);
background-repeat:no-repeat;
background-position:right;
color:#000000;
}
