/* CSS Document */

/******************
HTML Tags
******************/

body {
	margin: 0;
    padding: 0;
	background-color: #0A471E;
	background-attachment: fixed;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	scrollbar-arrow-color: #7DD84C;
	scrollbar-base-color: #48A915;
	scrollbar-dark-shadow-color: #26590A;
	scrollbar-track-color: #7ACF19;
	scrollbar-face-color: #207600;
	scrollbar-shadow-color: #569236;
	scrollbar-highlight-color: #94C978;
	scrollbar-3d-light-color: #569236;
}

p, ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* PNG Transparency fix for Internet Explorer < 6 
   Note: werkt alleen als bij een png een width en height is ingesteld */
img {
	behavior: url("js/pngbehavior.htc");
}

/******************
HEADINGS
******************/

h1 {
	font-size:1.2em;
	color: #fff;
	margin:0px;
	padding: 0px;
}
	
/******************
LINKS
******************/

/* LINK VISITED HOVER ACTIVE selectors must remain in this order to work */
a:link, a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom: 1px solid #207600;
	padding-bottom:0px;
}

a:hover {
	border-bottom-style:none;
}

a:active {
}	
	
/******************
LAYOUT DIVS
******************/	

/* styles for IE 5 Mac */
 #valign {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
}
 
 /* following rules are invisible to IE 5 \*/
 #valign {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -240px;
   text-align: center;
   min-width: 900px; 
}
 /* end IE 5 hack */ 
	  
#wrapper {
	position: relative;
	width: 760px;
	height: 514px;
	text-align: left;
	margin: 0px auto;
}

#header {
	height: 137px;
}
	
#middle {
	background-color: #7CD22E;  /* IE toont png in andere groentint, zie inc_menu.asp voor IE kleur in conditional statement */
	height: 283px;
	border-right:4px solid #FFF;
	border-left:4px solid #FFF;
}

#middle img {
	border:1px solid #FFF;
}
	
#menu {
    float:left;
	width: 147px;
	height:279px;
	padding:4px 0px 0px 6px;
}

#content {
	height: 283px;
	margin-right:7px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:.7em;
	line-height:15px;
}

#footer{
	height: 94px;
}

/******************
LISTS
******************/

#newslist {
	text-align:left;
	margin:14px 0 0 0;
	padding:0;
	width:176px;
	background-color:#75C81A;
	border-bottom: 1px solid #FFF;
}

#newslist li {
	list-style:none;
	margin:0;
	padding:0.4em;
	border-top:1px solid #FFF;
}

#newslist li a {
	text-decoration:none;
	font-size:.9em;
	border-bottom-style:none;
}

#newslist li a:hover {
	text-decoration:underline;
	color:#000;
}

/******************
TABLE STYLES
******************/

#content table td {
	text-align: justify;
	vertical-align: top;
}
	
/******************
FORM STYLES
******************/

form fieldset {
	width:300px;
	padding-bottom:20px;
}
	
form legend {
	font-weight:bold;
	color:#207600;
	margin-bottom:0px;
	padding:0 0px 2px 4px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	border: 1px solid #207600;
	}

label,input, textarea {
	display: block;
	float: left;
	margin-bottom: 8px;
}

label {
	width: 70px;
	padding-left: 10px;
}
	
form br {
	clear: left;
}	
	
/******************
CLASSES
******************/

.smalltext {
	font-size:.8em;
}

.page-header {
	font-size:1.2em;
	font-weight:bold;
	color: #fff;
	margin:0px;
	padding: 0px;
}

.index-naw {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.index-naw a, .index-naw a:visited {
	color: #fff;
	text-decoration:underline;
	border-bottom-style:none;
}
