* {
	margin: 0px;
	padding: 0px;
}
#main textarea {
	border: 1px solid #999999;
}
body {
	background: url(pix/bgmain.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#banner {
	float: right;
	width: 580px;
	background: url(pix/bgbanner.gif) no-repeat;
	height: 80px;
}
#banner .kop {
	margin-top: 5px;
	float: right;
	font-size: 20px;
}
#banner h1 {
	font-size: 40px;
	color: #666666;
	margin-top: 30px;
}
/*--- navigatie in midden van de pagina ---
-------------------------------------------*/
#subnav {
	height: 30px;
	float: right;
	width: 580px;
	font-size: 0.9em;
	margin-bottom: 10px;
	line-height: 1.1em;
}
#navbar {
	width: 100%;
	list-style: none;
	float: left;
}
#navbar li {
	float: left;
}
#navbar a {
	color: #FFFFFF;
	text-decoration: none;
	width: 110px;
	display: block;
	text-align: center;
	line-height: 1.5em;
	background: url(pix/btnNavbar.jpg) no-repeat 0px 0px;
	margin-right: 5px;
	font-size: 0.9em;
	height: 1.6em;
}
#navbar a:hover {
	color: #000000;
	background: #FFFFFF url(pix/btnNavbarO.jpg) no-repeat;
}

#navbar a.active {
	color: #000000;
	background: #FFFFFF url(pix/btnNavbarA.jpg) no-repeat;
}

/*--- navigatie links ---
-------------------------*/
#navleft {
	width: 180px;
	float: left;
	font-size: 12px;
	min-height: 300px;
}
#navleft li {
	list-style: none;
}

#navleft a {
	color: #FFFFFF;
	background: #006699;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
	height: 20px;
	line-height: 20px;
	border-bottom: 2px solid #FFFFFF;
}
#navleft a:hover {
	color: #000000;
	background: #B2C6D0;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
	height: 20px;
	line-height: 20px;
	border-bottom: 2px solid #FFFFFF;
}
#navleft a.active { /*geselecteerde link*/
	color: #000000;
	background: #FFDB4A;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
	height: 20px;
	line-height: 20px;
	border-bottom: 2px solid #FFFFFF;
}
#navleft a.wd {
	background: #FFFFFF;
	color: #CCCCCC;
}
#navleft a.wd:hover {
	background: #FFFFFF;
	color: #CCCCCC;
}
#navleft img {
	border-style: none;
}

#main {
	float: right;
	width: 580px;
	margin-top: 5px;
	font-size: 0.9em;
	min-height:400px;
	background: url(pix/bgcontent.gif) no-repeat right bottom;
}
#main a {
	color: #990000;
	text-decoration: underline;
}
#main a:hover {
	color: #3577AC;
	text-decoration: none;
}
#main strong {
	color: #4D5780;
	font-size: 0.9em;
}

#main p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 1.2em;
	margin-left: 20px;
}
#main ul {
	margin-left: 40px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#main li {
	list-style: url(pix/bulletBlue2b.gif);
	margin-bottom: 2px;
}
#main span {
	color: #003366;
}
#main h1 {
	font-size: 1.4em;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 10px;
}
#main h1.kop {
	color: #000000;
	background: #B2C6D0;
	padding-left: 10px;
}
#main h2 {
		font-size: 1.1em;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 10px;
}
#main dl {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 20px;
}
#main dt {
	color: #003399;
	font-weight: bold;
	background: url(pix/colorlineThin.gif) no-repeat left bottom;
}
#main dd {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 30px;
}
#footer {
	float: right;
	width: 580px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer a {
	color: #990000;
	text-decoration: none;
}
#footer a:hover {
	color: #3577AC;
}
/*--- mailform stijl-----
  ---------------------------*/
#mailform {
	font: 0.9em Arial, Helvetica, sans-serif;
	background: #FFFFCC;
	float: left;
	width: 500px;
	padding: 10px;
}
#alert {
	color: #FF0000 !important;
}
  #main input {
	border: 1px solid #999999;
}
#main textarea {
	font: 14px Arial, Helvetica, sans-serif;
}
/*--- links ---
---------------*/
.links {
	width: 580px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
}
.links .left {
	width: 200px;
	font-weight: bold;
	text-align: right;
	float: left;
}
.links .right {
	margin-left: 210px;
}
