/* CSS Document */

/******************
HTML Tags
******************/

body {
	margin: 0;
    padding: 0;
	background-attachment: fixed;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #EF8900;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #FFFFFF;
}

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");
}

	
/******************
LINKS
******************/

/* LINK VISITED HOVER ACTIVE selectors must remain in this order to work */
a:link, a:visited {
	color:#000000;
	text-decoration:underline;
	padding-bottom:0px;
}

a:hover {
	border-bottom-style:none;
}

a:active {
}	
	

/******************
LAYOUT DIVS
******************/	
#containerscroll {
	width: 455px;
	height: 248px;
	overflow: auto;
}
#content {
	margin: 0px 0px 0px 17px;
}




/******************
CLASSES
******************/

.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}

.page-header {
	font-size:12px;
	font-weight:bold;
	color: #D14F14;
	margin:0px;
	padding: 0px;
}

.index-naw {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.index-naw a, .index-naw a:visited {
	color: #000000;
	text-decoration:underline;
	border-bottom-style:none;
}
.content-bg {
	background: url(../img/content_bg.png);
	
	
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EE8400;
}
