body {
background: #EEEEEE;
}

div.container {
position: absolute; left: 50%;
margin-left: -495px;
border: #000000 1px solid;
background: #F5F5F5;
width: 990px;	
}

div.banner {
height: 125px;
}

div.navigation {
height: 25px;
background: #781A1A;
border: #000000 1px solid;
margin-left: -1px;
margin-right: -1 px;
}

div.content {
position: relative;
float: left;
height: 100%;
}

td.reclame {
position: relative;
width: 200px;
height: 100%;
background-color: #EEEEEE; 
font-family: verdana;
font-size: 12px;
border-right: 1px #000000 dashed;
z-index: 1;
padding-top: 20px;
padding:10px;
vertical-align: top;
}

td.tekst {
position: relative;
width: 720px ;
height: 100%;
font-family: verdana;
font-size: 12px;
padding: 10px;
vertical-align: top;
background-image:url(images/bg.png);
background-position: center;
background-repeat: no-repeat;
}

td.advertenties {
position: relative;
height: 100%;
width: 370px;
font-family: verdana;
font-size: 12px;
padding: 10px;
vertical-align: top;
}

td.table {
font-family: verdana;
font-size: 12px;
padding: 10px;
}

div.title {
font-family: verdana;
color: #781A1A;
font-weight: bold;
font-size: 16px;
border-bottom: 1px #781A1A dotted;
}

div.subtitle {
font-family: verdana;
color: #781A1A;
font-size: 12px;
text-decoration: underline;
}

A.nav:link {
text-decoration: underline; 
color: #ffffff;
font-family: verdana;
font-size: 10px;
font-weight: bold;
}

A.nav:visited {
text-decoration: underline; 
color: #ffffff;
font-family: verdana;
font-size: 10px;
font-weight: bold;
}

A.nav:active {
text-decoration: underline; 
color: #ffffff;
font-family: verdana;
font-size: 10px;
font-weight: bold;
}

A.nav:hover {
text-decoration: none; 
color: #ffffff;
font-family: verdana;
font-size: 10px;
font-weight: bold;
}

A:link {
text-decoration: underline; 
color: #0f0f0f;
font-family: verdana;
}

A:visited {
text-decoration: underline; 
color:#0f0f0f;
font-family: verdana;
}

A:active {
text-decoration: underline; 
color:#0f0f0f;
font-family: verdana;
}

A:hover {
text-decoration: none; 
color:#de9200;
font-family: verdana;
}

#menu {
width: 100%;
float: left;
}
 
#menu ul {
list-style: none;
margin: 0px;
padding: 0px;
width: 98px;
float: left;
text-align: center;
}
 
#menu a {
font: bold 10px verdana;
display: block;
margin: 0;
padding: 3px;
color: #FFFFFF;
background: #781A1A;
text-decoration: none;
}

 
#menu a:hover {
color: #a00;
background: #ffffff;
border: 1px solid #781A1A;
margin-top: -1px;
margin-bottom: -1px;
}
 
#menu li {
position: relative;
z-index: 2;
}
 
#menu ul ul {
position: absolute;
z-index: 900;
}
 
 
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
 
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
