/* Main element specs! */
BODY {
background-color				: #cccccc;
font-family					: Verdana;
font-size					: 11px;
}

TD {
font-family					: Verdana;
font-size					: 11px;
color						: #ffffff;
}

UL {
margin-left					: -15px;
_margin-left					: 20px;
line-height					: 15px;
}

IMG {
margin						: 0px;
padding						: 0px;
border						: 0px;
}

/* Div specs! */
#mainContent {
position						: absolute;
left							: 50%;
top								: 0px;
width							: 990px;
margin-left						: -495px;
margin-top						: 5px;
}

#mainHeader {
width							: 990px;
margin-bottom					: 5px;
}

#contentMenu {
float: left;
width							: 160px;
background-color					: #000000;
color							: #ffffff;
}

#contentField {
float							: right;
margin-left						: 10px;
width							: 820px;
background-color					: #000000;
color							: #ffffff;
}

#subContent {
width							: 990px;
background-color				: #cccccc;
margin-bottom					: 5px;
padding							: 0px;
}

#footer {
margin-top						: 5px;
width							: 990px;
}

/* Loose element specs! */
img.headerImage {
border							: 0px;
width							: 990px;
height							: 155px;
}

img.frontPageImage {
border							: 0px;
width							: 990px;
height							: 500px;
}

a.menu {
text-decoration						: none;
color							: #ffffff;
}

a.menuGroen {
text-decoration						: none;
color							: #99cc66;
}

a.menuBlauw {
text-decoration						: none;
color							: #6699cc;
}

a.menuGeel {
text-decoration						: none;
color							: #ffcc66;
}

a.menuRood {
text-decoration						: none;
color							: #cc3333;
}