/* */
/* Colors used:
/* White: 	#FFFFFF;
/* Blue:	#0073AE;
/* Mid Blue:	#9CDDf9;
/* Light Blue: 	#BAD5E8;
/* Brown:	#9F6614;
/* Light grey:	#EBEAEA;
/* Red:		#E0001A;
/* */

html, body {
	height: 100%;
	padding: 0;
	margin: 0; 
	border: 0; 
	background-color: #FFFFFF;
	/*overflow: hidden;*/
}

body { 
	padding: 0;
	margin: 0; 
	border: 0; 
	font-family: trebuchet ms, arial, helvetica, univers; 
	background: #FFFFFF url(shadow.jpg) repeat-y 50% 0px;
	/*text-align: center; */
	color: #0073AE;
	font-size: 12px;
	line-height: 150%;
	/*overflow: hidden;*/
}

div {
	padding: 0;
	margin: 0;
	border: 0;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 966px;
	height: 100%;
	max-height: 1030px; /* So nothing passes below background-image of this height */
	text-align: left;
	background-color: #BAD5E8;
}

#menu {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	z-index: 9;
}

#logo {
	position: absolute;
	top: 24px;
	right: 25px;
}

#photo_container {
	position: relative;
	top: 180px;
	left: 20px;
	width: 160px;
	min-height: 289px; 
	padding-bottom: 10px;
	text-align: center;
	line-height: 10px;
	background-color: #FFFFFF;
	z-index: 8;
}

#title_container {
	position: absolute;
	top: 180px;
	left: 210px; 
	right: 0px;
	height: 23px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
	z-index: 8;
}

#content_container { 
	position: absolute;
	top: 217px;
	left: 210px;
	right: 60px;
	bottom: 20px;
	overflow: auto;
	z-index: 8;
}

#content {
	clear: both;
	min-height: 240px;
	padding-top: 20px;
	padding-bottom: 2px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #FFFFFF;
}

#content img {
	border: 0px solid #EBEAEA;
}

#footer_background {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 20px;
	background-color: #79541E;
}
	
#watermark {
	position: absolute;
	bottom: 0px;
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 20px;
}
	
#photo {
	clear: both;
}

#photo p {
	margin-top: 0px;
	text-align: center;
	font-size: 10px;
}

#photo img {
	border: 1px solid #EBEAEA;
	margin-top: 10px;
}

#photo a img {
	border: 1px solid #79541E;
}

#photo a:hover img {
	border: 1px solid #0073AE;
}

#bericht {
	margin-bottom: 11px;
	clear: both;
	border: 1px solid #79541E;
}

#bericht p { 
	margin-top: 3px;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-right: 7px;
}

#bericht p.title { 
	border-bottom: 1px dotted #79541E;
}

#nieuws {
	border: 1px solid #79541E;
	padding: 5px;
	margin-bottom: 20px;
}

#nieuws p {
	border-bottom: 1px dotted #79541E;
	text-align: center;
	margin-bottom: 5px;
}

#nieuws li, #nieuws ul {
	margin-bottom: 8px;
	list-style-type: square;
}

#footer_left {
	float: left;
	text-align: left;
	width: 210px;
}

#footer_middle {
	float: left;
	text-align: left;
	width: 546px;
}

#footer_right {
	float: left;
	text-align: right;
	width: 210px;
}

#footer p {
	margin-top: 2px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

#footer a:link { 
	color: #FFFFFF;
	text-decoration: underline 
}

#footer a:visited { 
	color: #FFFFFF;
	text-decoration: underline 
}

#footer a:active { 
	color: #FFFFFF;
	text-decoration: none
}

#footer a:hover { 
	color: #FFFFFF;
	text-decoration: none 
}

#footer_middle p {
	margin-top: 2px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

#footer_middle a:link { 
	color: #FFFFFF;
	text-decoration: none 
}

#footer_middle a:visited { 
	color: #FFFFFF;
	text-decoration: none 
}

#footer_middle a:active { 
	color: #FFFFFF;
	text-decoration: none
}

#footer_middle a:hover { 
	color: #FFFFFF;
	text-decoration: underline 
}

