﻿body, html {
	background: #909e6f;
	font: 11px/1.4em tahoma, verdana, lucida, helvetica, sans-serif;
	margin: 0 0 0 0;
}

/* --------  homepage:  -------- */

#home_frame {
	background: #e6e6e6;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#home_content {
	background: #e6e6e6 url("../image/home_body.jpg") no-repeat left top;
	clear: both;
	width: 760px;
	height: 330px;
	margin-left: 0px;
	font-size: 12px/1.5em;
}

#taalkeuze {
	padding-top: 50px;
	text-align: center;
	font-size: 18px/1.5em;
}

#gegevens {
	text-align: center;
	color: #2e2e2e;
	padding: 60px 20px 0 0;
	font-style: normal;
	font-size: 95%;
	line-height: 1.3em;
}

#taalkeuze a, #gegevens a {
	color: #bed193;
	text-decoration: none;	
}

#taalkeuze a:hover, #gegevens a:hover {
	color: #cb1e22;
	text-decoration: underline;
}

#taalkeuze a {
	margin: 20px 30px 5px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	word-spacing: 3em;
	line-height: 26px;	
}

hr {
	width: 55%;
	height: 1px;
	color: #ff0000;
	background-color: #ff0000;
	border: 0;
}


/* --------  einde homepage:  -------- */


#frame {
	background: #e6e6e6 url("../image/background.gif") repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#titel {
	width: 760px;
	height: 127px;
	margin-left: 0px;
	padding: 0 0 0 0;
}

#titel img {
	margin-left: 0px;
	margin-bottom: -3px;
}

#titel a img {
	border: none;
}

/* --------  navigatiebalk:  -------- */

#nav {
	float: left;
	background: #95A770 url("../image/bg_navbar.jpg") repeat-x bottom;
	width: 730px;
	margin-left: 15px;
	padding: 0;
	font: normal 10px/15px;
	display: inline;	/* = IE/Win doubled float margin bug fix */
}

#nav ul {
	margin: 0;
	padding: 5px 0 0 25px;
	list-style: none;
}

#nav li {
	float: left;
	background: #c6c5c9 url("../image/tab_grey_right.gif") no-repeat right top;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#nav li a {
	float: left;
	display: block;
	background: url("../image/tab_grey_left.gif") no-repeat left top;
	padding: 5px 10px 3px;
	color: #173e29;
	text-decoration: none;
	white-space: nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav li a {
	float: none;
}

/* End IE5-Mac hack */

#nav li a:hover {
	color: #cb1e22;
	text-decoration: underline;
}

#nav #huidig {
	background: url("../image/tab_white_right.gif") no-repeat right top;
}

#nav #huidig a {
	float: left;
	background: url("../image/tab_white_left.gif") no-repeat left top;
	padding-bottom: 4px;
	white-space: nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav huidig a {
	float: none;
}

/* End IE5-Mac hack */


/* --------  main content:  -------- */

#content {
	clear: both;
	width: 730px;
	margin-left: 15px;
	font-size: 12px/1.5em;
}

#content p {
	margin: 16px 10px 10px 30px;
	font-family: tahoma, arial, helvetic, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	text-align: justify;
}

#content a {
	color: #879468;
	text-decoration: none;	
}

#content a:hover {
	color: #cb1e22;
	text-decoration: underline;
}

#content h2 {
	margin: 20px 30px 5px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
	color: #685a3c;
}

#content dl {
	clear: both;
	margin-top: 10px;		
}

#content dt {
	margin: 20px 30px 5px 30px;
	font-size: 15px;
	line-height: 28px;
	color: #685a3c;
}

#content dd {
	margin: 16px 10px 10px 30px;
	font-family: tahoma, arial, helvetic, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	text-align: justify;
}

#content dd img {
	float: left;
	margin: 0 10px 5px 0;
	display: inline;
	border: 1px solid #aaa;
/*	vertical-align:text-top	*/
}

#content ul {
	margin: 0;
	padding: 5px 0 20px 25px;
	list-style: none;
}

#content img {
	background: #f8ffe0;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#content strong {
	font-weight: bold;
	color: #2e2e2e;
}

#content img.border {
	display: inline;
	border: 1px solid #aaa;
}

#content a.anker {
	font-size: 80%;
	color: #879468;
	text-decoration: none;	
}

#content a:hover.anker  {
	font-size: 80%;
	color: #cb1e22;
	text-decoration: underline;
}

#content table {
	margin: 16px 10px 10px 26px;
	font-family: tahoma, arial, helvetic, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: justify;
}

#content table.picturetable {	
	margin: 16px 0 26px 0;
}

#content table.picturetable td {
	padding: 2px 2px 2px 2px;
}

#content table.picturetable img {
	margin: 0 0 0 0;
}
/* --------  kolommen:  -------- */

.linkerkolom {
	float: left;
	width: 450px;
	margin-left: 15px;
	display: inline;
}

.rechterkolom {
	float: right; 
	width: 230px;
	margin-left: 15px;
	display: inline;
}

.rechterkolom address {
	color: #2e2e2e;
	padding: 50px 20px 0 0;
	font-style: normal;
	font-size: 95%;
	line-height: 1.3em;
}

.rechterkolom address a {
	color: #879468;
	text-decoration: none;	
}

.rechterkolom address a:hover {
	color: #cb1e22;
	text-decoration: underline;
}


/* --------  footer:  -------- */

#footer {
	clear: both;
	background: #e6e6e6 url("../image/footer.gif") no-repeat left bottom;
	width: 760px;
	padding: 25px 0 0 0;
	
}

#footer p {
	font: 8px/1.2em;
	padding: 10px 30px 10px 25px;
}

#footer ul {
	clear: both;
	margin-left: 10px;
	padding: 0px 30px 40px 35px;
	list-style: none;
}

#footer li {
	float: left;
	margin: 0;
	padding: 0;
}

#footer li a {
	float: left;
	padding: 0px 10px 0px;
	color: #173e29;
	text-decoration: none;
	white-space: nowrap;
}

#footer li a:hover {
	color: #cb1e22;
	text-decoration: underline;
}

/* --------  copyright: onder hoofdscherm:  -------- */


#copyright {
	background: #909e6f;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	padding: 0 0 0 0;
}

#copyright h6 {	
	font-size: 90%;
	line-height: 0.80em;
	color: #666;
	text-align: center
}

#copyright h6 a {
	color: #173d28;
	text-decoration: none;
	white-space: nowrap;
}

#copyright h6 a:hover {
	color: #173d28;
	text-decoration: underline;
}

