@charset "utf-8";
/* CSS Document */

body{margin: 0; padding: 0; font-family: "Verdana", Arial; color: #fff; font-size: 12px; text-align: center; background: #000;}

a{color: #fff; text-decoration: none;}
a:hover{color: #fff; text-decoration: none;}
a:active{color: #fff; text-decoration: none;}

#wrapper{width: 550px; margin: auto; text-align: left;}

#header{background: #000; width: 520px height: 100px; text-align: center; margin: 10px 0 10px 0;}
#logo{background: url(images/logo.gif) no-repeat; width 259px; height: 78px; margin: 0 0 20px 130px;}
#menu{width: 520px; height: 15px; text-align: center; margin: 50px 0 0 0; word-spacing: 25px;}
hr{width: 100%; color: #fff; height: 1px; float: left;}

#content{background: #000; width: 530px; height: 360px; padding: 5px 5px; float: left; overflow: auto;}
#content img{margin: 0 20px 0 0;}
#content table{margin: 0; padding: 0}
#footer{font-size: 10px; width: 100%; text-align: center; float: left;}

#nav, #nav ul {padding: 3px 0 0 0;list-style: none; text-align: center;}
#nav li {float: left;width: 90px;}
#nav ul {position: absolute;width: 120px;left: -1000px;}
#nav li:hover ul, #nav li.ie_does_hover ul {left: auto;background-position: 0 0; cursor: pointer;}
#nav a {display: block;margin: 2px 5px 3px 5px;text-decoration: none;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 1em;}

ul a{color: #FFF;cursor: pointer;}
ul ul a:link, ul ul a:visited{font-weight: normal;color: #FFF;cursor: pointer;}
ul ul a:hover, ul ul a:active{font-weight: normal;color: #FFF;cursor: pointer;}
ul li{background-color: #000;}
ul ul li{background-color: #000;border-left: 0;}

/* 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 */ 

h3{font-style: italic;}