#column50 {
	float: left;
	width: 49%;
}

#column30 {
	float: left;
	width: 30%;
}

#column70 {
	float: left;
	width: 69%;
}

#column15 {
	float: left;
	width: 15%;
}

#column85 {
	float: left;
	width: 84%;
}

#column12 {
	float: left;
	width: 12%;
}

#column88 {
	float: left;
	width: 87%;
}

#column_end {
	clear: both;
	height: 0px;
}


p { 
	margin-top: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	margin-right: 0px;
}

strong {
	font-size: 13px;
}

h1, h2 { 
	margin-top: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 18px;
}

h4 { 
	font-size: 14px;
}

a:link { 
	color: #79541E;
	text-decoration: underline; 
}

a:visited { 
	color: #79541E;
	text-decoration: underline;
}

a:active { 
	color: #79541E;
	text-decoration: none;
}

a:hover { 
	color: #79541E;
	text-decoration: none; 
}

img {
	border: 0px;
}

#vergoedingen table {
 	width: 100%;
	border-collapse: seperate;
	border-spacing: 3px;
	empty-cells: show;
	font-size: 10px;
}

#vergoedingen td {
	padding: 3px;
}

ul {
	list-style-position: inside;
	margin-top: 0px;
	margin-bottom: 13px; 
	margin-left: -15px;
	margin-right: 0px;
	font-size: 12px;
}

ul ul {
	margin-bottom: 5px; 
}

li {
	list-style-position: outside;
}

.nested ul ul {
	margin-bottom: 0; 
}
.nested li {
	font-weight: bold;
	list-style-position: outside;
	margin-bottom: 10px;
}

.nested li li {
	font-weight: normal;
	margin-bottom: 0px;
}

.nested li li li {
	font-style: italic;
	margin-bottom: 0px;
}

.long li {
	list-style-position: outside;
	margin-bottom: 5px;
}

.simple li {
	margin-bottom: 3px;
}

input[type="text"] {
	font-family: trebuchet ms, univers, sans-serif, arial, helvetica, verdana; 
	font-size: 12px;
	background-color: #FFFFFF;
}

textarea {
	font-family: trebuchet ms, univers, sans-serif, arial, helvetica, verdana; 
	font-size: 12px;
	background-color: #FFFFFF;
}

input[type="submit"] {
	font-family: trebuchet ms, univers, sans-serif, arial, helvetica, verdana; 
	font-weight: bold;
	font-size: 12px;
}

input[type="reset"] {
	font-family: trebuchet ms, univers, sans-serif, arial, helvetica, verdana; 
	font-weight: bold;
	font-size: 12px;
}

/* Custom classes */

.small {
	font-size: 10px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.cell_right {
	text-align: right;
	padding-right: 5px;
}

.cell_righttop {
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
}

.italic {
	font-style: italic;
}

.italic_right {
	font-style: italic;
	text-align: right;
}


/* Horizontal Multi-layered drop-down menu */

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	font-size: 10px; /* Or for height of image */
	font-weight: bold; 
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	border: solid 0px #0073AE;
	border: solid 0px #004685;
	background-color: #0073AE;
	background-color: #092869;
	background-color: #004685;
}


#nav a {
	display: block;
/*	width: 10em;
	w\idth: 6em; */
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.8em;
}


#nav a.daddy {
	background: url(menu/menu_arrow.gif) center right no-repeat;
}


#nav li {
	float: left;
	padding: 0;
	margin-right: 36px;
/*	width: 10em; */
}


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15.4em;
	w\idth: 14.9em;
	font-size: 12px;
	font-weight: normal;
	border-width: 2px;
	margin: 0;
	background-color: #FFFFFF;
}


#nav li li {
	margin-right: 0px; 
	padding-right: 1em;
	width: 13.9em
}


#nav li ul a {
	width: 17em;
	w\idth: 13em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	color: #0073AE;
}


#nav li ul ul {
	margin: -2.2em 0 0 14.5em;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}


#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


#nav li:hover, #nav li.sfhover {
	background-color: #79541E;
}


#nav li li:hover, #nav li li.sfhover {
	background-color: #d3ca9b;
}
