﻿body
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #006553;
  background-color: #fff2d0;
  margin: 0px;
  padding: 0px; /*work-around voor ie 5.x om horizontaal te aligneren */
  text-align: center; /*----------------------------------------------------*/
  background-image: url(../img/bg_splash.jpg);
  background-repeat: repeat-y;
  background-position: top center;
}

#t1
{
  position: relative;
  border-top: solid 1px #006553;
  border-collapse: collapse;
}
.test
{
  text-align: center;
  font-size: 10px;
  border-collapse: collapse;
}
.test2
{
  border-right: solid 1px #006553;
  border-left: solid 1px #006553;
  border-collapse: collapse;
}

a:link, a:visited
{
  text-decoration: none;
  color: #006553;
}
#splashbackground
{
  text-align: left;
  width: 779px;
  margin: 0px auto;
  height: 430px;
  background-image: url(../img/splash_bg.gif);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
#taalkeuze
{
  position: absolute;
  left: 321px;
  top: 194px;
  margin: 0 auto;
  z-index: 2;
  width: 297px;
}
#logo
{
  /*de position absolute is hier nodig om het logo reltief te positioneren tegenover de background van de splash,  	op voorwaarde dat die op relative staat 	*/
  background-image: url(../img/logo.gif);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
  position: absolute;
  left: 65px;
  top: 10px;
  width: 183px;
  height: 90px;
  margin: 0px;
}
#image1
{
  background-image: url(../img/image1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  _left: 313px;
  left: 312px;
  top: 0px;
  width: 309px;
  height: 107px;
  margin: 0px;
}
#image2
{
  background-image: url(../img/image2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  _left: 1px;
  left: 0px;
  top: 322px;
  width: 312px;
  height: 108px;
  margin: 0px;
}
#image3
{
  background-image: url(../img/image3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  _left: 622px;
  left: 621px;
  top: 216px;
  width: 158px;
  height: 214px;
  margin: 0px;
}
#image4
{
  background-image: url(../img/image4.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  _left: 313px;
  left: 312px;
  top: 216px;
  width: 309px;
  height: 106px;
  margin: 0px;
}
/*hack voor internet explorer voor het centreren van de background omdat het aantal pixels 779 oneven is*/
body > #iehackposbg
{
  margin-left: 1px;
}
