@import url("/stylesheets/header.css");
@import url("/stylesheets/leftbar.css");
@import url("/stylesheets/mainarea.css");
@import url("/stylesheets/footer.css");



div#container
{
   position: absolute;
   width: 900px;
   left: 50%;
   margin-left: -450px;
   background-color: #c1c1c1;
}

.colored
{
  color: #2AB904;
}

.errorbox
{
  border: 2px solid black;
  padding:5px;
  margin-left: 10%;
  margin-right: 10%;
  background-color: red;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}


/*  leftbar heeft postition: absolute,  hierdoor bepaalt maincontentarea de hoogte  */
/*  als er weinig in maincontentarea staat, wordt leftbar afgekapt of komt hij over de footer heen */
/*  deze dif zorgt voor een minimum hoogte als er weiig content is.    */
#minimumheight
{
  width: 0px;
  height: 325px;
  float: left;
}