body {
  margin:0px;
  padding:0px;
  background-color:#000000;
}


#main {
  position:absolute;
  width:990px;
  left:50%;
  margin-left:-495px;
  background-color:#ffffff;
}

#header {
  height:187px;
  width:100%;
}


#menubalk {
  background: url('../img/menubalk.gif');
  height:20px;
  position:absolute;
  top:154px;
  left:0px;
  width:100%;
}

#menubalk a { 
  text-transform: uppercase;
  font-family: Arial;
  font-size:12px;
  color:#ffffff;
  text-decoration:none;
  padding-left:50px;
  padding-right:50px;
}

#menubalk a:hover {
  color:#dddddd;
}

.menu {
  position:absolute;
  top:187px;  
  background-color:#ffffff;
  border-left: #6a1124 1px solid;
  border-bottom: #6a1124 1px solid;

}

.menu a {
  text-transform: uppercase;
  font-family: Arial;
  font-size:10px;
  color:#000000;
  float:left;
  clear:left;
  text-decoration:none;
  line-height:34px;
  padding-right:10px;
  padding-left:10px;
}

.menu a:hover {
  color:#888888;
}

#menua {
  left:180px;
}

#menub {
  left:347px;
}

#menuc {
  left:731px;
}

#ondermenu {
  position:absolute; 
  left:0px;
  top:174px;
  _top:172px;
  height:13px;
}

#content { 
  float:left;
  font-family:Trebuchet MS;
  font-size:13px;
  width:538px;
  _width:563px;
  padding-left:7px;
  padding-top:18px;
  padding-bottom:20px;
  line-height:20px;
  padding-right:18px;
}

#content .titel {
  font-family: Arial;
  font-size: 20px;
  color:#6a1124;
  text-transform: uppercase;
}

#content .item {
  padding-left:20px;
  background-image: url("../img/item.gif");
  background-repeat:no-repeat;
  background-position: 5px 11px;
  line-height:30px;
  font-weight:bold;
}

#content a {
  color: #6a1124;
}  
    

#news {
  background-color:#eeeeee;
  float:left;
  width:300px;
  _width:320px;
  padding:10px;
  line-height:20px;
  padding-top:18px;
  overflow:hidden;

}

.nieuws_item {
  padding-bottom:18px;
}


.nieuws_titel {
  color: #6a1124;
  font-family: Trebuchet MS;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;  
}

.nieuws_categorie {
  font-family: Trebuchet MS;
  font-size:12px;
  color:#888888;
}  

.nieuws_datum {
  font-family: Trebuchet MS;
  font-size:12px;
  font-style:italic;
}

.nieuws_inleiding {
  font-family: Trebuchet MS;
  font-size: 12px;
}

.nieuws_link {
  font-family: Trebuchet MS;
  font-size: 12px;
  text-transform:uppercase;  
}

.nieuws_link a {
  text-decoration:none;
  color:#000000;
}

li { list-style-type:none; display:inline; }

ul { margin:0px; padding:0px; text-align:left; line-height:160%;   white-space: nowrap;}

li a{ color:#6a1124; text-decoration:none; font-family:Trebuchet MS; font-size: 13px; }

li a:hover { color:#000000; text-decoration:underline; }


.tp {
  behavior: url("css/pngbehavior.htc");
}


