/* CONTENT CSS */

body 
{ background-color: #030413;
font-family: arial; 
color: #646464; 
font-size: 12px; 
text-align: left;
}

h1 {
font-family: arial; 
color: #1e9bf1; 
font-size: 14px; 
font-weight: bold;
}

table.maintable {
background-color: #FFFFFF;
border-width: 1px 1px 1px 1px;
border-spacing: 0px;
border-style: solid;
border-color: white;
}

td.nav {
background-color: #5881ad;
background-image: url(images/bg_nav_main.jpg);
background-repeat: repeat-x;
}

td.header {
background-image:url(images/header.jpg);
padding: 5px 5px 5px 5px
}

#content {
padding: 5px 5px 5px 5px;
}

td#content a:link {color: #1e9bf1;}
td#content a:visited {color: #1e9bf1;}
td#content a:hover {color: #f41900;}
td#content a:active {color: #f41900;}

table 
{ font-family: arial; 
color: #646464; 
font-size: 12px; 
text-align: left;
} 

/* NAVIGATION CSS */

#nav, #nav ul {
padding: 0px 0px 0px 0px;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 222px;
}

#nav ul {
position: absolute;
width: 222px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
text-decoration: none;
font-family: Arial; 
font-weight: bold;
padding-top: 7px;
height: 23px;
text-align:center;
text-decoration: underline;
}

ul a{
font-weight: bold;
color: #FFFFFF;
text-decoration: underline;
}

ul a:hover, ul a:active{
font-weight: normal;
color: #f41900;
text-decoration: underline;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #FFFFFF;
text-decoration: underline;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #f41900;
text-decoration: underline;
}

ul li{
background-color: #5881ad;
border-left: 0px solid #FFF;
background-image: url(images/bg_nav_main.jpg);
background-repeat: repeat-x;
}

ul ul li{
background-color: #97c2ef;
border-top: 0px solid #FFF;
border-left: 0;
background-image: url(images/bg_nav_drop.jpg);
background-repeat: repeat-x;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 