#nl{
margin-left:   80px;
}

/* menu */

#menu

{

margin-top:    40px; 

margin-left:   auto;

margin-right:  auto;

margin-bottom: auto;

z-index:       1;

}

#menu ul

{

list-style-type: none;

text-align: center;

margin-top: -8px;

padding: 0px 1px 0px 1px;

position: relative;

z-index: 2;

}



#menu li

{

display: inline;

text-align: center;

margin: 0px 0px 2px 0px;/*ruimte tussen blokjes*/



}



#menu li a

{

margin: 0px 0px 2px 0px;/*ruimte tussen blokjes*/

color: #666;

border-top: 1px solid #ccc;

border-right: 1px solid #ccc;

border-bottom: 1px solid #ccc;

padding: 1px 1px 1px 1px;

border-left: 1px solid #ccc;

background-color: #fff;

text-decoration: none;

}



#menu li a:hover

{

padding: 1px 1px 1px 1px;

margin: 0px 0px 2px 0px;/*ruimte tussen blokjes*/

color: #000;

border-top: 1px solid #666;

border-right: 1px solid #666;

border-bottom: 1px solid #666;

border-left: 1px solid #666;

background-color: #fff;

text-decoration: none;

}





/*lay-out elementen*/

.logo {

   float: left;

   width: 165px;

   padding: 5px 5px 5px 5px;

   border-top:    none; 

   border-right:  none; 

   border-bottom: none; 

   border-left:   none; 

   }

h1 {

   font: bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif;

   letter-spacing: -1px; 

   padding: 2px 0 0 0px;

   margin: 0;

   color: #464548;/*donkergrijs*/

   background: inherit;

   }

h1 a {

   text-decoration: none;

   color: #464548;/*donkergrijs*/

   background: inherit;

   }

h1 a:hover {

   color: #C3593C;/* oranje bruin */

   background: #FFF;

   }

h1 .red{

   color: #0000FF; /*donkerblauw*/

   background: inherit;

   }

p {	

   margin: 0 0 5px 0; 

   }



/*login portaal*/

.login a:link, .login a:visited

   {

   float: right;

   margin-top: 2px;

   margin-right: 2px;

   display: block;

   padding: .2em .5em .2em;

   background-color: #FFF;/*03F*/

   color: #464548;/*ccc kleur letters*/

   border: 1px dashed #666;/*#006*/

   width: 11em;

   text-decoration: none;

   text-align: center;

   }

.login a:hover, .login a:active

   {

   background-color: #FFF;/*#03F*/

   color: #006;/*#006 kleur letters link*/

   }



