body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #003e01;
	background-color : #C5B9A1;
	border : thin;
 	line-height: 14px;
	
	scrollbar-face-color : #cc0001;
	scrollbar-track-color : #f6eaea;
	scrollbar-arrow-color : #ffffff;
}

.bg { /* achtergrondkleur site */
	background-color : #cc0001;
}

.txt { /* algemene tekst */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
 	line-height: 18px;
}

.txtwit { /* witte algemene tekst - donkere achtergrond gebruiken */
	color: white; 
	font-size: 14px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;  
	font-weight: bold; 
}
h1 { 
	color: gray; 
	font-size: 22px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	line-height: 22px; 
	padding: 7px 0; 
	border-top-style: dotted; 
	border-top-width: 0.06em;  
	border-bottom-style: dotted; 
	border-bottom-width: 0.06em; 

}
.art1_h1 { 
	color: gray; 
	font-size: 17px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: normal; 
	line-height: 17px; 
	padding: 7px 0; 
	border-top-style: dotted; 
	border-top-width: 0.06em;  
}
.art1 { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
 	line-height: 18px;
	padding: 7px 0; 
	border-top-style: dotted; 
	border-top-width: 0.06em;  
	border-bottom-style: dotted; 
	border-bottom-width: 0.06em; 
	background-color : #fdfbfb;
}
.txttrans { /* transparante algemene tekst - bv voor donateursformulier */
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #333333;
}

.bld { /* hoofdstukken tekst - bold */
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #333333;
	/*background-color : #fdfbfb;*/
}

.ita { /* hoofdstukken tekst - italic */
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
	font-style : italic;
	color : #333333;
	/*background-color : #fdfbfb;*/
}

.bldita { /* hoofdstukken tekst - bold - italic */
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : italic;
	color : #333333;
	/*background-color : #fdfbfb;*/
}

.txtkl { /* kleine tekst */
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	color : #336699;
}

.copy { /* kleine tekst, copyright */
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	color : #FFFFFF;
}

/*DIV STYLE SCROLLING TEKST-------------------------------------------------------*/
.scr_main {
	height : 396px;
	overflow : auto;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	background-color : #fdfcfa;
	
	scrollbar-face-color : #cc0001;
	scrollbar-track-color : #f6eaea;
}

.scr_mdn {
	height : 396px;
	overflow : auto;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	
	scrollbar-face-color : #cc0001;
	scrollbar-track-color : #f6eaea;
}


/*FORMS-------------------------------------------------------------------------*/
.formdta {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #1b3e1c;
	background-color : #f6f5f3;
	margin: 0px;
	padding-left : 3px;
	border-top: 1px solid #234724;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left : 1px solid #234724;
}

.formsub {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #1b3e1c;
	background-color : #fdfcfa;
	margin: 0px;
	padding-left : 3px;
	border-top: 1px solid #e2dfd9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left : 1px solid #e2dfd9;
}

.formsearch {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #1b3e1c;
	background-color : #fdfcfa;
	margin: 0px;
	padding-left : 3px;
	border-top: 1px solid #e2dfd9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left : 1px solid #e2dfd9;
}
input.field, textarea
{
	font-family:arial,helvetica,verdana;
	font-size:8pt;
	font-weight:normal;
	color:#cc0001;
	background-color:#fdfbfb;
	border:1px solid #7e7e7e;
	margin-bottom:5px;
}
input.button
{
	font-family:arial,helvetica,verdana;
	font-size:9pt;
	font-weight:bold;
	color:#fdfbfb;
	background-color:#cc0001;
	border-color:#7e7e7e;
	border-style:solid;
	border-width:1px;
	width:100px;
	height:20px;
	font-variant:small-caps;
	line-height:12px;
	cursor:pointer;
	cursor:hand; /*Eerste is voor NS, tweede voor IE5*/
}
/*MENU-------------------------------------------------------------------------*/

