body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-color: #CF800C;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	font-size: 11px;
	line-height: 18px;
}
#container {
	position:			absolute;
	left:				50%;
	top:				0px;
	margin:				0px -350px;
	width:				700px;
}
#header {
	background-image: url(images/logo_mondzorgcentrum.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 40px;
	width: 362px;
	top: 65px;
	left: 190px;
}
#header p {
	display: none;
}
#menu {
	position: absolute;
	top: 145px;
	left: 0px;
        background-color: #F7E9CF;
        width: 170px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 10px;
}
#menu ul {
        list-style: none;
        padding: 0px;
        padding-left: 10px;
        margin: 0px;
}
#menu a {
	text-decoration: none;
        color: #000;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #CF800C;
}
#menu a:hover {
	color: #CF800C;
}
#current {
        color: #CF800C;
}
#content {
	position: absolute;
	top: 125px;
	left: 190px;
	width: 362px;
}
#content input {
	background-color: #F7E9CF;
	border: none;
	font-family: Arial, Helvetica, sans-serif;

	color: #CF800C;
        margin-left: 15px;
        margin-bottom: 2px;
}
.radio {
	background-color: #FFFFFF;
}
.send {
	color: #FFFFFF;
	background-color: #CF800C;
}
.contentHead {
	font-size: 24px;
	text-transform: lowercase;
	color: #CF800C;
}
#content a {
color: #CF800C;
}
#content a:hover {
text-decoration: none;
}
td {
font-size: 11px;
}
input #geslacht0 {
background-color: #fff;
}