body{
  background-color: #7fa9cf;
  background-image: url(../images/body_back.gif);
  background-repeat: repeat-x;
  font-family: arial;
  font-size: 12px;
  margin: 0;
  padding: 0;
   color: #0053A1;
}
a:focus{
  outline: none;
}
h1{
  font-size: 18px;
  color: #0053A1;
}
#global_splash{
  width :775px;
  margin: 0 auto;
  text-align: center;
}
.buttons {
  margin: 0 0 20px;
  height: 252px;
  padding: 60px 0 0;
  overflow: hidden;
}
.buttons li {
  width: 252px;
  height: 252px;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.buttons a {
  width: 252px;
  height: 238px;
  padding-top: 14px;
  display: block;
  color: white;
  font-size: 18px;
  background-repeat: no-repeat;
  text-decoration :none;
}

.buttons a:hover {
  color: #c7e3fc;
}
.buttons a.site {
  background-image: url(../images/button_site.jpg);
}
.buttons a.uitslagen{
  background-image: url(../images/button_uitslag.jpg);
}
.buttons a.fotos{
  background-image: url(../images/button_photo.jpg);
 /*background-image: url(../images/button_inactive.jpg);*/
}
.buttons a.site:hover{
  background-image: url(../images/button_site_a.jpg);
}
.buttons a.uitslagen:hover{
  background-image: url(../images/button_uitslag_a.jpg);
}

.buttons a.fotos:hover{
  background-image: url(../images/button_photo_a.jpg);
  /* background-image: url(../images/button_inactive_a.jpg);*/
}
.footer img{
  border: none;
}
.menu{
  width: 304px;
  margin: 0 auto;
}
.menu ul{
  margin: 0;
  padding: 0;
}
.menu li{
  list-style: none;
}
.menu li a{
 background-image: url(../images/button.gif);
 display:block;
 height:36px;
 width :304px;
 font-size: 14px;
 color: #0053A1;
 line-height: 32px;
 text-decoration: none;
}
.menu li a:hover{
 background-image: url(../images/button_hover.gif);
 color: maroon;
}
.terug{
  width: 304px;
  margin: 0 auto;
  text-align: left;
  line-height: 32px;
}
.terug img{
  margin-right: 4px;
}
.terug a{
  color: white;
  text-decoration: none;
}
.terug a:hover{
  color: maroon;
}
