/***
Main Style
**/

body
{
 text-align:center;
 margin:20px auto;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#333;
 background-color: #eeeeee;
}

/*Algemene container, word gebruikt voor centreren van alle ander div's*/
#container
{
  width:984px;
  text-align:center;
  margin:0 auto;
}

/*Begin van de header*/
#container #header
{
  margin: 32px auto;
  padding: 0;
  height:80px;
  width: 307px;
  background: url('../images/logo.gif') top left no-repeat;
}

#container .left
{
  float: left;
  text-align: left;
  width: 415px;
  padding: 35px 25px 0 10px;
}

#container .left h4
{
text-align: center;
 color:#2b3087;
 font-size: 19px;
 font-weight: normal;
}

a, a:hover
{
 font-weight: bold;
 color: #333;
 text-decoration: none;
}

.blfifteen
{
 color:#2b3087;
 font-size: 15px;
}

#container .right
{
  float: left;
}