/* CSS Document */
BODY {
background-color		: #EDEDED;
background-image		: url(../images/bgbody.gif);
background-repeat		: repeat-x;
background-position	: top;
}
#top{
height					: 13px;
background-color		: #878787;
}
#main{
height					: ; /* niet nodig, want die is bij #left al ingevuld, en de deze tabel blijft even lang als #left. */
background-color		: #FFFFFF;
border					: ; /*niet nodig want, #left en #right hebben al een border */
padding: 0px 0px 0px 0px;
}
#bgright{
background-image		: url(../images/bgcontent2.gif);
background-repeat		: repeat-y;
background-position	: top;
}
#right{
height					:;  /* niet nodig, want die is bij #left al ingevuld, en de deze tabel blijft even lang  als #left. */
background-color		:#F3F3F3;
}
#footer{
height					: 59px;
background-color		: #E4E4E4;
font-family: Arial, Helvetica, sans-serif;
font-size				: 10px;
border-bottom			: 5px solid White;
border-left				: 1px solid White;
border-top				: 1px solid #D2D2D2;
}
td, tr, p, div {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #3C3C3C;
	margin-left: 15px;
	line-height: 150%;
}
/* --Default Class Settings-- */
a.mainlevel:link, a.mainlevel:visited {
	color: #868686;
	text-align: left;
	padding-left: 32px;
	padding-right: 0px;
	padding-bottom: 6px;
	font-weight: normal;
	border-bottom: 1px solid White;
	display: block;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../nav/subnavbutton.gif);
}
a.mainlevel:hover {
	color: #868686;
	background-position: 0% 50%;
	line-height: 1.2em;
	text-align: left;
	text-decoration: none;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../nav/subnavbutton3.gif);
}
table.moduletable {
margin					: 0px 0px 0px;
width						: 95%;
border-left				: solid 0px #ff0000;
border-right			: solid 0px #ff0000;
border-top				: solid 0px #ff0000;
margin-left				: 15px;
}
table.moduletable th {
font-size				: 14px;
font-variant			: small-caps;
font-weight				: normal;
color						: #323232;
text-align				: left;
width 					: 100%;
padding					: 5px 10px 5px 18px;
margin					: 20px 5px 20px 5px;
 
}
table.moduletable td {
font-size				: 10px;
font-weight				: normal;
padding					: 5px 10px 5px 0px;
margin					: 20px 5px 20px 5px;
}
a:link, a:visited {
font-size        		: 11px;
color            		: #936241;
text-decoration  		: none;
font-family      		: Tahoma, Arial, Helvetica;
}
a:hover {
color            		: #936241;
text-decoration  		: underline;
}


