@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E6E0D9;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}
h1 {
	font-size:14px;
}
h2 {
	font-size:13px;
}
h3 {
	font-size:12px;
}
ul {
	text-indent:-20px;
}
.bruin {
color:#7B6651;}
a:link.nav {
	color:#F4F4F4;
	text-decoration:none;
}
a:visited.nav {
	color:#F4F4F4;
	text-decoration:none;
}
a:hover.nav {
	color:#ebebeb;
	text-decoration:none;
}
a:active.nav {
	color:#F4F4F4;
	text-decoration:none;
}
a:link {
	color:#333333;
	text-decoration:none;
}
a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
a:active {
	color:#333333;
	text-decoration:none;
}
.navigatie {
	color:#F4F4F4;
	font-size:12px;
}
.imgborder {
	border:solid;
	border-color:#F1F1F1;
	border-width:20px;
}
#container {
	width:1024px;
	height:auto;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(../images/body.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}

#container1 {
	width:1024px;
	height:auto;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(../images/body.jpg);
	background-repeat:repeat-y;

}
#header {
	width:1024px;
	height:216px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#headerleft {
	width:500px;
	height:216px;
	margin:0px;
	float:left;
}
#headerleftleft {
	width:150px;
	height:196px;
	padding:0px;
	padding-left:60px;
	padding-top:20px;
	float:left
}
#headerleftright {
	width: 250px;
	height:196px;
	padding:0px;
	padding-top:20px;
	text-align:center;
	float:right;
}
#headerright {
	width: 500px;
	height:216px;
	margin:0px;
	float:right;
}
#headerrighttop {
	width:463px;
	height:179px;
	margin:0px;
	margin-right:36px;
	margin-top:2px;
	float:right;
}
#headerrightbottom {
	width:450px;
	height:20px;
	margin:0px;
	margin-right:50px;
	margin-top:5px;
	text-align:center;
}
#content {
	width:1024px;
	height:auto;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(../images/body.jpg);
	background-repeat:repeat-y;
}
#navigatie {
	width:150px;
	height:auto;
	padding:0px;
	padding-left:60px;
	float:left;
}

#tekst {
	width:710px;
	height:auto;
	float:right;
	padding:0px;
	padding-right:60px;
}
#footer {
	width:974px;
	height:20px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:right;
	padding:0px;
	padding-right:50px;
	font-size:10px;
	float:left;
}
/* 
----------------------------------------------
Accordion Menu 
----------------------------------------------
*/

.ectacmenu{
margin: 0 0;
padding: 0;
border-bottom-width: 0;
margin-right: 1px;
margin-top: -1px;
}

.ectacmenu a.menuitem{
background: none;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
color: #FFFFFF;
padding-left: 10px;
text-decoration: none;
font-weight:bold;
}


.ectacmenu a.menuitem:visited, .ectacmenu .menuitem:active{
color: #FFFFFF;
}

.ectacmenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.ectacmenu a.menuitem:hover{
background: none;
color:#EBEBEB;
}

.ectacmenu div.submenu{ /*DIV that contains each sub menu*/

}

.ectacmenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 5px 0px 5px 15px;
padding: 0px;
}

.ectacmenu div.submenu ul li{
	/*border-bottom: 1px solid #c0c0c0;*/
}

.ectacmenu div.submenu ul li a{
display: block;
/*font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; */
color: #FFFFFF;
text-decoration: none;
padding: 2px;
padding-left: 20px;
/*background: url(/images/arrowbullet.gif) no-repeat center left;*/
}

.ectacmenu div.submenu ul li a:hover{
/*background: #DFDCCB url(/images/arrowbullet.gif) no-repeat center left;*/
color:#EBEBEB;
}


/* 
----------------------------------------------
End Accordion Menu 
----------------------------------------------
*/
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#000000;
    text-decoration:none;

}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #000000; background:#ffffff;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
	top:-300px; left:-200px;
	padding: 15px;
	color: #000000;
    text-align: left;
	background-color:#FFFFFF;
	border: 1px solid #999999;
	font-weight:normal;
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}
a.tt:hover span.top{
	display: block;
	padding:10px;
    background: url(bubble.gif) no-repeat top;
	background-color:#FFFFFF;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 10px; 
	background: url(bubble_filler.gif) repeat bottom; 
	background-color:#FFFFFF;
}
a.tt:hover span.bottom{
	display: block;
	padding: 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
	background-color:#FFFFFF;
}