/* CSS DOCUMENT */
* {
  margin: 0;
  padding: 0;
  border: 0;
}
html,body {
  width: 100%;
  background: #FFF;
  font-size: 12px;
  font-family: Arial;
  color: #846563;
}

h1 {
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  display: block;
  width: 200px;
  height: 18px;
  background: #579729;
  text-indent: 8px;
  padding: 2px 0 0 0;
}
p {
  color: #000;
}
ul {
  list-style: none;
  margin: 8px 0 8px 8px;
}
li {
  color: #000;
}
a {
  color: #30630c;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}
a:active {
  color: #abcb99;
}
.streepje {
  font-size: 15px;
  color: #fbe8c0;
  margin: 0 7px 0 7px;
}
.kleur {
  color: #000000;
}
.alle {
  margin: 0 0 0 130px;
}

#header {
  width: 825px;
  height: 87px;
  margin: 0 auto;
  background: #FFF url(img/header.png) no-repeat;
}
#menubalk-top {
  color: ffffff;
  width: 100%;
  height: 25px;
  background: #57962b;
}
  #menubalk-top img {
    margin: 0 2px 0 0;
  }
  #menubalk-top p {
    padding: 3px 0 0 0;
	text-indent: -35px;
	text-align: center;
	font-size: 11px;
  }
#menubalk-bottom {
  width: 100%;
  height: 36px;
  background: #ffe17f;
  margin: 0 0 10px 0;
}
#contentcontainer {
  width: 825px;
  height: auto;
  background: #FFF;
  margin: auto;
}
#coreleft, #coreright {
  width: 200px;
  height: auto;
  background: #FFF;
  float: left;
}
#corecenter {
  width: 393px;
  height: auto;
  background: #FFF;
  border: #ffe17f 1px solid;
  float: left;
  margin: 0 11px 0 11px;
}
  #corecenter h2, #corecenter h3 {
    font-size: 15px;
	color: #836766;
	padding: 0 0 0 11px;
	float: left;
  }
  #corecenter h2 {
    padding: 5px 0 0 11px;
  }
  #corecenter p {
    color: #846563;
	margin: 0 0 0 12px;
	clear: left;
  }
  #corecenter img {
    clear: left;
    float: right;
	margin: 0 5px 0 0;
  }
  #corecenter img.gokkast {
    float: left;
    margin: 10px 0 0 75px;
  }
.content {
  width: 393px;
  height: auto;
  background: #FFF;
  margin: -15px 0 0 0;
}
  

.spelletjes {
  width: 200px;
  height: auto;
  background: #ffe17f;
  border: #579729 1px solid;
  margin: 0 0 10px 0;
}
hr {
  width: 100%;
  height: 1px;
  background-color: #ffe17f; /* voor FF */
  color: #ffe17f; /* voor IE */
  margin: 11px 0 8px 0;
  clear: left;
  float: left;
}

ul.icon  {
  margin: 0 0 10px 2px;
  padding: 0;
  list-style: none;
}
.icon li {
}
.icon li img {
  width: 37px;
  height: 30px;
  border: 1px solid #289725;
  margin: 0 5px 3px 10px; 
  padding: 0; 
  vertical-align: middle;
}
.icon li a {
  text-decoration: none;
}


