
/* 
donkergroen: color:#BDD630
licht groen : color:#DBE898 
donker grijs: color:#555555
zwart:color:#000000
wit: color:#FFFFFF
*/


body{
    font-family:sans-serif;
    background:#DBE898;   //licht groene achtergrond
}

H1{
    background: #FFFFFF;
    color:#000000;
    font-size: 16px;
}  

H2{
   
    color:#000000;
    font-size: 14px;
		background:#BDD630;
    font-size: 12px;
    padding-left: 5px;  
		font-weight: normal;
}  

p,li{
    font-size: 12px;
}

/* lijntje tussen items  */
hr{
    color:#BDD630;
    height: 2px;
}

/* link */
a{
    color:#555555;
    font-size: 12px;
   /* padding-left: 5px;  */
    font-weight: normal;
}

/* titeltjes in donker grijze achtergrond  */
.title{
    background:#555555;
    color:#FFFFFF;
    font-size: 12px;
    padding-left: 5px;
}
.titleconference{
    background:#555555;
    color:#FFFFFF;
    font-size: 16px;
    padding-left: 5px;
		 padding-top: 5px;
		  padding-bottom: 5px;
			text-align: center;

}
.titelmeer{
   
    color:#000000;
    font-size: 14px;
		background:#BDD630;
    font-size: 12px;
  /*  padding-left: 5px;  */
		font-weight: normal;
		margin: 5px 5px 5px 5px;
		padding: 5px 5px 5px 5px;
}  

/* uitklapte tekst */
.meer{
    color:#BDD630;
    font-size: 12px;
    padding-left: 5px;
    font-weight: normal;
}
.partners{
 height:100px;
}

/* uitklapbare hoofding */
.course{
    background: #FFFFFF;
    color:#545454;
    font-size: 12px;
    font-weight: bold;
	
} 

 /*wit vlak waarin hoofding, knoppen en inhoud wordt voorgesteld */
#main{
    background: #FFFFFF;
    margin:0px auto;
    padding: 10px 5px 0px 5px;  
    width:860px;
    border: 3px;    
}

/*vlak met banner */
#head{
    margin:0px auto;
    padding: 0px 5px 10px 5px;
    background:  url('images/banner_ann.jpg') no-repeat;  
    position: relative;  left: -5px;
    width:865px;
    height:100px;
} 

/*groene footer met logo */
 #footer{
    background: #BDD630 url('images/footer_new.jpg') no-repeat;
		background-position: 0px 5px;
    color:#000000;
    margin:0px auto;
    padding-right:5px;
    position: relative;  left: -5px;  
    width:865px;
    height:55px;
    font-size: 12px;
    text-align: right;               
}

/* 6 uitklapbare teksten */
#tekst1,#tekst2,#tekst3,#tekst4,#tekst5,#tekst6 {
    display: none;
    background-color: #DBE898;
    padding-left: 15px;
    float:none;
}

/* div tag die witte ruimte maakt */ 
#spacer {
    width:865px;
    height:8px;
}
    


