/**
 * @version 2.0
 * @author MillBrake Productions (Jooke en Ernst)
 * @package Joomla
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * colors used:
 * color: #2b2830 = donker bruine kleur
 * color: #c9a556 = licht bruine kleur
 * color: #9b3705 = rood bruine kleur
 * om een sectie te laten zien gebruik onderstaande regel
 * border: 2px dotted yellow;
 */

/* ################  Algemeen  ################  */
* {
  margin: 0;
/*  padding: 0; */
/*  border-color: #2b2830; */
}


/* ################  De hele pagina  ################ */
body {
  color: #c9a556;
  font-family: verdana;
  font-size: 11px;
  margin: 0 auto; 
  text-align: left;
  max-width: 1000px;
  background: #2b2830 url(../images/achtergrond-kop.jpg) 0px 0 no-repeat;
}

form#adminForm fieldset:nth-of-type(1n+2) { display:none }

/* ###########  De kop  #############  */
#kop-sectie {
/* Kop */
/*  border-left: 1px dotted yellow;
  border-right: 1px dotted red; */
}

#kop-linkerkant {
/* kop-Links */
}

#kop-midden {
/* kop-midden */
  text-align: left;
  margin: 0 0 0 60px; 
  height: 161px;
}
  
#kop-rechterkant {
/* kop-rechts */
}

/* ###########  de menu-sectie  #############  */
#menu-sectie {
/* main */
  float: left; width: 100%;
    height: 25px;
  background-color: #c9a556;
}

#top_menu #active_menu-nav {
/* Kop Menu de actieve optie*/
  background:#2b2830;
  color:#c9a556;
}

#top_menu ul {
/* volledige menu regel */
  display:block;
  padding: 3px 0;
  text-align:left;
  border-right:#2b2830 solid 100px;
  border-left: #c9a556 solid 170px;
/*  border-color: #2b2830; */
}

#top_menu ul li {
/* Zorg dat de menu opties op 1 regel gaan staan */
  display:inline;
  text-align:center;
}

#top_menu ul li a:link,#top_menu ul li a:visited {
/* iedere menu optie */
  font-weight:bold;
  text-decoration:none;
  border-right:solid 7px;
  padding: 3px 10px;
  line-height:19px;
  color:#2b2830;
  border-color: #c9a556;
}

/* ,#top_menu ul li a:active,#top_menu ul li a:focus  */
#top_menu ul li.current.active a, #top_menu ul li a:hover {
/* Door muis aangeraakte menu optie */
  font-weight:bold;
  background:#2b2830;
  color:#c9a556;
}

#hoofd-Sectie {
/* main */
  float: left; width: 100%;
  background:url(../images/achtergrond-midden.jpg) 0 0 repeat;
}

#linkerkant {
/* linkerkant */
  float: left;
  width: 200px;
  height: 500px;

}

#midden {
/* Inhoud */
  padding: 0 1em;
}

h1 {
  font-size: 19pt;
  font-weight: normal;
  margin: 0px 0px 0 -30px;
    padding: 0px 0px 11pt 0px;
  color: #c9a556;
}


h2 {
  font-size: 14pt;
  font-weight: normal;
  margin: 0px 0px 0 -30px;
    padding: 0px 0px 11pt 0px;
  color: #c9a556;
}

.leading {
  font-size: 18px;
/*  font-weight: bold; */
  border-color: #2b2830;
  color:#c9a556;
}

.blog {
  color:#c9a556;
  font-size:18px;
  margin: 20px 20px 0 20px;
/*  line-height: 1.1em; */
}

.item-page {
  font-size:11pt;
  margin: 35px 0px 0 182px;
  line-height: 1.3;
/*  border-color: #2b2830; */
    border-width:0px;
  color: #c9a556;
}

.items-leading.clearfix {
  font-size:11pt;
  margin: 35px 0px 0 182px;
  line-height: 1.3;
/*  border-color: #2b2830; */
    border-width:0px;
  color: #c9a556;
}

.item-page_frontpage {
  font-size:11pt;
  margin: 19px 0px 0px 13px;
  line-height: 1.3;
  border-color: #2b2830;
  color: #c9a556;
}

 a:link, a:visited {
  color: #9b3705;
}

h4 {
  font-size:14px;
}

#rechterkant {
/* rechterkant */
  float: right;
  width: 200px;
  height: 500px;
}

#rechterkant h3 {
  font-size: 1.2em;
  font-weight:bold;
  text-align: center;
  margin: 20px 20px 10px 20px;
  color: #2b2830;
}

#rechterkant div {
  margin:0 5px 0 0;
}

#voet-sectie {
/* footer */
/*  clear: all; */
  float: left;
  background:url(../images/achtergrond-midden.jpg) 0 0 repeat;
  width: 100%;
}

#copyright {
/* Standaard copyright tekst */
  padding: 20px 0 20px 0;
  text-align:center;
  margin:0 280px 0 0px;
  font-size: 10px;
  line-height: 1;
  color: #c9a556;
}

p.buttonheading {
  text-align:right;
}

.buttonheading img {
  border:0;
  height: 19px;
}

/* ###########  aanpassingen voor editor  #############  */
.mceContentBody
{/* achtergrond kleur naar wit */
  background:url(../images/achtergrond-midden.jpg) 0 0 repeat;
  font-size:11pt;
  line-height: 1.3;
  margin: 0 0 0 196px;
  color: #c9a556;
}