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

body {
	background-color: #e8e4b5; /*was #ebe8ba */
	font-family:  Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
a {
	text-decoration: none;
	color: #042267;
}
a:visited {
	text-decoration: none;
	color: #670436;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#bovenste {
	height: 768px;
	width: 1024px;
	background-image: url(images/backgroundgrainweb.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	border: 0;
}
#onderste {
	height: 50px;
	width: 1024px;
	background-image: url(images/achtergrondonder2.jpg);
*/ 	/*background-repeat: repeat-y;*/
	background-color: #d0c889;
	margin: -5px auto 0 auto;
	border: 0;
}

#onderstestretchindex {
	height: 650px; /*make it fit with long text */
	width: 1024px;
	background-image: url(images/achtergrondonder2.jpg);
	background-repeat: repeat-y;
	background-color: #d0c889;
	margin: -5px auto 0 auto;
	border: 0;
	overflow: visible;
	
}

#onderstestretchfaq {
	height: 1100px; /*make it fit with long text */
	width: 1024px;
	background-image: url(images/achtergrondonder2.jpg);
	background-repeat: repeat-y;
	background-color: #d0c889;
	margin: -5px auto 0 auto;
	border: 0;
	overflow: visible;
	
}

#donated {
	width: 150px;
	width: 270px;
	height: 36px;
	margin-left: 50px;
	padding: 15px;
}
#menuwrapper {
	background-color: #394A03;
	height: auto;
	width: 100%;
}
#bodytext {
	height: auto;
	width: 460px;
	margin-left: 480px;
	margin-top: 50px;
	background-color: #FFF;
	opacity: 0.6;
	padding: 10px;
	overflow: visible;
	position: relative; /*otherwise in ie no white background if too long, ie sucks*/
}

#bodytextdonate {
	height: auto;
	width: 460px;
	margin-left: 480px;
	margin-top: 50px;
	background-color: #FFF;
	opacity: 0.9;
	padding: 10px;
}

#bovenstedonated {
		height: 768px;
	width: 1024px;
	background-image: url(images/backgroundgrainweb_smile.jpg) !important;
	background-repeat: no-repeat;
	margin: 0px auto;
	border: 0;

}


/*footer */

#footer {
	height: auto;
	width: 1024px;
	background-image: url(images/achtergrondfooter.jpg);
	background-color: #d0c889;
	margin: -5px auto 0 auto;
	
}
#footertext {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin: 0 auto;
	width: 884px;
	height: auto;
	background: #4A4D00;
	color: #E4FAB4;
}

.footertextnormal {
	color: #FFF;
}
.footertextsmall, .footertextsmall a, .footertextsmall a:visited, .footertextsmall a:active {
	font-size: 11px;
	color: #E4FAB4;
}

.footertextsmall a:hover {
	font-size: 11px;
	color: #000;
	background-color: #FFF;
}

.footertextmini, footertextmini a {
	font-size: 9px;
	color: #626600;
}
/*Droplinebar menu */

.droplinebar {
	overflow: hidden;
	
}
.droplinebar ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #394a03; /*default background of menu bar*/
	list-style: none;
}
.droplinebar ul li {
	display: block;
	background: #394A03 url(images/music_menu_kleiner.png) no-repeat left;
	padding: 0 10px;
	margin: 0 0 0 15px;
	width: auto;
	float: left; /* this will make the icons show up */
}
.droplinebar ul li a {
	float: left;
	padding: 9px 11px;
	text-decoration: none;
	display: block;
	width: auto;
	font: normal Verdana, Geneva, sans-serif 13px;
	margin: 10px;
	padding: 7px;
	color: #fff;
}
.droplinebar ul li a:visited {
	color: white;
}
.droplinebar ul li a:hover, .droplinebar ul li .current { /*background of main menu bar links onMouseover*/
	background-color: #fff;
	color: #272727 !important;
}
/* Sub level menus*/
.droplinebar ul li ul {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	margin-top: 15px; /*moves whole bar down */
	padding-left: 10px;
	background: #394A03; /*sub menu background color hele bar*/
	visibility: hidden; /*hidden for it to work? visible to work with in Dreamweaver */
	width: 1014px !important; /* 1024 minus padding left */
}
/* Sub level menu links style */
.droplinebar ul li ul li a {
	padding: 4px !important;
	margin: 0 0 5px 0 !important;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.droplinebar ul li ul li {
	background: none !important;
	margin: 0;
	padding: 2px 5px;
}
.droplinebar ul li ul li a:hover { /*sub menu links' background color onMouseover */
	background-color: #e8e4b5;
}

/* downloadtables */

.downloadtable td {
border-bottom:1px dotted #394A03;
line-height:28px;
padding:2px 5px;	
	}