/* ALGEMEEN */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #E7E7E7;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
}

a img {
	border: none;
}

ul li {
	list-style-type: none;
}

/* BOVENSTE LIJN */
#top {
	background-color: #AB0C0C;
	height: 5px;
}

/* HET MENU */
#menu {
	float: right;
	font-size: 14px;
	margin-right: 25px;
	height: 50px;
}

#menu li {
	list-style-type: none;
	display: inline;		
	float: left;
}

#menu li a,
#menu li a:hover,
#menu li a:visited,
#menu li a:active {
	text-decoration: none;
	border: none;
	color: #000;
	padding-top: 5px;		
	display: block;	
	margin: 0 15px;	
}

#menu li a:hover {
	border-bottom: 3px solid #AB0C0C;
	color: #650008;
}

#menu #active {
	background-color: #AB0C0C;
	padding-bottom: 7px;
}

#menu #active a,
#menu #active a:active,
#menu #active a:visited, 
#menu #active a:hover {
	color: #FFFFFF;
}

#menu #active a:hover {
	color: #FFFFFF;
	border-bottom: none;
}

/* HET SUB MENU */
#submenu {
	float: left;
	width: 100%;
	font-size: 14px;
	margin-right: 25px;
	height: 50px;
	border-top: 8px solid #AB0C0C;
}

#submenu li {
	list-style-type: none;
	display: inline;		
	float: left;
}

#submenu li a,
#submenu li a:hover,
#submenu li a:visited,
#submenu li a:active {
	text-decoration: none;
	border: none;
	color: #000;
	padding-top: 5px;		
	display: block;	
	margin: 0 15px;	
}

#submenu li a:hover {
	border-bottom: 3px solid #AB0C0C;
	color: #650008;
}

#submenu #active {
	background-color: #AB0C0C;
	padding-bottom: 7px;
}

#submenu #active a,
#submenu #active a:active,
#submenu #active a:visited, 
#submenu #active a:hover {
	color: #FFFFFF;
}

#submenu #active a:hover {
	color: #FFFFFF;
	border-bottom: none;
}

/* ALLES (EXCLUSIEF MENU EN FOOTER) */
#content {
	background-color: #FFFFFF;
	padding: 0 10px;
	border: 1px solid Silver;
	margin: 0px auto;
	margin: 1% 7%;
}

#content #csshack {
	clear: both;
}

/* HEADER */
#header {
	width: 100%;
	border-bottom: 8px solid #AB0C0C;
	margin-top: 10px;
}

#header img {
	float: left;
}

#header h1 {
	font-family: "Century Gothic", Tahoma, Verdana, sans-serif;	
	font-size: 1.4em;
	padding: 30px 40px 30px 0px;
	margin-bottom: 45px;
	color: #000000;
}

#header h1 span {
	color: #AB0C0C;
}

#header h2 {
	font-size: 16px;
}

#content #main {
	clear: both;
	margin-bottom: 10px;
}

/* HOOFDINHOUD */
#primarycontent {
	font-size: 12px;
	border-right: 1px solid #AB0C0C;
	margin: 0 220px 0 15px;
	padding-right: 15px;
}

#primarycontent h2,
#secondarycontent h2 {
	font-size: 21px;
}

#primarycontent h3 {
	margin: 10px 0 5px 0;
}

#primarycontent p {
	margin: 10px 0;
}

#primarycontent a,
#primarycontent a:hover,
#primarycontent a:visited,
#primarycontent a:active {
	color: #AB0C0C;
}

#primarycontent a:hover {
	text-decoration: none;
}

#primarycontent .post {
	padding: 10px 0;
}

#primarycontent .post h3 {
	font-size: 14px;
}

#primarycontent .post .header h3 {
	background-color: #AB0C0C;
	padding: 1px 5px;
	color: #FFFFFF;
}

#primarycontent .post .header .date {
	font-size: 11px;
	margin: 0 0 10px 1px;
	font-style: italic;
}

#primarycontent .post .content img {
	float: left;
	margin: 0px 10px 10px 0px;
}

#primarycontent .post .footer ul li {
	clear: both;
}

#primarycontent .post .footer ul li {
	list-style-type: none;
}

