/* Gebruikte kleuren:
   =================================
   // ToDo: vul hieronder de gebruikte kleuren in...
   1 donkergroen       : #388203;
   2 middelgroen       : #429b03;
   3 border img groen  : #8cc03f;
   4 licht groen tekst : #dafe99;   
*/

* {
}
/* ---- Start HTML tags ---- */
body {
   font-family : verdana, helvetica, sans-serif;
   font-size   : 75%;
   margin  : 0px;
   color       : #dafe99;
   margin-right: auto;
   margin-left : auto;
   height      :100%;
   background-image: url(../images/bkg_body.jpg);   
}
/* ---- End HTML tags ---- */

/* ---- Start Containers ---- */

.maincontainer
{
   margin-right: auto;
   margin-left: auto;
   width: 860px;
   height:auto;
   }

.kolom1
{
   background: none;
   margin: 316px 12px 0px 0px;
   txt-align: center;
   float: left;
   width: 180px;
   }

.kolom2
{
   background: #none;
   float: left;
   margin: 0px 0px 0px 0px;
   width: 460px;
   height:100%;
   }

.kolom3
{
   margin: 316px 0px 0px 12px;
   float: left;
   background: #none;
   width: 180px;
   }
   
.kolom1 img, .kolom3 img
{
   margin: 0px 0px 12px 0px;
   padding: 3px;
   background: #8cc03f;
   }
   
.title
{
   background-image: url(../images/bkg_titlemenu.gif);
   }
   
.contentholder
{
   background-image: url(../images/bkg_content.gif);
   background-repeat: no-repeat;
   width: 460px;
   height: 330px;
   }
   
.content
{
   width: 360px;
   height: 252px;
   margin: 15px 20px 0px 30px;
   padding: 0px 20px 0px 15px;
   text-align: left;
   overflow: auto;
   }
   
      
/* ---- Start Algemene Classes  ---- */

h1, h2 {
   font-family : verdana, helvetica, sans-serif;
   font-size   : 140%;
   color       : #b9fd01;
   }
   
h2 {
   display : inline; 
   } 
     
.txtlimoen   {
   display : inline;
   color       : #b9fd01;    
   } 
   
a:link, a:visited,a:active { font-size: 100%; color: #b9fd01; text-decoration:underline; }
a:hover {color: #b9fd01; font-size: 1em; text-decoration:none;}

hr {
	color: #b9fd01;
   height: 1px;
   border:0px;
}

/* form settings */
input,textarea,select {
	background-color : #e2ffce; 
	color : #000000; 
	border : 1px solid #b9fd01; }
   
.clearfix {
   /* For fixing floating div's in Firefox */
   display : inline-block;
}
.clearfix:after {
   /* For fixing floating div's in Firefox */
   content    : ".";
   display    : block;
   height     : 0;
   clear      : both;
   visibility : hidden;
   }
/* ---- End Algemene Classes  ---- */
