{
  margin: 0px;
  padding: 0px;
}

body,html {
  text-align:center;
  margin:0;
  background-color: #4b4b4b;
  color: #454545;
}

#supercontainer {
  width: 100%;
  background: url(/gfx/bg.jpg) no-repeat center top;
}

#innercontainer {
  margin:0 auto;
  padding:0;
  width: 990px;
  min-height: 727px;
  font-size: 11px;
  font-family: Trebuchet MS, Trebuchet, Verdana, Arial;
  text-align: left;
}

.artikelreactie {
  padding: 20px;
  color: #a0a0a0;
  margin: 20px 0px 10px 0px;
  background-color: #ededed;
  border: 1px solid #4b4b4b;
}

.doordatumtijd {
  color: #747474;
  font-style: italic;
}

.reactiebericht {
  margin-top: 10px;
  color: #747474;
}

#reacties {
margin-top: 20px;
}

#reacties a:link,#reacties a:visited,#reacties a:active { color: #747474; text-decoration: underline; }
#reacties a:hover { color: #464646; text-decoration: underline;}

#header{
  height: 272px;
}

#content{
  float: left;
  background: #fff;
  width: 759px;
}

* html #inhoud { height: 500px; }

#inhoud {
  min-height: 500px;
  margin-top: 25px;
  margin-left: 48px;
  margin-right: 40px;
  line-height: 18px;
}

#inhoud h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.nieuwstitel {
margin-top: 20px;
font-size: 14px;
font-weight: bold;
}

.nieuwsextra {
font-style: italic;
}

.nieuwsbericht {
margin-top: 16px;
}

#commentform {
margin-top: 20px;
padding: 10px;
background-color: #fbe576;
margin-bottom: 20px;
}

#commentform h2 {
margin-left: 7px;
font-size: 14px;
}

#inhoud a:link,#inhoud a:visited,#inhoud a:active { color: #454545; text-decoration: underline;}
#inhoud a:hover { color: #f5d000; text-decoration: underline; }

#contentfooter {
  clear: left;
  clear: right;
  background: url('/gfx/content_bottom.jpg') no-repeat;
  height: 19px;
  width: 759px;
}

#footer {
  padding: 10px;
  color: #ba9316;
  text-align: center;
  background-color: #4b4b4b;
}

#footer a:link,#footer a:visited,#footer a:active { color: #b9bbbc; text-decoration: none; }
#footer a:hover { color: #fff; text-decoration: underline;}

#sidebar {
  float: right;
  width: 208px;
  margin-top: 35px;
  margin-bottom: 20px;
  margin-left: 35px;
}

#sidebar .content {
  background: url('/gfx/actueel_bg.jpg') repeat-y;
  padding: 0px 15px 0px 15px;
}

#sidebar .top {
  background: url('/gfx/actueel_top.jpg') no-repeat;
  height: 14px;
}

#sidebar .bottom {
  background: url('/gfx/actueel_bottom.jpg') no-repeat;
  height: 16px;
}

#sidebar h2 {
  font-size: 18px;
  font-weight: bold;
  color: #4783e5;
  margin: 0px;
}

#sidebar .lijn {
  background: url('/gfx/actueel_lijn.jpg') no-repeat;
  height: 3px;
  margin: 10px 0px 10px 0px;
}

#sidebar a:link,#sidebar a:visited,#sidebar a:active { color: #4783e5; text-decoration: none; }
#sidebar a:hover { color: #4783e5; text-decoration: underline;}

.menu {
  z-index:1000;
  width: 189px;
  float: left;
  margin-top: 22px;
}

.reactie {
  width: 530px;
  font-size: 11px;
  font-family: Trebuchet MS, Trebuchet, Verdana, Arial;
  padding-left: 5px;
}

.submit {
background-color: #f0cd31;
border: 2px solid #4b4b4b;
width: 150px;
  font-family: Trebuchet MS, Trebuchet, Verdana, Arial;
}

.melding {
  margin: 10px 0px 10px 0px;
  padding: 5px;
}

.goed {
  border: 1px solid #25d431;
  background-color: #d3f6d6;
}

.fout {
  border: 1px solid #d2160d;
  background-color: #ffb9b9;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
  padding:0;
  margin:0;
  list-style-type:none;
  width:189px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */
.menu li {
  position:relative;
}

/* get rid of the table */
.menu table {
  position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;
}

/* style the links */
.menu a, .menu a:visited {
  display:block;
  text-decoration:none;
  height:24px;
  padding-top: 5px;
  color:#000;
font-size: 14px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
  width:159px; w\idth:159px;
}

/* style the link hover */
* html .menu a:hover {color:#fff; background:#4b4b4b;}

.menu .hoofdactief a {
  color:#fff;
  background: url(/gfx/menu_bg_hover.png) no-repeat;
}

.menu .hoofdactief ul li a {
  background: none;
}

.menu :hover > a {
  color:#fff;
  background: url(/gfx/menu_bg_hover.png) no-repeat;
}

.menu ul li a {
  text-align: right;
  padding-right: 30px;
}

.menu ul li {
  margin-bottom: 7px;
}

.menu ul li a:hover {
  background: url(/gfx/menu_bg_hover.png) no-repeat;
}

.menu ul li ul li a,.menu ul li ul li a:visited {
  text-align: left;
  padding-left: 30px;
  color: #DFB40D;
}

.menu ul li ul li a:hover {
  text-decoration: underline;
  color: #fff;
  background-color: #4b4b4b;
  background: none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
  visibility:hidden;
  width: 225px;
  position:absolute;
  top:0;
  left:189px;
  background-color: #4b4b4b;
   filter:alpha(opacity=95);
   -moz-opacity: 0.95;
   opacity: 0.95;
}


/* make the second level visible when hover on first level list OR link */
  .menu ul li:hover ul,.menu ul a:hover ul {
  visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
  .menu ul :hover ul ul{
  visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
  .menu ul :hover ul :hover ul ul{
  visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
  .menu ul :hover ul :hover ul{
  visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
  .menu ul :hover ul :hover ul :hover ul {
  visibility:visible;
}