#primarycontent .post .footer ul li a {
	color: #AB0C0C;
}
/*gert start*/
#primarycontent .agenda .date {
	position: absolute;
	width: 30px;
	border: 1px solid #AB0C0C;
}
#primarycontent .agenda .date .month {
	background-color: #AB0C0C;			
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
}

#primarycontent .agenda .date .day {
	text-align: center;
	font-size: 18px;
}

#primarycontent .agenda h3, h4 , h5 , date {
	margin-left: 40px;
}


.agenda {
	padding: 10px 0;
	border-bottom: 1px 	solid #AB0C0C;
	/* border-top: 1px 	solid #AB0C0C; */
}



#primarycontent .agenda h3 {
   padding: 0px; 
   margin-top: 0px;
}


#primarycontent .agenda p {
  /* margin-top: -50px; GEEFT TROUBLES IN IE6*/
  margin-top: 0px;
  margin-left: 220px;
  margin-bottom: 0px;
  min-height: 60px;

}

#primarycontent .koopje {
	padding: 10px 0;
	border-bottom: 1px 	solid #AB0C0C;
	margin-top: 0px;
	min-height: 105px;
}

#primarycontent .koopje h3, h4 , h5 , date {
	margin-left: 40px;
}

#primarycontent .koopje img {
	float: left;
	padding: 0 10px 10px 0;
}



/*gert end*/

#primarycontent .bestuur {
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #AB0C0C;
	min-height: 105px;
}

#primarycontent .bestuur h3 {
	margin: 0;
}

#primarycontent .bestuur img {
	float: left;
	padding: 0 10px 10px 0;
}

#primarycontent .film {
	padding: 10px 0;
	border-bottom: 1px solid #AB0C0C;
}

#primarycontent .film h3 {
	margin-bottom: -10px;
}

#primarycontent .film ul {
	margin-bottom: 10px;
}

#primarycontent #resultatenlijst {
	margin-left: 13px;
}

#primarycontent #resultatenlijst li {
	list-style-type: square;
	margin-bottom: 3px;
}

/* ZIJKANT RECHTS */
#secondarycontent {
	float: right;
	width: 200px;
	margin-left: -200px;
	font-size: 12px;
	border-left: 1px solid #AB0C0C;
	padding-left: 20px;
}

#secondarycontent #sponsors li {
	margin-bottom: 10px;
}

#secondarycontent .content {
	margin-bottom: 25px;
}

#secondarycontent ul li a img {
	border: none;
}

#secondarycontent .content .linklist,
#secondarycontent .content .organisation {
	margin: 20px 0 0 5px;
}

#secondarycontent .content .organisation .important {
	font-size: 14px;
	font-weight: bolder;
}

#secondarycontent .content .linklist li,
#secondarycontent .content .organisation li {
	list-style-type: none;
	margin: 2px 0;
}

#secondarycontent .content .organisation li {
	text-align: none;
	color: #AB0C0C;
	margin-bottom: 10px;
}

#secondarycontent .content .linklist li a,
#secondarycontent .content .linklist li a:active,
#secondarycontent .content .linklist li a:visited,
#secondarycontent .content .linklist li a:hover,
#secondarycontent .content .organisation li a,
#secondarycontent .content .organisation li a:active,
#secondarycontent .content .organisation li a:visited,
#secondarycontent .content .organisation li a:hover {
	color: #AB0C0C;
}

#secondarycontent .content .linklist li a:hover,
#secondarycontent .content .organisation li a:hover {
	text-decoration: none;
}

#secondarycontent #sponsors li a,
#secondarycontent #sponsors li a:visited, 
#secondarycontent #sponsors li a:active, 
#secondarycontent #sponsors li a:hover {
	color: #AB0C0C;
}

#secondarycontent #sponsors li a:hover {
	text-decoration: none;
}

/* AFSLUITEN PAGINA */
#footer {
	clear: both;
	font-size: 12px;
	text-align: center;
	background-color: #AB0C0C;
	color: #FFFFFF;
}

#footer a,
#footer a:active,
#footer a:visited,
#footer a:hover {
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}

.vet {
	font-weight: bolder;
}