@charset "utf-8";
/* CSS Document */

/* MAIN styles */

body {
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	line-height: 16px;
	text-align: center;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_01.gif);
	background-attachment: fixed;
	background-color: #363;
}

FORM {
	margin: 0px;
	padding: 0px;
}

#mainWrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #f4f6f2;
	border-left: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-right: solid 1px #eee;
}

#header {
	width: 780px;
	border-top: 5px solid #363;
	padding-top: 10px;
	display: block;
}

#header h1 {
	font: 30px Impact, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #6c276a;
	margin: 0px 0px -20px 0px;
	padding: 0px;
}

#header h2 {
	font: italic bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #363;
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------------------------- */
/* --                                         MENU                                          -- */
/* ------------------------------------------------------------------------------------------- */

#menuNav {
	width: 780px;
	height: 29px;
	text-align: left;
	margin: 0px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #f4f6f2;
}

#menuNav a:link, #menuNav a:active, #menuNav a:visited {
	color: #fff;
	text-decoration: none;
}

#menuNav a:hover {
	color: #fff;
	text-decoration: underline;
}

#menuNav li {
	display: inline;
	font-weight: bold;
	color: #fff;
	list-style-type: none;
	margin-right: 20px;
}

/* ------------------------------------------------------------------------------------------- */
/* --                                     BREADCRUMBS                                       -- */
/* ------------------------------------------------------------------------------------------- */

#breadCrumbs {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 16px;
	padding-left: 20px;
	padding-top: 3px;
	background-color: #ddd;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#breadCrumbs a:link, #breadCrumbs a:active, #breadCrumbs a:visited {
	text-align: left;
	color: #363;
	text-decoration: underline;
}

#breadCrumbs a:hover {
	text-align: left;
	color: #363;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------------- */
/* --                                     MAIN CONTENT                                      -- */
/* ------------------------------------------------------------------------------------------- */

#contentBox {
	width: 740px;
	height: auto;
	text-align: left;
	padding: 20px;
	margin-top: -5px;
}

#contentMain {
	width: 480px;
	float: left;
	text-align: justify;
	padding-right: 20px;
}

#contentMain a:link, #contentMain a:active, #contentMain a:visited {
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #363;
	line-height: 16px;
	text-decoration: underline;
}

#contentMain a:hover {
	text-align: left;
	font-style: italic;
	color: #363;
	text-decoration: none;
}

#contentMain h1 {
	font: 18px Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

#contentAgenda h1 {
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	width: 98%;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
	background-color: #6c276a;
}

#contentAgenda td {
	padding: 7px 5px 7px 10px;
}

#contentAgenda a:link, #contentAgenda a:active, #contentAgenda a:visited {
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #363;
	font-weight: bold;
	line-height: 16px;
	display: block;
	text-decoration: none;
}

#contentAgenda a:hover {
	text-align: left;
	color: #363;
	text-decoration: underline;
}

.meerInfo {
	font-weight: normal;
	font-style: italic;
}

/* ------------------------------------------------------------------------------------------- */
/* --                                     AGENDA MAIN                                       -- */
/* ------------------------------------------------------------------------------------------- */

#agendaMain {
	width: 240px;
	float: left;
	color: #666;
	border-top: solid 5px #363;
	border-bottom: solid 5px #363;
	margin-top: 5px;
}

#agendaMain h1 {
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	width: 225px;
	border-top: solid 2px #363;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	background-color: #91a77d;
}

#agendaMain h2 {
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	width: 225px;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	background-color: #dae2d4;
}

#agendaMain p {
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	line-height: 16px;
	width: 225px;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	background-color: #b6c5a9;
}

#agendaMain a:link, #agendaMain a:active, #agendaMain a:visited {
	text-align: left;
	color: #363;
	text-decoration: underline;
	display: block;
}

#agendaMain a:hover {
	text-align: left;
	color: #363;
	text-decoration: none;
	display: block;
}

#spacer {
	clear: both;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: auto;
}

/* ------------------------------------------------------------------------------------------- */
/* --                                  AGENDA SUBPAGINA                                     -- */
/* ------------------------------------------------------------------------------------------- */

#agendaNav ul {
	list-style-type: none;
	width: 100%;
	height: 22px;
	text-align: left;
	margin-top: 5px;
	margin-left: 0px;
	padding: 0px;
	background-color: #e2d4e1;
	border-bottom: 2px solid #6c276a;
}

