/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */

.faq_odd {
color: rgb(226,0,26);
}

.nieuws_datum{
font-size: 12px;
color: rgb(226,0,26);
}
.nieuws_stijl{
font-family: Arial Rounded MT Bold,Arial;
vertical-align: top;
font-size: 12px;
font-weight: normal;
color: rgb(0,69,142);
}
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
}

.transMenu.top .items {
	border-top: none;
}

/* each TR.item is one menu item */
.transMenu .item {
    color:#336;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
}

.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
}
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
}

.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
}


.highlight
{
	color: #ff9900;
	border-bottom:1px dotted;
}


table.moduletable a:link
{
	color: #ffffff;
}

table.moduletable a:visited
{
	color: #ffffff;
}

table.moduletable a:hover
{
	color: #000000;
}

table.moduletable {
	width : 100%;
	margin-bottom: 5px;
	padding: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}


table.moduletable th {
	border-bottom : 2px solid #D3D6D3;
	background : #B5BBB6;
	color: #FFFFFF;
	text-align: left;
	padding-top: 8px;
	padding-left : 10px;
	height: 23px;
	font-weight: bold;
	font-size: 11px;
}

table.moduletable td {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

#active_menu {
	background : #D3D6D3;
	color : #000000;
	background-image: url(./img/active_arrow.gif) ;
	background-repeat: no-repeat;
	background-position : 12px 10px;
	padding-left: 23px;
}

a.main_idlevel:link, a.main_idlevel:visited {
	vertical-align: middle;
	background-color: transparent;
	font-size: 18px;
	text-align: left;
	padding-top : 6px;
	padding-bottom: 5px;
	padding-left :6px;
	padding-right : 6px;
	height: 23px;
	text-decoration: none;

}

a.mainlevel:link, a.mainlevel:visited {
	vertical-align: middle;
	background-color: transparent;
	color: rgb(163,166,15);
	font-size: 18px;
	text-align: left;
	padding-top : 6px;
	padding-bottom: 5px;
	padding-left :6px;
	padding-right : 6px;
	height: 23px;
	text-decoration: none;

}

a.mainlevel:hover {
	text-decoration: none;
	color : #000000;
	height: 23px;

}

a.sublevel:link, a.sublevel:visited {
	padding-left: 4px;
	padding-right: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration:none;
}

a.sublevel:hover {
	color: #a51d21;
	text-decoration: none;
}

#balloon{
width:295px;
position:absolute;
display:none;}


#balloon .balloon_middle{
background-color: #00458e;
-moz-border-radius: 9px;
color: #ffffff;
border-left: 5px double #dddddd; 
border-top:5px double #dddddd;
border-right:5px double #dddddd;
border-bottom:5px double #dddddd;
padding-left:7px;
padding-right:7px;
padding-top: 5px;
padding-bottom:5px;
}

#balloon .balloon_middle span{
position:relative;
top: 0px;


