/* CSS Document */

h1{
  text-align: center;
  color: #154F9D;
  font-size: 15px;
}

#main .navigatie{
  color: #154F9D;
  text-decoration: none;
  text-align: center;
}

#main .navigatie a:link{
  color: #154F9D;
  text-decoration: none;
}

#main .navigatie a:hover{
  color: #154F9D;
  text-decoration: none;
  font-weight: bold;
}

#main .navigatie a:visited{
  color: #154F9D;
  text-decoration: none;
}

#main a{
  color: #ca252c;
}

#main a:visited{
  color: #993300;
}

#main a:hover{
  color: #ca252c;
}

#nieuws-table tr td a{
  color: #1C519F;
  text-decoration: none;
  font-weight: bold;
}

#nieuws-table tr td a:hover{
  color: #1C519F;
  text-decoration: underline;
}

#nieuws-table tr td a:visited{
  color: #1C519F;
}

.even-links-table{
  background-image: url(../img/nieuws-groen.gif);
  background-repeat: repeat-y;
}

.oneven-links-table{
  background-image: url(../img/nieuws-wit.gif);
  background-repeat: repeat-y;
}

.even-rechts-table{
  background-position: right;
  background-image: url(../img/nieuws-groen2.gif);
  background-repeat: repeat-y;
}

.oneven-rechts-table{
  background-position: right;
  background-image: url(../img/nieuws-wit2.gif);
  background-repeat: repeat-y;
}

.table-bottom{
  height: 23px;
  background-image: url(../img/nieuws-bottom.gif);
}

.table-bottom-text{
  height: 23px;
  background-position: right;
  background-image: url(../img/nieuws-bottom2.gif);
}

.white{
  color: white;
}

.white:hover{
  color: #1C519F;
}

#fotogallery p{
  float: left;
  width: 160px;
  height: 160px;
  text-align: center;
}

#fotogallery p.foto{
  width: 667px;
  height: auto;
  text-align: center;
}

#fotogallery p a{
  text-decoration: none;
}

#fotogallery p a img{
  border: 1px solid #000000;
}

.gaterug{
  float: left;
  width: 667px;
  text-align: center;
}