* html #outer {
    height: 100%;
}
html,
body {
	height: 100%;
	margin:0;
	padding-top:0px;
	font-size:9pt;
}
html,body,h1,h2,h3,h4,h5,h6,th,td {
	font-family: Arial;
}
h1 {
	font-size:12pt;
}
h2 {
	font-size:11pt;
}
h3 {
	font-size:10pt;
}
h4, h5, h6, th, td {
	font-size:9pt;
}
a:link {
	color: #6a6942;
}
a:visited {
	color: #6a6942;
}
a:hover {
	color: #daac38;
}
a:active {
	color: #838258;
}
/*----------------------------------------------------------------------------*/
#outer {
    min-height: 100%;
    height: auto;
    width:100%;
    text-align:center;
    background:#ffffff;
}
#opener {
	clear:both;
	height:8px;
	overflow:hidden;
	background-color:#ffffff;
}
#stopper {
	clear:both;
	height:15px;
	background-color:#ffffff;
}
#border{
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
#container {
	width:780px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#containermain {
	float:left;
	border:1px solid #ffffff;
}
#header {
	float:left;
	width:780px;
	background-color:#ffffff;
}
#footer {
	float:left;
	width:780px;
	padding-top:10px;
}
#ondermenu {
	float:left;
	width:640px;
}
#taalmenu {
	float:left;
	text-align: right;
	width:140px;
}

.contentpaneopen TD{
	color:#ffffff;
}
/*-------------------------------------------------------------------------------------*/
a:link.mainlevel-mainmenu, a:visited.mainlevel-mainmenu, a:active.mainlevel-mainmenu, a:hover.mainlevel-mainmenu {
	padding-left:30px;
	text-decoration:none;
	font-size:13pt;
	color:#53522e;
}
a:hover.mainlevel-mainmenu {
	color:#eaab00;
}
a#active_menu-mainmenu {
	color:#eaab00;
	text-decoration: underline;
}
a:link.mainlevel-ondermenu, a:visited.mainlevel-ondermenu, a:active.mainlevel-ondermenu, a:hover.mainlevel-ondermenu {
	padding-right:120px;
	text-decoration:none;
	font-size:8pt;
	color:#6a6942;
}
a:link.mainlevel-taalmenu, a:visited.mainlevel-taalmenu, a:active.mainlevel-taalmenu, a:hover.mainlevel-taalmenu {
	padding-left:20px;
	text-decoration:none;
	font-size:8pt;
	color:#6a6942;
}

/* regels om content onder de image ook in IE5 juist uitgelijnd te krijgen */
/* (door padding niet toe te passen op de container '#content', die een    */
/* opgegeven breedte nodig heeft, maar op de table-cell daarbinnen, die    */
/* geen opgegeven breedte heeft                                            */

#content{
width:780px;
padding:0 !important; /* overrulen van paddings in template_css.css */
}
#content table.contentpaneopen td{
padding:10px;
}

/* to go in generic.css - for the menu/submenu */
/***********************************************/

#header{
 font-family: Arial, Helvetica, sans-serif;
}
#submenu a{
	margin-left:20px;
}
#hoofdmenu_container{
	font-size:16px;
	text-align:right;
	margin-left:275px;
}
#hoofdmenu_container table{
	width:auto; /* to overrule 100% width in HTML */
	margin-right:0; /* needed for FF to compensate for width:auto */
	margin-left:auto; /* needed for FF to compensate for width:auto */
	height:103px;
}
#hoofdmenu_container table td{
	vertical-align:bottom;
	text-align:right;
	padding-bottom:6px;
}
#submenu{
	float:right;
	height:55px; /* can't give height to #tabsub, cause it gives layout in IE */
}
#tabtop255,
#tabtop258,
#tabtop263,
#tabtop259
{
	padding-top:2px;
}
#tabsub255 td,
#tabsub258 td,
#tabsub259 td,
#tabsub263 td{
	height:29px;
	vertical-align:bottom;
}

/* colours and font sizes for (sub)menu */
/****************************************/

#menu55 td a,
#menu58 td a,
#menu63 td a,
#menu59 td a{
	color:#6a6942;
	font-size:14px;
	white-space:nowrap;
	text-decoration:none;
}
#menu55 td a:hover,
#menu55 td a.here55,
#menu55 td#dyn-tab-top-active55 a,
#menu63 td a:hover,
#menu63 td a.here63,
#menu63 td#dyn-tab-top-active63 a,
#menu58 td a:hover,
#menu58 td a.here58,
#menu58 td#dyn-tab-top-active58 a,
#menu59 td a:hover,
#menu59 td a.here59,
#menu59 td#dyn-tab-top-active59 a{
	color:#eaab00;
}
table.submenu55 a,
table.submenu63 a,
table.submenu58 a,
table.submenu59 a{
	color:#6a6942;
	font-size:13px;
	text-decoration:none;
	white-space:nowrap;
}

table.submenu55 a:hover,
#dyn-tab-sub-active55 a,
table.submenu63 a:hover,
#dyn-tab-sub-active63 a,
table.submenu58 a:hover,
#dyn-tab-sub-active58 a,
table.submenu59 a:hover,
#dyn-tab-sub-active59 a{
	color:#daac38;
}
.swtabcontent63,
.swtabcontent55,
.swtabcontent58,
.swtabcontent59,
.swtabcontent{
	display:none; /* to avoid initial showing of all 3rd level submenu in IE */
}
