/* CENTERED WITH FOOTER EXAMPLE */ 

/*
p_agenda
{
border-style: groove;
border-color: #fcb22d;
}
*/

div#site, div#footer { 
    width: 980px; /* Breedte van de site */ 
} 


div#site { 
    position: relative; 

    margin: 0 auto; 
     
    overflow:hidden !important; /* cleart floats voor opera, firefox etc... */ 
    overflow:visible; /* Fix voor IE6, footer scrollt anders over content heen */ 

    background-color: #7BAE52; /*  #eee;  */
    background-image: url(../images/example_faux_columns.gif); 

    height: auto !important; 
    height: 100%; /* IE6 treats this as min-height */ 
    min-height: 100%; 
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
} 

div#header { 
    height: 120px; 
    background-color: #7BAE52; 
	border-style: groove;
	border-color: #292842;
/*	background-image:url('logo-bb-verdana110top85.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
 */
} 

div#menu { 
    float: left; 
    width: 170px; /* was 200px */
    background-color: #292842; 
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin-top:5px;
/*	margin-top:20px;
			margin-bottom:10px;
			margin-right:0px;
			margin-left:10px;  
*/
} 

ul.navbar {
  position: relative;
  top: 0;
  left: 0;

  
  list-style-type: none;
  padding: 0px;
  background-color: 292842; 
/*  border-style: groove;
	border-color: #292842;  */
  margin-top:0px;
	margin-bottom:10px;
	margin-right:5px;
	margin-left:1px;
   }

   

   
ul.navbar li {
/*  background: #fcb22d; */
  margin: 5px 0px 3px; 
  padding: 3px; 
   
  }
  
ul.navbar a {
  text-decoration: none }
a:link {
  color: #33CC00 }
a:visited {
  color: #33CC00 }

  ul.navbarc {
  position: relative;
  top: 0;
  left: 0;

  
  list-style-type: none;
  padding: 0px;
  background-color: #292842; 
  border-style: groove;
	border-color: #fcb22d;
  margin-top:0px;
	margin-bottom:10px;
	margin-right:5px;
	margin-left:1px;
   }
   
ul.navbarc li {
/*  background: #fcb22d; */
  margin: 5px 0px 3px; 
  padding: 3px; 
   
  }

 
ul.navbarc a {
  text-decoration: none }
a:link {
  color: green }
a:visited {
  color: green }
  
div#menul{ 	font-family: Verdana, Geneva, sans-serif;
			font-size: 14px;
			margin-top:10px;
			margin-bottom:10px;
			margin-right:5px;
			margin-left:1px;
			background-color: #292842; 
		}

div#content { 
    float: left; 
    width: 760px; 
    background-color: #7BAE52; 
	padding: 20px;
	margin-top:5px;
/*	border-style: groove;
	border-color: #7BAE52; */
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
} 

div#content, div#menu { 
    padding-bottom:110px; /* Ruimte maken voor de footer, waarde = height_footer + padding */ 
} 

div#footer { 
    position:relative; 
    height: 100px; 
    margin:-100px auto 0 auto; /* Negatieve top margin(=height) "trekt" footer in beeld */ 
    background-color: #7BAE52; 
	border-style: groove;
	border-color: #292842;
	centeralignfoot {text-align: center};
leftalignfoot {text-align: left};
rightalignfoot {text-align: right};
 /*	background-image:url('logo-bb-verdana100foot85.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	*/
}

p  	{ 	font-family: Verdana, Geneva, sans-serif;
		font-size: 14px;
	}
	
ml	 	{ 	font-family: Verdana, Geneva, sans-serif;
			font-size: 15px;
			margin-top:20px;
			margin-bottom:20px;
			margin-right:0px;
			margin-left:10px;
	
		}
	
h1 	{ 	font-family: Verdana, Geneva, sans-serif;
		font-size: 18px;
		font-weight: bold;
	}
	
h2 	{ 	font-family: Verdana, Geneva, sans-serif;
		font-size: 16px;
		font-weight: bold;
	}
	
h3 	{ 	font-family: Verdana, Geneva, sans-serif;
		font-size: 15px;
		font-weight: bold;
	}
	
krant	{ 	font-family: "Times New Roman", serif, Arial;
			font-size: 15px;
			
		}

