body
{
  font-family: Verdana;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

h1
{
  margin: 0;
  padding-bottom: 20px;
  font-weight: bold;
  color: #0069aa;
  font-size: 12px;
}

table, ul
{
  color: #494949;
}

p
{
  color: #494949;
}

a
{
  color: #3984be;
}

b
{
  color: #494949;
  font-size: 11px;
}


#wrapper
{
  background-color: #fff;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  position: absolute;
  min-height: 100%;
}

#header
{
  height: 305px;
}

#header ul
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#header ul li
{
  position: absolute;
  top: 0;
  left: 0;
}

#menu
{
  background-color: #a5a5a5;
  height: 29px;
  padding-left: 10px;
}

#menu ul
{
  line-height: 29px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu ul li
{
  float: left;
  margin-left: -1px;
}

#menu ul li a
{
  padding: 0px 20px 0px 20px;
  text-decoration: none;
  color: #fff;
  border-right: solid 1px #fff;
}

#menu ul li.last a
{
  border-right: 0;
}

#menu ul li:hover
{
  background-color: #fff;
}

#menu ul li:hover > a
{
  color: #0069aa;
}


#menu ul li ul
{
  background-color: #a5a5a5;
  display: none;
  margin: 0;
  position: absolute;
  top: 334px;
  width: 209px;
  z-index: 20;
}

#menu ul li ul li
{
  width: 210px;
}

#menu ul li ul li a
{
  border-right: 0;
  color: #fff;
}


#main
{
  padding: 50px 0px 190px 0px;
}

#main > div
{
  padding: 0px 50px 0px 50px;
  width: 399px;
}


#content
{
  border-right: solid 1px #e2e2e2;
  float: left;
}

#right
{
  float: right;
}

#news
{
  border-bottom: solid 1px #e2e2e2;
  margin-bottom: 20px;
  padding-left: 10px;
}

#blog h1
{
  padding-left: 10px;
  padding-bottom: 10px;
}

#blog div
{
  padding-left: 10px;
  color: #494949;
  height: 35px;
  line-height: 35px;
  background-image: url(/images/arrow.png);
  background-position: 375px center;
  background-repeat: no-repeat;
}

#blog a
{
  color:  #494949;
  text-decoration: none;
}
#blog div.even
{
  background-color: #e1edf8;
}

#blog div span
{
  color: #3984be;
}

#footer
{
  height: 165px;
  background-image: url(../images/footer.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  bottom: 0px;
  width: 1000px;
  position: absolute;
  font-size: 10px;
}


#footer ul
{
  line-height: 38px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#footer ul li
{
  float: left;
  margin-left: -1px;
}

#footer ul li a
{
  padding: 0px 15px 0px 15px;
  text-decoration: none;
  color: #fff;
  border-right: solid 1px #fff;
}

#footer ul li.last a
{
  border-right: 0;
}

#footer .bluenotion
{
  float: right;
}

#footer .buttons
{
  padding-left: 540px;
  height: 127px;
}

#footer .buttons img
{
  border: 0;
}

/* knoppen */
.mens
{
  background-image: url(/images/mens_active.png);
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 119px;
  width: 142px;
}

.dier
{
  background-image: url(/images/dier_active.png);
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 119px;
  width: 142px;
}

.mensendier
{
  background-image: url(/images/mens&dier_active.png);
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 119px;
  width: 142px;
}


.news
{
  padding-bottom: 20px;
}

.news h1
{
  padding-bottom: 0px;
}


.clear
{
  clear: both;
  font-size: 0px;
}

/* Blog */

.blog .image
{
  float: left;
  width: 120px;
}

.blog .content
{
  float: left;
  width: 270px;
}

/* Inscrhijf form */
.submissionform input[type="text"], textarea
{
  border: solid 1px black;
}
    
.submissionform input[type="text"]
{
  width: 200px;
}
    
.submissionform textarea
{
  width: 290px;
  height: 110px;
  font-family: Verdana;
  font-size: 11px;
}

.submissionform .hidden
{
  display: none;
}

.submissionform #city
{
  width: 144px !important;
}

.submissionform #postal
{
  width: 50px !important;
}

#datefields span
{
  font-weight: bold;
}
