/* CSS Document */

/************ Body, header footer ************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	vertical-align: top;
	background: #003300 url(../img/bg_body.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

.header{
	background: url(../img/bg_header.gif) repeat-x 0px 183px;
	height: 218px;
	padding: 0;
	color: #000000;
	text-align: center;
}

.header_menu{
	margin: -24px auto 0 auto;
}

.menu, a.menu_unselect:link, a.menu_unselect:visited, a.menu_unselect:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

a.menu_unselect:hover, a.menu_select:link, a.menu_select:visited, a.menu_select:hover, a.menu_select:active { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

.footer{
	height: 135px;
	background: url(../img/bg_header.gif) repeat-x 50px;
	clear: both;
	margin: 0;
}

.footer_text{
	font-size: 10px;
	text-align: center;
	color: #000000;
	padding: 65px;
}

.page{
	background: url(../img/bg_vborder.gif) repeat-y top right;
	width: 780px;
	margin: 30px auto 0 auto;
	line-height: 175%;
}

.kol_links{
	width: 480px;
	margin-right: 50px;
	padding-top: 15px;
	border-top: 3px solid #336600;
	float: left;
}

.kol_rechts{
	width: 250px;
	border-top: 3px solid #336600;
	float: left; 
}

.box{
	width: 475px;
	border-top: 1px solid #336600;
}



/************ Overig ************/

a:link, a:visited, a:active {
	color:#99ff99;
	text-decoration: none;
}

a:hover { 
	color:#99ff99;
	text-decoration: underline;
}

ul.menu_kol_rechts{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a.menu_kol_rechts{
	float: left;
	width: 250px;
	text-decoration: none;
	color: 99ff99;
	padding-bottom: 8px;
	border-bottom: 1px solid #336600;
}

a.menu_kol_rechts:hover {
	background-color: #336600;
}

h1 {
	font-family: Georgia, times, serif;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 120%;
}

h2 {
	font-family: Georgia, times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 120%;
}

.koptekst{
	font-family: Georgia, times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 8px;
	line-height: 175%;
}

.volgend_optreden {
	font-family: Georgia, times, serif;
	font-size: 12px;
	text-align: right;
}

ul.agenda{
	width: 480px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #336600;
}

li.agenda_datum{
	float: left;
}

li.agenda_datum_verleden{
	color: #666666;
	float: left;
}

li.agenda_plaats{
	text-align: right;
}

img {
	border: 0;
}