body, html
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: top center;
	font-family: "Verdana";
	font-size: 0.9em;
}

table
{
	font-size: 1em;
}
a.link
{
	font-weight: bold;
	text-decoration: none;
	color: black;
	font-size: 0.9em;
}

.disclaimer a
{
	font-weight: bold;
	text-decoration: none;
	color: black;
	font-size: 13pt;
}

.disclaimer a:hover
{
	text-decoration: underline;
}

div#sitecontainer
{
	height: 100%;
	margin: 0 auto;
	width: 908px;
	position: relative;
	background-color: white;
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

div#menu
{
	float: left;
	position: relative;
	-height: 370px;
	min-height: 370px;
	width: 228px;
	padding-bottom: 90px;
	margin-top: 200px;
	background-color: #9BD3AE;	
	background-image: url('/images/menubottom.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: right;
	display: inline;
}


div#menu a
{
	color: black;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: normal;
	border-bottom: 2px solid white;
	line-height: 40px;
	margin-top: 10px;
	padding-right: 25px;
	padding-bottom: 6px;
}

div#menu a:hover
{
	color: white;
}

div#content
{
	float: left;
	width: 450px;
	margin-left: 27px;
	margin-top: 207px;
	display: inline;	
}

div#headercontainer
{
	text-align: right;
	border-bottom: 2px solid white;
	height: 35px;
	position: relative;
	width: 220px;
	top: 75px;
	left: 227px;
	font-size: 2em;
	font-weight: bold;
	color: white;
}

div#regiozorg
{
	text-align: right;
	height: 35px;
	position: relative;
	width: 220px;
	top: 75px;
	left: 227px;
	font-size: 2em;
	font-weight: bold;
	color: white;
}

.header
{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 26px;
	width:		400px;
}

.header_shadow
{
	position: absolute;
	top:2px;
	right: -2px;
	color: black;
	font-size: 26px;
	width:	400px;
}

div#disclaimer
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	position: absolute;
	top: 25px;
	right: 20px;
	font-family: "Verdana";
	color: white;
}

div#disclaimer a
{
	color: white;
	text-decoration: none;
}

div.subpics
{
	position: absolute;
	margin-top: 70px;
	margin-right: 0px;
	right: 0px;
}

div.subpics table
{
	margin-top: 30px;

}

.pictitel
{
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	background-color: #00ac5c;
	height: 22px;
	padding-left: 15px;
}
.pictitel a
{
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.border1
{
	height: 2px;
	width: 50%;
	font-size: 2px;
	background-color: white;
}

.border2
{
	height: 2px;
	width: 50%;
	font-size: 2px;
	background-color: #00ac5c;
}

h2
{
	font-size: small;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 2px;
}
