/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
@charset "UTF-8";
/* CSS Document */

/******************** MENU *********************/  /* hack for Internet Explorer */ * html div#menu_horiz {    /* hide ie/mac \\*/    height: 1%;    /* end hide */ }  
/*  background-color for the entire menu row,  covering 100% of the width and text center-aligned  */ 

div#menu_horiz { padding-left:24px;    background-image:url(images/cms/balk.jpg); 
/*verloop roze blauw van de huisstijl */    width: 816px;  }  
/*  the menu ul box has top and left border,  right border is provided by the li elements  */ div#menu_horiz ul {    margin: 0;    padding: 0;    height:2.35em; }   
div#menu_horiz ul ul{    margin: 0;    padding: 0;    height:2.2em; }   
div#footer_horiz ul {    margin: 0;    padding: 0;     border-left:  2px solid #CF7379;    height:2.2em; }   
/* menu list items */ 

div#menu_horiz li {    float: left; 
/* makes the list horizontal */    list-style: none; 
/* hides the list bullet */     margin: 0 ;    border:0px;   }  
 /* the links, that is each list item */ 
div#menu_horiz a {    padding: 0.6em 1.4em .6em 1.4em; 
/* padding inside the list item box */    margin: 0; 
/* margin outside each list item box */    text-decoration: none; 
/* no underline for links */    color: #ffffff;    display: block; 
/* IE has problems with this, fixed above */ }   
/* hover state for links */ 
div#menu_horiz li a:hover {    background-color: #ffffff; color:#524663 /* antraciete linkblock */ }   
div#menu_horiz li a:active {    background-color: #ffffff; color:#524663 /* antraciete linkblock */ }   
div#menu_horiz h3 {  margin:0;    padding: 6px;    height:16px; font-size: 1em;     
/* padding inside the list item box */    

/* margin outside each list item box */    
text-decoration: none; 
/* no underline for links */    
color: #524663; /* paars van de header */    
background: #ffffff; /* prachtige paars - lilla  #a6a9d1;  */    

/*randjes om de link-afbeelding*/ 
/* background-image: url(images/cms/link.jpg)  ;*/    border-right:2px solid #ffffff; 
/* randjes om de link-afbeelding*/   
 
/* IE has problems with this, fixed above */    
/* instead of the normal font size for <h3> */ } 
/* End of 'Navigation: Simple - Horizontal' */

