@charset "utf-8";
/* CSS Document */

/*  ================================================================================== 
  AUTHORS
  The default Joomla CSS template was originally developed by Barrie North. 
  This document adjusted for Joomla 1.6 by C.R. van Oudheusden, Joomla-CSS.
  For more information go to www.joom-css.nl.

  DISCLAIMER
  While Joomla-CSS has taken the greatest care in preparing this document. No
  liability can be accepted by Joomla-CSS for any errors or omissions in the published
  information. Joomla-CSS like wise accepts no liability for loss arising from or related
  to the use of information presented in this document or website.

  COPYRIGHT
  You are free to copy and use this document or alter it in any way.
  ================================================================================ */

/* ====================================================================================
  RESET STYLES
  Browsers do have their owd default styles and therefore present styles differently. 
  This section removes the default styles of browsers as far as possible.

  Copyright (c) 2009, Yahoo! Inc. All rights reserved.
  Code licensed under the BSD License:
  http://developer.yahoo.net/yui/license.txt
  version: 2.8.0r4
  ================================================================================ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

fieldset,img {
  border:0;
}

address,caption,cite,code,dfn,em,th,var,optgroup {
  font-style:inherit;
  font-weight:inherit;
}

strong {
  font-style:inherit;
  font-weight:bold;
}

em {
  font-style:inherit;
  font-style:italic;
}

del,ins {
  text-decoration:none;
}

caption,th {
  text-align:left;
}

h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}

q:before,q:after {
  content:'';
}

abbr,acronym {
  border:0;
  font-variant:normal;
}

sup {
  vertical-align:baseline;
}

sub {
  vertical-align:baseline;
}

legend {
  color:#000;
}

input,button,textarea,select,optgroup,option {
  font-family:inherit;
  font-size:inherit;
  font-style:inherit;
  font-weight:inherit;
}

/* ====================================================================================
   Default Font Styles
   Browsers displays the same fonts differently. This section will force browsers to
   display the fonts in he same way as far as possible.

   Copyright (c) 2009, Yahoo! Inc. All rights reserved.
   Code licensed under the BSD License:
   http://developer.yahoo.net/yui/license.txt
   version: 2.8.0r4
  ================================================================================ */
body {
  font-size:13px;
  line-height: 17px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffff0;
}

select,input,button,textarea,button{
  font-ize:99%;
  font-family: Arial, Helvetica, sans-serif;
}

table{
  font-size:inherit;
}

pre,code,kbd,samp,tt{
  font-family: monospace, "Courier New", Courier;
  line-height:100%;
}

/* ===============================================================================
   GENERAL CONTENT STYLES 
================================================================================ */

body {
    background-color:#000;
    font-size: 12px;
    line-height: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#FFF;
}

h1, h2 {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}

h3, h4, h5, h6 {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

p, ol, ul {

    font-size: 12px;
    line-height: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#FFF;
}

 a {
    outline: 0 none;
     color:#FFF;
    text-decoration:none;
}

a:hover {
    outline: 0 none;
    color: #60a4d3;
    text-decoration:underline;
}

 /* Input, select en button stijlen 
In de reset stylen hierboven zijn de marges en padding op 0 gezet.
Om deze reden zijn een aantal stijlen hersteld. */

input.inputbox {}

select.inputbox {}

button, input.button {
    padding: 1px 7px 1px 7px;
}


/* Deze stijlen voor genummerde (ol, li), ongenummerde (ul, li) en definitie
lijsten (dl, dt, dd) zijn opgenomen om de reset stijlen te overschrijven.
Indien gewenst kunt u deze hier verwijderen. */

 

/* Ongenummerde en genummer lijsten */

ul {
    padding: 0 0 0 15px;
    list-style: disc;
}

ul li ul {
    list-style: circle;
}
 

ol {
    padding: 0 0 0 25px;
    list-style: decimal;
}

ol li ol {
    list-style: lower-alpha;
}

/* ---------------
   Template styles
------------------ */

body {
  background-color:#000
}

div#wrapper {
  width: 960px;
  margin: 6px auto 0 auto;
}

div#bg-topimage {
  padding: 0px 0px 0 0px;
  position: relative;
  width: 100%;
  height: 160px;
}

div#topimage {
  position: absolute;
  width: 100%;
   top: 0;
   left: 0;
}

div#space1 {
  width: 960px;
  height: 4px
}



div#bg-imagemenu {
  padding: 0px 0px 0 0px;
  position: relative;
  width: 100%;
  height: 60px;
}

div#imagemenu{
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  
}

div#space2 {
  width: 960px;
  height: 4px
}



div#bg-submenu{
  padding: 0px 0px 0 0px;
  position: relative;
  width: 100%;
  height: 25px;
}

div#submenu {
  z-index: 100000;
  position: absolute;
  font-family:sans-serif,Arial, Helvetica;
  color: #fff;
  width: 100%;
  top: 0px;
  left: 0px;
  

}
div#space3 {
  width: 960px;
  height: 13px
}

div#main {
  width: 960px;
  float: left;
  padding: 0px 0px 0 0px;
}

div#left {
  float: left;
  width: 20px;
}

div#content {
  background-color:#000;
  float: left;
  width: 460px;
  margin: 0 0 0 10px;
}

div#right {
  float: right;
  width: 480px;
}
div#space4 {
    clear: both;
  width: 960px;
  height: 13px
}
div#footer-bg {
  clear: both;
  padding: 0px 0px 0 0px;
  position: relative;
  width: 100%;
  height: 335px;
}

div#footer{
  position: absolute;
  width: 100%;
   top: 0;
   left: 0;
}
div#footer4w{
  width: 960px;
  height: 8px;
}


/* -----------------
   Module instelling
----------------- */
div.moduletable_submenu {
    clear: both;
} 

/* --------------------------------------------
   Resetten en instellen van de list hoofditems
-------------------------------------------- */
div.moduletable_submenu ul,
div.moduletable_submenu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*  ----------------
   List item stijlen
-------------------- */
div.moduletable_submenu ul li {
    float: left;    
    padding: 0 0 0 15px;
    cursor: pointer;
    display: block;
    text-align: left;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
  text-decoration:none;
}
div.moduletable_submenu ul a:hover,
div.moduletable_submenu ul li a:hover{
    display: block;
    text-align: left;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 11px;
    font-weight: bold;

}  
div.moduletable_submenu  ul .active
div.moduletable_submenu  ul li.active {
    display: block;
    text-align: left;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 11px;
    font-weight: bold;
    text-decoration:none;

}
