/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

 @media only screen and (max-width: 1000px) and (orientation: portrait)
	 {
	 body {
	 font-size: 90%; 
	 }
	 
	header {
	 position: relative;
	 left: 2%;
	 margin: 0;
	 width: 96%;
	 height: auto;
	 text-align: center;
	 font-size: 1.5em;
	 
	 } 
	 
	 nav {
	 position: relative;
	 left: 2%;
	 width: 96%;
	 height: auto;
	 font-size: 1.1em;
	 text-align: left;
	 }
	 
    nav div.ahref5 {
             height: auto;
      }
    
 a {
             background-color: #ffff80;
             font-weight: normal;
             color: #000000;
             text-align: center;
             width: 120px;
             min-height: 25px;
             display: inline-block;
             font-size: 0.8em;
             text-decoration: none;
      }
     dd.vergelijkdd {display: inline-table; 
                     width: auto; }  
     dt.vergelijkdt {display: inline-table; 
                     width: 250px;
                     padding-top: 1px; }                  
	 }

	