body {
    font-size: 12px;
    font-family: Verdana;
    color: black;
    background-color: #003366;
}
#page {
    width: 900px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
#header {
    width: 900px;
    height: 305px;
    background-image: url('/img/header-medical_03.png');
}
#menu, #menu > a {
    color: white;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
}
#menu > a:hover {
    color: darkgrey;
}
#driespan {
    width: 900px;
    vertical-align: text-top;
    background-color: white;
    min-height: 250px;
}
#driespan > div {
    vertical-align: text-top;
    display: inline-block;
    padding: 5px;
    padding-bottom: 15px;
}
h1 {
	font-size: 14px;
	color: #003366;
}
h2 {
	font-size: 12px;
	color: #003366;
}
input.form, textarea.form {
	border: 1px solid darkgrey;
	margin-top: 5px;
	width: 150px;
}
input.knop {
	border: 2px solid darkgrey;
}
textarea {
	height: 100px;
}
#links {
    width: 175px;
}
#midden {
    width: 500px;
    text-align: justify;
}
#rechts {
    width: 170px;
    margin-left: 10px;
    font-size: 10px;
}
#contact {
	width: 888px;
	padding-left: 10px;
	padding-right: 8px;
	border: 1px dotted darkgrey;
	background-color: #6699CC;
	color: white;
    text-align: center;
}
#contact > h2 {
	color: white;
}
#onder {
	background-color: #6699CC;
}
#medical-specs {
	width: 120px;
	padding-bottom: 20px;
}
#medical-specs li{
	height: 20px;
	list-style-type: none;
	margin-left: -40px;
	padding-left: 20px;
	border-bottom: 1px dotted;
	font-weight: bold;
	font-size: 10px;
}
#reimbursement li{
	height: 20px;
	list-style-type: none;
	margin-left: -40px;
    	padding-left: 20px;
	border-bottom: 1px dotted;
	font-weight: bold;
    	color: #003366;
	font-size: 10px;
}
#medical-specs a {
    text-decoration: none;
    color: #003366;
}
#reimbursement a {
    text-decoration: none;
    color: #003366;
}
#login {
	backround-color: lightgrey;
	display: block;
}
#login input {
	border: 1px lightgrey solid;
	padding: 1px;
	margin: 2px;
}
