/* Structure */

* { padding: 0; margin: 0; }

body {
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-size: 15px;
}
#wrapper { 
width: 760px;
margin: 0 auto; 
}

#header {
height: 130px;
background:url(files/site/banner.jpg) top center no-repeat;
padding-bottom: 5px;
border-bottom: 3px solid lightgrey;
margin:10px 0;
}

#navigation {
float: left;
width: 200px;
border-right: 3px solid lightgrey;
margin-bottom:10px;
padding-right:10px;
}

#content {
margin-left:230px;
margin-bottom:10px;
text-align:justify;
}

#footer {
clear: both;
border-top: 3px solid lightgrey;
text-align:center;
font-size:10px;
}

/* Style */
h1,h2,h3,h4,p {margin-bottom:15px;
}

ul {
margin-left:40px;
}

h1,h2 {
color:#9B0302;
}

a, a:visited {
text-decoration:none;
color:#9B0302;
}

a img {
	border:none
}

hr {
height:2px;
color:lightgrey;
background-color:lightgrey;
border: 1px solid lightgrey;
}

#agenda_bijgewerkt {
margin-bottom:30px;
font-style:italic;
text-align:right;
font-size:11px;
}

.agenda_item {
margin-bottom:30px;
}

.agenda_item_datum {
display:block;
background-color:lightgrey;
}	

.agenda_item_datum, .agenda_item_wat {
font-weight:bold;
}

#navigation ul {
list-style: none;
margin: 0px;
}

#navigation a, #navigation a:visited {
display:block;
text-decoration:none;
color:#9B0302;
}

#navigation ul li {
display:block;
}

#navigation ul li:hover{
background: lightgrey;
}

#footer a, #footer a:visited {
text-decoration:none;
color:#9B0302;
}
