body {

background-color: #A3AAA3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	margin: 0;
	}

#hoofdcontainer {
  position: relative;
  top:30px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 800px;
  height: auto;
  margin: auto;
  background-color:#A3AAA3;
color:#F0F1CF ;
text-align: left;
font-size: 14px;
} 

hr { color: #F0F1CF;
}
	

#header {
	width: 760px;
	height: 60px;
	padding: 10px;
	}
	
#header h1 {
	color: #F0F1CF;
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 0;
	width: 400px;
	}
	
form {
text-align: left;
	}


.formInputText {
    color: #004E78;
	background: #F0F1CF;
    font-size: 14px;
	}


.tekstarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004E78;
	background: #F0F1CF;
	}

.formknoppie {
	background: #004E78;
	border: 1px solid #ccc;
	height: 23px;
	cursor: pointer;
	font-weight: bold;
	color: #F0F1CF;
	}



	
.searchbutton {
	background: #E47F8C;
	border: 1px solid #ccc;
	width: 30px;
	height: 23px;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
	}

#menu {
	float: left;
	width:100%;
	background:#DAE0D2 url("../afbeeldingen/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#menu ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
	}
	
#menu li {
	float:left;
	background:url("../afbeeldingen/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	}
	
#menu a {
	float:left;
	display:block;
	background:url("../afbeeldingen/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #666666;
	}
	
#menu a {
	float:none;
	}

#menu a:hover {
	color: #CC0000;
	}
	
#menu #current {
	background-image:url("../afbeeldingen/left_on.gif");
	}
	
#menu #current a {
	background-image:url("../afbeeldingen/right_on.gif");
	color: #7F2429;
	padding-bottom:5px;
	}

#content {
	width: 550px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	}

a.story_title {
	margin: 0;
	font-size: 16px;
	color: #B6213E;
	text-decoration: none;
	font-weight: bold;
	}
	
a.story_title:hover {
	color: #7F2429;
	}

#content p {
	line-height: 150%;
	margin-bottom: 0px;
	}
	
#content a.body {
	color: #B6213E;
	text-decoration: none;
	font-weight: 500;
	}
	
#content a.body:hover {
	color: #7F2429;
	}

#sidebar {
	width: 165px;
	float: right;
	padding: 5px 26px;
	background-color: #FDECEF;
	height: 596px;
	}

#sidebar h3 {
	margin: 0;
	font-size: 16px;
	}
	
#sidebar a {
	color: #B6213E;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #900B09;
	font-weight: bold;
	}

#footer {
	width: 760px;
	clear: both;
	text-align: left;
	font-size: 11px;
	color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	}
	
#footer a {
	color: #333;
	text-decoration: none;
	}
	                                  
#footer a:hover {
	color: #000;
	}
.formtag {
	margin-bottom: 10px;
}
input.search {

	background: #FFFFFF;
	color: #999999;
	border: 0;
	font-size: 11px;
	padding: 3px;
}

a {
color:  #FFFF99 ;
}


