/*== globale opmaak ==*/
html,body {
	/*force vert scrollbar hack*/
	height:100.1%;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Helvetica, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#slideshow_logo { float: right; margin-bottom: 10px; margin-top: 10px; background-color: white;}
#slideshow_logo img { padding-left: 0px; width: 175px;}
	
#wrapper {
width: 1000px;
left: 50%;
margin-left: -500px; /* - (width/2) */
position: relative;
}
#container {
	width:1000px;
	float: left;
}
div {
	position: relative;
}
/*== header en footer ==*/
#header {	
	width: 1000px;
   	height: 30px;
	float: left;
	text-align: center;
	z-index: 0 !important;
	z-index: -1;
}
#topmenu {
	float: right;
	margin-right: 20px !important;
	margin-right: 10px;
	font-size: 11px;
	background-color: #FFFFFF;
	font-weight: bold;	
}
#topmenu a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#topmenu a:link {
	text-decoration: none;
	font-weight: bold;
}
#topmenu a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#banner {
	background-image: url(images/balk-boven-algemeen.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 1000px;
	height:90px;

}
#footer {	
	width: 1000px;
    height: 30px;
	float: left;
	text-align: center;
	z-index: 0 !important;
	z-index: -1;
}
/*== center ==*/

#center {
	width: 1000px;    
	float: left;
   /* padding-left: -100px;*/
}

#sidebar {
	float: left;
	text-align: left;
	position: relative;
	margin-left: 10px !important;
	margin-left: 5px;
	margin-top: 10px !important;
	margin-top: 10px;
	width: 145px;
	font-size: 11px;
	color: #000000;
}
#sidebar a {
	color: #284893;
	text-decoration: none;
	font-weight: normal;
}
#sidebar a:link {
	text-decoration: none;
	font-weight: normal;
}
#sidebar a:hover {
	text-decoration: none;
	font-weight: normal;
	background-color: #284893;
	color: white;
	
}
#sidebar ul {
	list-style-type: none;
	list-style-position: outside;
}
#sidebar li {
	margin-left: -3em;
}
#main {
	width: 845px important;
	width: 843px;
	float: left;
	margin-right: 2px !important;
	margin-right: 1px;
	/*margin-top: 60px !important;
	margin-top: 60px;*/
	position: relative;
	text-align: justify;
}
#main a {
	color: #284893;
	text-decoration: none;
	font-weight: normal;
}
#main a:link {
	text-decoration: none;
	font-weight: normal;
}
#main a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#homelinks {
	float: left;
	width: 630px;
	margin-top: 1em;
	margin-left: 0.5em;
}
#homelinks ul {
	list-style: url(images/blauwblok.gif) square;
}
#homerechts {
	float: right;
	width: 175px;
	margin-left: 0.5em;
	color: black;
}
.rechtsmenu {
	background-color: #B1BFEA;
	padding: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}
TD {
	font-family: Helvetica, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
TH {
	font-family: Helvetica, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#footermenu {
	float: right;
	margin-top: 2em;
	margin-right: 20px;
}
#footermenu a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#footermenu a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#footermenu a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
H3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;	
}