#agendaNav li {
	float: left;
	color: #fff;
	list-style-type: none;
}

#agendaNav li a {
	display: block;
	float: left;
	height: 16px;
	padding: 3px 15px;
/*	border-right: 1px solid #6c276a; */
	background-color: #a77da6;
	color: #fff;
	text-decoration: none;
}

#agendaNav li a:hover {
	text-decoration: underline;
	background-color: #895288;
}

#agendaNav li a.current {
	background-color:#6c276a;
	color:#fff;
}

#agendaSub {
	margin: 20px 10px;
	text-align: justify;
}

#agendaSub h1 {
	font: bold 16px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	margin-bottom: 0px;
}

#agendaSub img {
	border: 1px solid #999;
	float: left;
	margin: 4px 20px 10px 0px;
}

/* ------------------------------------------------------------------------------------------- */
/* --                                       AANMELDEN                                       -- */
/* ------------------------------------------------------------------------------------------- */

.labelAanmelden {
	width: 140px;
	float: left;
	text-align: left;
	font-weight: bold;
	padding-top: 2px;
	white-space: nowrap;
}

.aanmeldVeld {
	width: 26em;
	margin-bottom: 10px;
}

.labelVriend {
	width: 100px;
	float: left;
	text-align: left;
	font-weight: bold;
	padding-top: 2px;
	white-space: nowrap;
}

input.btn {   
	color:#fff;
	font: bold 12px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background-color:#6c276a;
	padding: 3px 15px;
	border:1px solid;
	border-color: #696 #363 #363 #696;
}   


/* ------------------------------------------------------------------------------------------- */
/* --                                     CONTACTPAGINA                                     -- */
/* ------------------------------------------------------------------------------------------- */

.contactLabel {
	width: 150px;
	float: left;
	text-align: left;
	font-weight: bold;
	padding-top: 2px;
	white-space: nowrap;
}

.contactVeld {
	width: 24em;
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------------------------------- */
/* --                                        FOOTER                                         -- */
/* ------------------------------------------------------------------------------------------- */

#footer {
	font-size: 10px;
	text-align: center;
	color: #999;
	margin-top: -5px;
	margin-bottom: 10px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #999;
	text-decoration: underline;
}

#footer a:hover {
	color: #999;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------------- */
/* --                                       ADMIN PAGES                                     -- */
/* ------------------------------------------------------------------------------------------- */

#mainWrapperAdmin {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #f4f6f2;
	border-left: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-right: solid 1px #eee;
}

#headerAdmin {
	width: 830px;
	border-top: 5px solid #363;
	border-bottom: 5px solid #363;
	padding: 10px 0;
	display: block;
}

#headerAdmin h1 {
	font: 30px Impact;
	letter-spacing: 1px;
	color: #6c276a;
	margin: 0px 0px -10px 0px;
	padding: 0px;
}

#headerAdmin h2 {
	font: italic bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #363;
	margin: 0px 0px 20px 0px;
}

#menuLeft {
	width: 230px;
	float: left;
	text-align: left;
	padding: 10px 10px;
	background-color: #dae2d4;
	border-bottom: 2px solid #363;
}

#menuLeft a:link, #menuLeft a:active, #menuLeft a:visited {
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #363;
	line-height: 18px;
	text-decoration: none;
}

#menuLeft a:hover {
	text-align: left;
	color: #363;
	text-decoration: underline;
}

#menuLeft h1 {
	font: bold 18px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	margin-bottom: 20px;
}

#adminContent {
	width: 550px;
	float: left;
	text-align: left;
	line-height: 16px;
	margin-left: 10px;
	padding: 10px 10px;
}

#adminContent a:link, #adminContent a:active, #adminContent a:visited {
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #363;
	text-decoration: underline;
}

#adminContent a:hover {
	text-align: left;
	color: #363;
	font-style: italic;
}

#adminContent h1 {
	font: bold 18px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	margin-bottom: 20px;
}

.aanmAanpassen {
	padding: 2px 6px;
	border: 1px solid #363;
	background-color: #dae2d4;
}

.labelToevoegen {
	width: 150px;
	float: left;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

.selectFields {
	width: 26em;
	margin-bottom: 10px;
}