body {
	margin: 0;
	background-color: #666666;
	color: white;
	height:100%;
}

a:link, a:visited {
	text-decoration: none;
    border: 1px;
    color: yellow;
}

a:hover {
	border-bottom: 1px dashed yellow;
}

img
{
	border: 0;
}

#pagina {
	margin: 10px auto;
	width: 924px;
	text-align: left;
	font-size: 11px;
	font-weight: 100;
	font-family: Verdana, sans-serif;
}


/* Menubalken*/
#menubalk_top {
	width: 100%;
	height: 20px;
	background-image: url(../images/menubalk_boven.gif);
	text-align: right;
}

#menubalk_center {
	width: 100%;
	height: 60px;
	background-image: url(../images/gradient_menubalk.gif);
	background-repeat: repeat-y;
	text-align: center;
}

#menubalk_bottom {
	clear: both;
	margin: 0;
	padding: 0px;
	width: 100%;
	height: 17px;
	background-image: url(../images/gradient_menubalk.gif);
	background-repeat: repeat-y;
}

#onderbalk {
	height: 20px;
	width: 100%;
	background-image: url(../images/menubalk_onder.gif);
	text-align: center;
}

#onderbanner {
	width: 100%;
	text-align: center;
}

/* Venster opbouw */
#venster {
	margin: 0;
	height:100%;
	padding: 0px;
	background-image: url(../images/gradient_links_rechts.gif);
	background-repeat: repeat-y;
	border: 1px solid black;
}

/* br clear voor firefox hoogte */
.clear {
	clear: both;
}

#venster_links {
	position:relative;
	float: left;
	margin: 0;
	padding: 0px;
	width: 200px;
	background-repeat: repeat-y;
}

#venster_main {
	margin: 0px auto 0px auto;
	color: white;
	padding: 0px;
	width: 516px;
	height: 100%;
}

#venster_rechts {
	position:relative;
	float: right;
	margin: 0;
	padding: 0px;
	width: 200px;
	background-repeat: repeat-y;
}

/* Tabellen */
TABLE {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
tr, td, p, div {
	text-align: left;
	font-size: 11px;
}

/* CMS algemeen */
#banner {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


/* CMS taalbalk */
ul.jflanguageselection
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul.jflanguageselection li
{
	float: left;
	margin: 1px 1px 1px 1px;
	white-space: nowrap;
	border: none;
}


/* CMS Menu Array */
table.moduletable td, table.moduletableloginform td {
	width: 185px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ea9a00;
	border-left: none;
	border-right: none;
	border-top: none;
	font-size: 10px;
	color: black;
}

table.moduletable th, table.moduletableloginform th {
	width: 189px;
	padding: 5px;
	border-bottom: 1px dotted #ea9a00;
	font-size: 14px;
	color: black;
	font-weight: bold;
}

a.mainlevel:link, a.mainlevel:visited, table.moduletableloginform td a:link, table.moduletableloginform td a:visited {
	text-decoration: none;
    border: none;
    color: blue;
}

a.mainlevel:hover, table.moduletableloginform td a:hover {
	color: red;
}

/* CMS Content Elements */
.createdate {
	text-align: left;
	font-size: 11px;
}

.small {
	text-align: left;
	font-size: 9px;
}

.contentheading, .buttonheading, .componentheading  {
	width: 99%;
	margin: 0;
	padding: 2px;
	color: white;
	font-weight: bold;
	background-color: #ea9a00;
}