body {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	background-color:#FFF8F0;
	background-image:url(../pic/bg.gif);
	background-repeat:repeat-x;
}

#wrapper{
	margin: 0px auto 0px auto;
	width:700px;
	background: #F5B58D;
}

#top {
	width: 700px;
	height: 200px;
}

#menu {
	float:right;
	width: 664px;
	height:26px;
	line-height:24px;
	padding: 4px 16px 0px 20px;
	text-align:left;
	background-color:#EF7F01;
	font-weight:bold;
}

#menu a{
	text-decoration: none;
	color:#000;
	margin-right:4px;
}

#left {
	float:left;
	width: 210px;
	line-height:21px;
	margin-top: 10px;
	margin-left:12px;
	font-weight:bold;
	font-size:12px;

}

#right {
	float:right;
	width: 470px;
	padding-top:10px;
	text-align:left;
	padding-right:8px;
}

#footer {
	clear: both;
	padding-top:0px;
	width: 700px;
	height:30px;
	color:#FFFFFF;
	font-size:12px;
}

#footer a{
	color:#FFFFFF;
}

a {	color:#000;}
h1 {font-size:14px; font-weight:bold;}
img {border:0px;}
form br { clear:left; }
textarea { overflow: auto; }
form fieldset legend { font-size:1.1em; }

.submit_small {
	height: auto;
	width: 120px;
	border: 1px solid #ccc;
}

.invulveld {
	height: 18px;
	width: 220px;
	border: 1px solid #ccc;
}

.textarea_big {
	display: inline;
	height:100px;
	width:220px;
	border-color:#ccc;
	border-width: 1px;
	border-style: solid;
	margin:0px 0 0 0px; 
}

