body {
	margin: 0;
	padding: 0;
	height: 100%;	
	text-align: center;
}

body * {
	font-family: helvetica, arial;
	font-size: 99%;
	text-align: left;	
	color: #000000;
}

#background {
	width: 830px;	
	margin-left: auto;
	margin-right: auto;	
	background: url(background.jpg);
	background-position: 0% 100%;
	background-repeat: no-repeat;		
	padding-bottom: 13px;
}

#pagina {
	position: relative;
	margin-left: auto;
	margin-right: auto;		
	width: 800px;		
	border: 1px solid black;
	overflow: hidden;
	background-color: #ffffff;			
	background: url(../img/55plusarnhemlinks.jpg);
	background-repeat: repeat-y;
	background-position: 0% 180px;
}

#koptekst {
	width: 100%;
	height: 155px;	
	background: url(../img/55plusarnhemheader.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#menu {	
	width: 100%;
	height: 30px;	
	padding-top: 5px;
	padding-left: 150px;
	/* background: #F38F1D; */
	background: #DA8D1B;
}

#inhoud {	
	width: 100%;		
}
	
#links {
	float: left;
	width: 150px;		
	border-top: 1px solid black;	
	padding-top: 25px;	
}

#kruimelpad {
	height: 25px;
	width: 100%;
	padding: 4px 0px 0px 5px;	
}

#rechts {
	float: right;
	width: 649px;	
	border-top: 1px solid black;
	height: 100%;
	border-left: 1px solid black;
	min-height: 250px;
	_height: 250px;
	background: url(../img/right.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding-bottom: 115px;
}

#voettekst {
	clear: both;	
	width: 100%;
	height: 30px;
	border-top: 1px solid black;
	background: #C0272D;
	color: white;
	text-align: center;
	font-size: 12px;
	padding-top: 3px;
}
	
.witruimte { 
	padding: 8px;
}

#admin {
	position: relative;
	margin-left: auto;
	margin-right: auto;		
	width: 800px;		
	height: 30px;		
	background-color: #ffffff;			
	text-align: right;
	font-size: 10px;
	color: #999999;
}

#admin a {
	text-decoration: none;
	color: #999999;
}

label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin: 2px;
}

input, textarea {
	margin: 2px;
}

fieldset {
	border: 1px solid black;
	width: 35em;
	padding: 1em;
}

legend {
	border: 1px solid black;
	padding: 2px 6px;
}

h3 {
	font-weight: bold;
	margin-left: 2em;
}



