body {
	background-color: #e8e9eb;
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	background-image: url("img/bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #f2aa76;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #f2aa76;
}
a:hover {
	color: #8b8e7f;
}
a:active {
	color: #f2aa76;
}

#outerdiv {
	width: 852px;
	margin: 0 auto;
	position: relative;
	background-image: url("images/mainbg.gif");
}

#topnav {
	display: block;
	padding: 0;
	margin: 0;
	clear: both;
	overflow: hidden;
	
	float: right;
	text-align: right;
}


#toplogo {
	background-image: url("images/toplogobg.gif");
	width: 852px;
	height: 70px;
	color: #fff;
	padding-top: 95px;
	margin: 0px;
}

#topnav ul {

	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 90%;
	color: #777b7d;
}

#topnav li {

	list-style: none outside;
	display: block;
	float: left;
	
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	text-align: center;
	
	width: 104px;
	height: 34;
}

#topnav li a {
	display: block;
	
	padding: 8px 0 0 0;
	margin: 0 0 0 0;

	background-image: url(images/topnavbg.gif);
	background-repeat: no-repeat;
	
	height: 27px;
	
	text-decoration: none;
	font-weight: bold;

	color: #fff;

}

#topnav li a:hover, #topnav li a:active {

	color: #fff;
	background-color: transparent;
	text-decoration: underline;

}

#topnav li a.highlight{

	text-decoration: underline;
	display: block;
	color: #fff;
	background-color: transparent;
	font-weight: bold;

}

#topnav li a:hover.highlight, #topnav li a:active.highlight{

	text-decoration: none;
	display: block;
	color: #fff;
	background-color: transparent;
	font-weight: bold;
	

}

#maincontainer {

	width: 715px;
	padding-left: 137px;
	
	color: #6d6b6c;

}

#maincontainer h1 {

color: #f2aa76;
font-size: 160%;

}

#footer {
	background-image: url("images/footerbg.gif");
	width: 852px;
	height: 24px;
	padding-top: 8px;
	text-align: center;
}

textarea {





	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 1px;
	margin: 0 0 8px 0;
	color: #2F3C57;
	border:1px solid;
}

/* verschillende lengtes textvelden */

textarea.small{
	width: 300px;
	height: 130px;
}

textarea.big{
	width: 300px;
	height: 200px;
}

#containerz{

width: 98%;

}
