
html { color: #f7f99e; font-size: 76%; }
body            { color: #f7f99e; font-size: 1.2em; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; line-height: 1.5em; background: black url(../pics/achtergrond.jpg) fixed 10% 0; text-align: center; margin: 0; padding: 0 0 40px }

/* headers */
h2, h3, h4, h5, h6 { 
	color: #f7f99e; 
	margin: 0; 
	font-weight: normal;
	}
h2 { color: #f7f99e; font-size: 2em; margin: 40px 0 0; letter-spacing: -2px; line-height: 30px; }
h3 { color: #f7f99e; font-size: 1.8em; margin: 35px 0 0; letter-spacing: -2px; }
h4 { color: #f7f99e; font-size: 1.6em; margin: 30px 0 0; }
h5 { color: #f7f99e; font-size: 1.4em; margin: 25px 0 0; }	
h6 { color: #f7f99e; font-size: 1.2em; margin: 20px 0 0; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; border-bottom: 1px dashed #ff9; }
pre, code, blockquote    { color: #f7f99e; background: url(../img/container_.png); display: block; margin: 15px 0; padding: 15px; border: solid 1px #222 }
blockquote { color: #ff9; padding: 0 15px 5px 15px; }

/* links */
a  { color: #f7f99e; text-decoration: none }
a:hover { text-decoration: none; }
a.btn:hover { text-decoration: none; }

/* images */
img  { border: solid 5px #fff }	
a img { border-color: #fff; }
a:hover img { border-color: #ff9; }
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 20px 0; }

/* lists */
ul, ol, dl { color: #f7f99e; margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: square; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { color: #f7f99e; font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #f7f99e; }
li span  { color: #f7f99e }

/* tables */
table  { background: url("../img/container_.png"); margin: 15px 0; border: solid 1px #222; border-collapse: collapse }
table th, table td { padding: 10px 15px; text-align: left; }
table th  { color: #f7f99e; font-size: 1.2em; font-weight: normal; background-color: #222; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; border: solid 1px #222 }	
table tfoot { display: none; }	

/* forms */
form  { background: url("../img/container_.png"); margin: 25px 0; padding: 0; border: solid 1px #222 }
form fieldset { border: 0; padding: 10px 25px 15px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label { color: #ff9; float: left; display: block; width: 30%; margin-right: 20px; }
form p input,
form p select,
form p textarea { 
	font-size: 1em; 
	color: #f7f99e; 
	border: solid 3px #fff; 
	padding: 8px; 
	background-color: #ccc; 
	width: 55%; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	}
form p select { width: 58.5%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li  { color: #f7f99e; white-space: nowrap; padding: 0 30px 5px 0 }
form input.btn,
a.btn { 
	font-size: 1.1em; 
	width: auto; 
	overflow: visible;
	border: 0; 
	background-color: #ff9; 
	padding: 8px 10px;
	cursor: pointer; 
	color: #f7f99e; 
	font-weight: bold;
	}
a.btn { color: #f7f99e; line-height: 3em; }	

/* horizontal rule */
hr { clear: both; border: 0; height: 1px; background-color: #222; color: #f7f99e; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right { float: right; }
.yellow { color: #f7f99e; }

ul.images { margin-left: -15px; margin-bottom: 0; padding: 15px 0 0; list-style-type: none; height: 1%; width: 104%; }
ul.images:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}	
ul.images li { float: left; padding: 0 0 15px 15px; }

/* ---------------------------------------------------------------- **
** Container
** ---------------------------------------------------------------- */
#container { margin: 0 auto; width: 780px; }
	

/* ---------------------------------------------------------------- **
** Header
** ---------------------------------------------------------------- */
#header { text-align: center; }

/* Logo */
#header h1 { 
	font-size: 3em;
	font-weight: normal;
	color: #f7f99e;
	margin: 0;
	padding: 60px 0;
	letter-spacing: -2px;	
	}	
#header h1 a { color: #f7f99e; }
#header h1 a:hover { color: #f7f99e; text-decoration: none; }
#header h1 span { color: #f7f99e; }

/* if you would like to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
/* 
#header h1 {
	background: url(../img/logo.gif) no-repeat;
	width: [your-logo-width-here]px;
	height: [your-logo-height-here]px;	
	margin: 0;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/	

/* ---------------------------------------------------------------- **
** Navigation
** ---------------------------------------------------------------- */
#header ul  { background-image: url("../img/container_.png"); text-align: center; list-style-type: none; margin: 0; padding: 20px 10px 20px 5px; height: 1% }
#header ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}	
#header ul li { color: #f7f99e; float: left; font-size: 1.25em; }	
#header ul li a  { color: #f7f99e; background: url(../img/icon_arrow.png) no-repeat 0 50%; display: block; margin: 0 15px; padding: 8px 0 8px 22px }	
#header ul li.on a,
#header ul li.on a:hover  { color: #f7f99e; text-decoration: none; background: url(../img/container_.png); padding: 8px 11px }	
#header ul li.on a {  }
#header ul li a:hover { color: #f7f99e; }

/* ---------------------------------------------------------------- **
** Banner
** ---------------------------------------------------------------- */
#banner  { background: url("../img/container_.png") repeat-y; text-align: left }
#banner div  { background: url("../img/container_.png") repeat-y 100% 0; padding: 50px }
#banner div div { background-image: none; padding: 0; }
#banner h2 { padding: 0; margin: 0; }	

/* ---------------------------------------------------------------- **
** Body
** ---------------------------------------------------------------- */
#body  { background: url("../img/container_.png"); text-align: left; padding: 20px 50px 40px }
* html #body { overflow: hidden; width: 680px; }
	
/* ---------------------------------------------------------------- **
** Footer
** ---------------------------------------------------------------- */	
#footer { padding: 10px 50px 0; text-align: left; border-top: 1px solid #111; height: 1%; }
#footer:after { content: "."; display: block; clear: both; visibility: hidden; height: 0; }
#footer p  { color: #f7f99e; font-size: 0.9em }
