/* settings */

body {background: #697B2E;  margin: 0px;}


a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #554F12;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #554F12;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #697B2E;
	}

/* ----- fonts ----- */

h2 {
	color: #554F12;
	font-size:14pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}

font {color: #554F12; font-size:8pt; font-family:Verdana, Helvetica, sans-serif, Arial;  font-weight: normal; text-decoration: none;}

.geeks {color: #554F12; font-size:8pt; font-family:Verdana, Helvetica, sans-serif, Arial;  font-weight: normal; text-decoration: none; text-align: center;}

.g9 {color: #554F12; font-size:9pt; font-family: Arial, Verdana, Helvetica, sans-serif;  font-weight: normal; text-decoration: none;}

.g8z {color: #000000; font-size:8pt; font-family:Verdana, Helvetica, sans-serif, Arial;  font-weight: normal; text-decoration: none;}

.b9 {color: #323232; font-size:9pt; font-family:Verdana, Helvetica, sans-serif, Arial;  font-weight: bold; text-decoration: none;}

.g9l {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #323232;
  background-color: #FFFFFF;
}

.plaatje-rechts {
	border: thin none #000000;
	right: 100%;
}

.rand {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.form {
background-color: #B2B2B2;
}

.form-2 {
  background-color: #B2B2B2;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

#logo {
        width:200;
        text-align:left;
}
#imageContainer {
position: relative;
height:500px;
}
#imageContainer img{
 display: none;
 left:0;
 opacity: -0.01;
 position: absolute;
 top: 0;
}
