/*This is the core style sheet of part of the site.*/


body, table, tr, td { font-family:Verdana,Arial,sans-serif;
    font-size: 13px;
    text-decoration: none;
    line-height: 150%; 
    font-weight:400;
    color: #000000; 
    text-align: left;
    }
    
p   {
    margin:0 0 .7em 0;padding:0;
    }
    
blockquote  {
    margin:0 10 .7em 20;padding:0;
    }

hr
{
  background: #ccc;
  border: 0px none;
  color: #ccc;
  height: 1px;
  margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px
}

.klein {
    font-size: 11px;
    text-decoration: none;
    line-height: 130%;
    text-align:left;
    }
    
.title {
   font-family: Verdana,Futura Md BT;
   font-size: 18px;
   letter-spacing: 3px; 
   font-weight:700;
   text-align: center; 
   }  
    
.rollover {
   display:block;
   width:30px;
   height:30px;
   text-decoration:none;
   background:url('images/email.jpg');
   }
   
.rollover:hover{
   background-position:-30px 0;
   }

    
h1 {
   font-family: Verdana,Futura Md BT;
   font-size: 16px;
   letter-spacing: 2px; 
   font-weight:600;
   text-align: center;
   margin:0 0 .7em 0;padding:0
}

h2 {
   font-family: Verdana,Futura Md BT;
   font-size: 15px;
   letter-spacing: 1.5px; 
   font-weight:600;
   text-align: center;
   margin:0 0 .7em 0;padding:0
   }
   
h3 {
   font-size: 14px;
   letter-spacing: 1.5px; 
   font-weight: 400;
   text-align: left;
   }
   
h4 {
   font-size: 13px;
   text-decoration: none;
   line-height: 120%;
   font-weight: 600;
   text-align: left;
   }
   
/* lijst */
#list
	list OL 		
			{	
  			font-weight:normal;
			padding:2px;
			margin:0;
	 		}
	 		
	list LI		
  			{	
	  		line-height:160%;
	  		font-size: 12px;
	 		margin-top:8px;
	 		margin-right:5px;
	 		margin-bottom:10px
			}


        
a:link {
   color: #20B2AA;
   text-decoration: none;
   }

a:visited {
   color: #00CC66;
   text-decoration: none;
   }

a:hover {
   background-color: #00FF00;
   }

a:active {
   background-color: #006B6B;
   }

a#current {
   color: #ffffff;
   background-color:#cccc99;
   background-image:url('../../CIE/none');
   }
