/************************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
************************************************************/

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
  background:#0058a1 url(../images/bg.png); 
  color:#000;
  font-size: 76%; 
  font-family: "Trebuchet MS", Arial, sans-serif; 
  line-height: 1.3em;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1, h2, h3, h4 {  
  color: #0B65B4;
  margin-bottom: 1em;
}

b, em { font-weight:bold; }  
b.dgmrbold { font-size: 1.2em; color: #0B65B4; }

p {  margin-bottom: 1.3em;  font-size: 1em; } 
td p { margin-bottom: 0; padding: 0.3em; }

a { color: #0B65B4; text-decoration: none;}
a:hover { color: #4AAB54; text-decoration: underline; }

table { margin-bottom: 1.3em; width: 100%; }
table .tr-0 td { font-weight: bold; }

#center ol, #center ul { 
  list-style:disc;
  margin-left: 1.3em;
  margin-bottom: 1.3em;
  padding-left: 1.3em;
}
#center ol { list-style:decimal; }

hr {
  clear:both;
  background: #FFF;
  color: #FFF;
  border: 0;
  line-height: 1px;
  height: 1px;
}
sup, sub { font-size:x-small; vertical-align:super; }
sub { vertical-align:bottom;}
.hidden { display:none; }

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#description, #skip { display: none; }
#logo {
  background: url(../images/logo.gif) no-repeat top;
  height: 98px;
  width: 212px;
  right: 20px;
  top: 0;
  position: absolute;
}

#logo a { display:block; height:98px; width:212px; cursor:pointer; }
#slogan {
  background: url(../images/slogan.png) no-repeat 0 0;
  height:46px; width:400px;
  left:20px; top:74px; position:absolute;
}

#copy {
  color: #0B65B4;
  margin-left:248px;
  margin-top: 24px;
        display: inline;
  float: left;
  font-size: 0.9em;
}

/*  Frames ///////////////////////////////////////////////////////////*/
.frame-blauw1, .frame-groen1 {
  border:1px solid #bcd5ed;
  background:#D1E2F2; height: 1%;
  padding:0.6em; margin-bottom:1.3em;  
}

.frame-blauw1 *, .frame-groen1 * {
  background:#D1E2F2;
  color:#0B65B4;
  margin:0;
}

.frame-groen1 { background:#309C3A; border:1px solid #309C3A;}
.frame-groen1 * { background:#309C3A; color:#fff;}
.frame-groen1 a:hover { color:#fff; }

