body {
	background-color:#D4D0C8;
	font-family: "Arial", sans-serif;
	font-size:1em;	
	margin:0px;
	padding:0px;
	border:0px;	
	color: #414141;
	min-width:780px;
	text-align: center;
}
#wrapper {	
	width:770px;
	height:auto;
	
	margin: 0px auto;
	padding: 0 0 25px 0;
	text-align: left;
}
#stretch_left{
	float:left;
	left:0px;
	position:absolute;

	background-image: url('/media/image/stretch_left.gif');
	background-repeat:repeat-x;
	background-color: transparent;
	background-position:top;

	height:121px;
	width:50%;
}
#stretch_right {
	float:right;
	right:0px;
	position: absolute;

	background-image: url('/media/image/stretch_right.gif');
	background-repeat:repeat-x;
	background-color: transparent;
	background-position:top;

	height:121px;
	width:50%;
}
#header{
	position:relative;

	background-image: url('/media/image/anderi_header.gif');
	background-repeat:none;
	background-color: transparent;
	background-position:top;
	
	width:780px;
	height:121px;
}
#header h1 {padding-top:10px;margin:0;color:black;}
#menu {
	float:right;
	display:inline;
	width:210px;
	background-color:#ddd;
	padding: 2px 5px 2px 6px;
	border:solid 1px #A6A6A6;
	border-top:none;
}
.content { 
	width:540px; 
}
#content-front {
	float:left;
}
.attentie {
	background:white;
	border:1px solid silver;
	text-align:center;
	padding:5px;
	margin-bottom: 0;
}
.copyright-notice {
	text-align:right;

	padding:10px 0px;

	right:0px;
	width:100%;
	clear:both;

	font-size: 11px;
	color: #A6A6A6;
}
.last-mod {
	font-size:105%;
	color:#555555;
}
a img {
	text-decoration: none;
}
a {
	color:#555555;
	text-decoration: underline;
}
a:hover {
	color:#C2932C;
}
img {
	margin:0px;
	padding:0px;
	border:0px;
}
h1,h2,h3 {
	font-size:1em;
	margin-left:15px;
	margin-bottom:2px;
	margin-top:10px;
	padding:0px;
}
h2 {
	margin-top:20px;
}
h3 {
	margin-left:2px;
	margin-top:5px;
}
p, ul, ol {
	padding:0px 0px 10px 0px;
	margin:0px;
	font-size:0.8em;
}
ul, ol {
	margin-left:20px;
}
hr {
	width:100%;
	height:0px;
	border:1px solid #A6A6A6;
	margin:0px;
	padding:0px;
}
label,input,textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
input.radio, label.radio { 
	display: inline;
	width: 50px;
	float: none;
}
input.radio { width: 20px; }


label {
	text-align: right;
	width: 35%;
	padding-right: 20px;
}


br {
	clear: left;
}

TABLE, TD, TH, TR { border:0px; }

TD { border: 1px solid silver; }

FORM { margin:10px 0px; }
