/*kleuren
  donkerblauw: 00407a
  oranje: ee8f03
  licht grijsblauw: bed7df
  donker grijsblauw: 54b1b8
  heel licht groen: e8f5f6
  grijs groen: 72aabe;
  heel licht grijs: fdfdfd
  highlight grijs: f6f6f6
  titelrood: a60046
  subtitle blauw: 075a90
*/

/*AANPASSING VAN DE DIV ZODAT MOZILLA DIV'S OP ZELFDE MANIER BEHANDELD ALS IE*/
UL{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
P{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

html {
  height:100%; /* fix height to 100% for IE */
  max-height:100%; /* fix height for other browsers */
  padding:0; /*remove padding */
  margin:0; /* remove margins */
  border:0; /* remove borders */
  background:#000; /*color background - only works in IE */
  font-family: Arial, Helvetica, Helv, Verdana, DejaVu Sans condensed, sans;
  font-size: 75%;
}

body
{  
  background-color: #000;
  margin: 20px 0px 0px 0px;
  padding: 0px;
  color: #fff;
}

h3
{
  color: #fff;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  font-size: 120%
}

a, a:visited, a:active
{
  color: #fff;
  text-decoration: none;
}

a:hover
{
 text-decoration: none;
 color: yellow;
}

#centerwrapper
{
  position: relative;
  width: 100%;
  margin:0 auto;
  text-align: center;
}

#centerfield
{
  position:relative;
  margin:0 auto;
}

#centerfield img
{
  border: 1px solid white;
}

#left
{
  position: absolute;
  left: 10px;
  top: 10px;
  text-align: left;
  width: 150px;
  font-size: 150%;
  z-index: 10;
  background-color: #000;
}

#right
{
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: right;
  width: 150px;
  z-index: 10;
  background-color: #000;
}

.clear {clear:both;height:1px;overflow:hidden;}

