/*-----------------------SPLASH-----------------------------*/
body{
	background-color: #232323;	
	/*background-image: url(/img/splash/body_back.jpg);
  background-position :top center;
  background-repeat: no-repeat;*/
	font-family: arial;
	color: #838383;
}
#slideshow { 
  position: relative; 
  width: 100px; 
  height: 334px;   
}
#slideshow div { 
  position: absolute; 
  left: 0; 
  top: 0; 
}
.image1{

}

.menuimages{
  position :absolute;
  top: 15px;
  left :0px;
  height: 334px;
  width :1000px;  
  z-index: 100;
}
.image1_menu{
  height: 144px;
  left: 37px;
  position: absolute;
  top: 339px;
  width: 218px;
  z-index: 100;
}
/*
.menuimages .image1, .menuimages .image2, .menuimages .image3, .menuimages .image4{
  display: none;
}
.menuimages:hover .image1{
  display: block;
}
*/
#myoutercontainer { 
  height: 100%;  
}
#myinnercontainer { 
  position:absolute; 
  top:50%; 
  height: 540px; 
  margin-top:-270px; 
  z-index: 10; 
  left: 50%; 
  width: 1000px; 
  margin-left: -500px;
}
.adres{
  font-size :12px;
  text-align: center;
}
#splash_submenu div {
  float :left;
  width :240px;
}
#selecttaal{
  text-align: right;
  padding-right: 40px;
}
#splash_submenu{
  background-image: url(/img/splash/menu_back.jpg);
  background-position :right;
  background-repeat: no-repeat;
  width: 980px;
  height: 170px;
  padding-left: 20px;
}
#splash_submenu h2 a{
  color: white;
  font-size :24px;
  font-weight: normal;
  text-decoration :none;
  padding-left: 20px;
  margin: 0;
  
}
#splash_submenu h2{
  margin: 0;
  margin-top: 20px;
}
#splash_submenu ul{
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
#splash_submenu ul li{
  list-style: none;
}
#splash_submenu ul li a{
  font-size: 14px;
  line-height :32px;
  color: #0073bb;  
  text-decoration :none;
  background-image: url(/img/splash/menu_arrow.gif);
  background-position :left ;
  background-repeat: no-repeat;
  padding-left: 25px;
  z-index: 200;
  position :relative;
}
#splash_submenu ul li a:hover{
  color :white;
  text-decoration: underline;
  background-image: url(/img/splash/menu_arrow_hover.gif);
}

