/* CSS Document --> Styles die gelden voor heel de VAB website */

/*scrollbars altijd tonen in firefox*/
html { overflow: -moz-scrollbars-vertical; }

body,td,th,p,input,select,textarea, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545347;
}
body 
{
	margin-top: 10px !important;
}

@media print 
{
    #ctl00_splash_splashscreen
    {
        display:none;
    }
}

#header,.mainheader {
	 /*height:100px;*/
	 position: relative;
	 background-color:#ffffff;	 
}
#headervabtankkaart{
	height:130px;
	position:relative;	 
}
#div_banner {
	position: absolute;
	width:973px;
	text-align:center;	
}
#div_logo{
	bottom: 10px;
	position: absolute;
}
#div_toto{	
	position: absolute;	
	right: 0;
	top: 20px; 
}
#div_totovabtankkaart{	
	position: absolute;	
	right: 0;	
	bottom: 10px;
}
#div_totocenter{
	position: absolute;	
	bottom: 10px;
	left:355px;
	width:400px;
}
#topmenu{
	position: absolute;	
	right: 0;	
	bottom: 10px;
	font-size: 10px;
	color: #747363;	
}
#topmenu a{
	color: #747363;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
#topmenu a:hover{
	color: #545347;
}
#topmenu_en
{
	position:relative;
	font-size: 10px;
	color: #747363;	
}
#topmenu_en a{
	color: #747363;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
#topmenu_en a:hover{
	color: #545347;
}
#mainmenu {
	background: url(../layout/mainstyle/navbalk.png) repeat-x;
	line-height: 40px;
	width: 973px;
}
#mainmenu a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	margin-left: 25px;
	text-decoration: none;
}
#mainmenu a.main_home:hover,
#mainmenu a.main_home_a { color: #F7CC04; }
#mainmenu a.main_actueel:hover,
#mainmenu a.main_actueel_a { color: #FF6600; }
#mainmenu a.main_auto:hover,
#mainmenu a.main_auto_a { color: #F7CC04; }
#mainmenu a.main_vakantie:hover,
#mainmenu a.main_vakantie_a{ color: #33CCFF; }
#mainmenu a.main_woning:hover,
/*#mainmenu a.main_woning_a { color: #6D2408; }*/
#mainmenu a.main_woning_a { color: #950000; }
#mainmenu a.main_gastronomie:hover,
#mainmenu a.main_gastronomie_a { color: #CC0000; }
#mainmenu a.main_produkten:hover,
#mainmenu a.main_produkten_a { color: #76C104; }
#mainmenu a.main_rijschool:hover,
#mainmenu a.main_rijschool_a { color: #FF6600; }
#mainmenu a.main_mijnvab:hover,
#mainmenu a.main_mijnvab_a { color: #B8B6A5; }

#submenu{		
	padding-bottom: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;		
	padding-top: 7px;
	background-color: #F0F0F0;
}

#titelvak{		
	padding-bottom: 1px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}

#bannervak{
	text-align: center;
}
#content{
	padding: 20px;
	padding-right: 0;
}
#headerfoto{
	margin-left: -20px;
	margin-top: -20px;
	margin-bottom: 20px;
}
#footer{
	border-top: 1px solid #E2E2DC;
}
h1{
	font-size: 17px;
	margin-top: 0;
}
h2{
	font-size: 15px;
}
h3{
	font-size: 13px;
}
a, a:visited, a:link{
	text-decoration: underline;
	color:#545347;
	margin-top: 2px;
}

.ulclass 
{
	margin-left: 15px; 
	padding-left: 0; 
	margin-top: 0;
	margin-bottom: 0;
}

/* MIJN VAB LOGIN */
.text {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#000000;
}

.button{	
    border: 0;
	background-color:#6D6D61;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	width:110px;
}

.lijn {
    border-bottom:solid 1px #E1E2DB;
    border-top:solid 1px #FFFFFF;
    width:100%;
    height:2px;
}

/* SPLASH PAGE */
div.fullscreen{
    display:block;

    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top: 0;
    left: 0;
    
    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;
	background-color:#FFF;
	opacity: 0.8;
	filter: alpha(opacity = 80);

	
	padding-top:80px;
	overflow:hidden;
	
	z-index:1001;  
  }
  
  div.splash a{
	  color:#000;
  }
  
  
  div.splash{
	  color:#000;
	  background-color:#FFF;
	  text-align:right;
	  display:block;
	  font-size: 16px;
	  
	  position:absolute;
	  width:630px;
	  left:25%;
	  top:25%;
	  
	  overflow:hidden;
	  z-index:1002;  
  }
  
  .splashtext{
	  padding:5px;
  }
  
.VABbutton 
{
    position:relative;
    font-weight:bold !important;
	display: block;
	outline: none;
	cursor: pointer;
	
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: .5em .5em .5em .4em;
	
}
   
.VABbutton::after {
    content:' ';
    display:block;
    position:absolute;
    bottom:6px;
    right:5px;
    
    border-color:  transparent  transparent transparent #E09530;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
    
}


.actueelColor
{
    border:2px solid #E09530;
	color:#E09530;
}
   


