/* CSS Document */

body{
  margin: 0;
  padding: 0;
}

#sitecontainer{
  position: absolute;
  width: 960px;
  left: 50%;
  margin-left: -480px;
  min-height: 100%;
  height: auto;
  font-family: Garamond;
  font-size: 11px;
  border: 1px solid #90cfec;
}

#top{
  float: left;
  width: 960px;
  height: 139px;
}


/* top */
#logo{
  float: left;
  height: 139px;
  width: 364px;
}

#header{
  float: left;
  height: 139px;
  width: 596px;
  background-image: url(../img/bg-header.png);
  background-repeat: no-repeat;
  font-family: arial;
  font-size: 11px;
}

#header-text{
  float: right;
  height: 85px;
  width: 188px;
  border-right: 1px solid #fff;
  margin-right: 32px;
  margin-top: 27px;
  text-align:right;
  padding-right: 7px;
  color: #737273;
}

#header-text a{
  text-decoration: none;
  color: #737273;
}

#header-text a:visited{
  text-decoration: none;
  color: #737273;
}

#header-text a:hover{
  text-decoration: none;
  color: #737273;
}

/* main */

#wrapper{
  float: left;
  width: 850px;
  min-height: 410px;
  margin-top: 30px;
  margin-left: 40px;
}

#wrapper #terug{
  float: left;
  width: 850px;
  text-align: center;
}

#wrapper #terug a{
  color: #17519A;
  font-weight: bold;
}

#wrapper #pagina{
  width: 600px;
  margin-left: 125px;
  font-size: 12px;
}

#wrapper #pagina h1{
  color: #17519A;
}

#wrapper #pagina a{
  text-decoration: none;
  color: #4d94c2;
}

#wrapper #pagina a:visited{
  text-decoration: none;
  color: #4d94c2;
}

#wrapper #pagina a:hover{
  text-decoration: none;
  font-weight: bold;
  color: #737273;
}

.map{
  float: left;
  width: 108px;
  height: 128px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 90px;
}

.map a{
  text-decoration: none;
  color: #4d94c2;
}

.map a:visited{
  text-decoration: none;
  color: #4d94c2;
}

.map a:hover{
  text-decoration: none;
  /*font-weight: bold;*/
  color: #737273;
}