@charset "utf-8";
body {
	background-color: #e3e3e3;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link, a:visited, a:active {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
#container {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#container #main {
	background-image: url(../img/back-main.gif);
	background-repeat: repeat-y;
	height: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #28A6CA;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #28A6DC;
	display: block;
	background-color: #F0F8FB;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.plaatje {
	float: left;
	display: block;
	margin-right: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}


.footer {
	background-color: #CCCCCC;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9E9E9E;
	padding-left: 10px;
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-right: 10px;
}
#mainTable {
	margin-left: 7px;
}
#content {
	width: 760px;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content #clinic-links {
	float: right;
	width: 196px;
	background-color: #e7e7e7;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.plaatje_r {
	float: right;
	display: block;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-left: 10px;
}