#menu_onder {
	width: 800px; 
	height: 15px; 
	background-color: #cc0001;
	}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

li {
	float: left;
	position: relative;
  	width: 6.49em;
  	background-color: #cc0001;
  	text-align: center;
  	}

li ul {
 	display: none;
  	position: absolute; 
  	top: 100%;
  	left: 0;
  	font-weight: normal;
  	opacity:0.65;
  	z-index: 1;
  	margin-left: 0em;
  	}

li > ul {
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul { 
	display: block; 
	}

li li {
	display: block;
	float: none;
	background-color: #ffffff;
	}


#nav a {
	font-weight: bold;
	color: #ffffff; 
	text-transform:  uppercase; 
	text-decoration: none; 
	font: bold 11px/16px arial, helvetica, sans-serif; 
	display: block; 
	border-width: 0px; 
	margin: 0; 
	z-index: 1;  
	padding: 1.11em 0em .4em 0em;
	}

#nav a:hover {
	text-decoration: underline;
	}

#nav a:active {
	text-decoration: underline;
	}

#nav li li a {
	display: block;
	font-weight: bold;	
	color: #ffffff;
	padding: 0.4em;
	background: #474747;
	}

#nav li li a:hover {
	padding: 0.4em;
    color: #474747; 
	font-weight: bold;
	background: #ffffff; 
	z-index: 5; 
	opacity:1; 
	text-transform: uppercase; 
	text-decoration: underline;
	}
/*IMAGE-------------------------------------------------------------------------*/

#imagerow { 
	background-image: url(../images/image_top.jpg); 
	width: 800; 
	height: 124; 
	float: right; 
	margin-right: auto; 
	margin-left: auto; }

#imagerowprogramma { 
	background-image: url(../images/image_top_programma.jpg);
	margin-right: auto; 
	margin-left: auto; 
	width: 800; 
 	height: 124; 
	float: right; 
	}

#imagerowdeelnemers { 
	background-image: url(../images/image_top_deelnemers.jpg); 
	margin-right: auto; 
	margin-left: auto; 
	width: 800; 
	height: 124; 
	float: right; 
	}

#imagerowentree { 
	background-image: url(../images/image_top_entree.jpg); 
	margin-right: auto; 
	margin-left: auto; 
	width: 800;
	height: 124;
	float: right; 
	}

#imagerowpers { 
	background-image: url(../images/image_top_pers.jpg);
	margin-right: auto; 
	margin-left: auto; 
 	width: 800;
  	height: 124; 
	float: right; }

#imagerowcontact { 
	background-image: url(../images/image_top.jpg);
	margin-right: auto;
  	margin-left: auto; 
  	width: 800; 
 	height: 124; 
	float: right; 
	}

/*TEXTOVERIMAGE-------------------------------------------------------------------------*/

#textoverimagelogo { 
	background-image: url(../images/logo_FC08.png); 
	width: 124; 
	height: 124; 
	margin-right: auto; 
	margin-left: auto; }

#textoverimagekader {
	background-image: url(../images/imagerow.png); 
	width: 478; 
	height: 87; 
	margin-top: 1.33em; 
	padding-top: 1.11em; 
	padding-bottom: 1.11em; 
	padding-left: 3.33em;
	}

#textoverimage {
	margin-top: 3.33em; 
	margin-left: 3.33em; 
	width: 41.11em; 
	height: 2.67em;
	}

a.textoverimage:link, a.textoverimage:active, a.textoverimage:hover, a.textoverimage:visited {
	color: white; 
	font-size: 24px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;  
	line-height: 22px; 
	border-style: none;
	}
/*LINKS-------------------------------------------------------------------------*/

a:link, a:active {
	color: #a40003;
	text-decoration: none;
	}

a:visited {
 	color: #B3B3B3;
	text-decoration: none;
 	}

a:hover {
	color: #a40003; 
	text-decoration: none; 
	border-bottom-style: dotted; 
	border-bottom-width: .11em;
	}

