.titel_02 {
	background-color:#005258;
	vertical-align: middle;
	line-height:100%;
	color: #fff;
	padding-left: 15px;
	font-weight: bold;
	letter-spacing:1pt;
}

.table_met_rand {
border-bottom:1px solid; 
border-bottom-color:rgb(163,166,15);
/*border met ronde rond in mozilla
  border: 1px solid red;
  width: 260px;
  the border will curve into a 'D' 
  px voor lb rb ro lo 
-moz-border-radius: 20px 0px 0px 20px;*/
}

.menu_klein_vet {font-family: Calibri, Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 15px;color: rgb(163,166,15); font-weight: bold;}
.menu_klein_normal {font-family: Calibri, Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 15px;color: rgb(163,166,15); font-weight: normal;}

.tbldonker {background-color: rgb(163,166,15); color: #ffffff;}
.tbldonker_groot {background-color: rgb(163,166,15); font-size: 18px; color: #ffffff;}

.odd_titel{
	 color: rgb(0,0,128);
	 font-weight:500;
	 font-size: 17px;
}

.odd {
	 border-bottom: 1px solid; 
     border-right: 1px solid;;
     border-bottom-color:#f5e4ea;
     border-right-color:#f5e4ea;

	 color: #444444;
	 font-size: 14px;
	 }

a.odd:link, a.odd:visited {
display: block;
font-weight: normal;
border: 0px;
}

a.odd:hover {
   text-decoration: none;
}

.odd_over {background-color: #f5f5f5;}

.odd_out {background-color: transparent;}

a.even:link, a.even:visited {
display:block;
	font-weight: normal;
	color: #444444;
	text-align: left;
	text-decoration:none;
}

a.even:hover {
  text-decoration: none;
}


#logo{
	background-image: url(./images/logo.gif); 
	background-repeat:no-repeat;
}

.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;
}

.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);

}

.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}


.highlight
{
	color: #ff9900;
	border-bottom:1px dotted;
}


table.moduletable a:link
{
	color: #000000;
}

table.moduletable a:visited
{
	color: #000000;
}

table.moduletable a:hover
{
	color: #aa0000;
}

table.moduletable {
	margin-bottom: 5px;
	padding: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}


table.moduletable th {
	border-bottom : 2px solid #D3D6D3;
	background : rgb(163,166,15);
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	padding-top: 8px;
	padding-left : 10px;
	height: 23px;
	font-weight: bold;
}

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;
}


.main2level {
display: block;
font-size:15px;
color: #ffffff;
}


a.main2level:hover {
	text-decoration: underline;
	color: #ffffff;
}

.mainlevel {
font-size:18px;
padding-left: 0px;
padding-right: 0px;
background-color: rgb(198,11,70);
color: #ffffff;
}


a.mainlevel:hover {
	text-decoration: underline;
	color : #ffffff;
}

.sublevel{
    display:block;
	color: #ffffff;
	padding-left: 4px;
/*	background-image:url(./img/knop_0.png);*/
}
a.sublevel:link, a.sublevel:visited {
	padding-left: 4px;
	padding-right: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	text-decoration:none;
}

a.sublevel:hover {
	text-decoration: underline;
	color: #ffffff;
}

#menu_background {
background-color: #ffffff;
}

#balloon{
width:295px;
position:absolute;
display:none;}

/*
#balloon .balloon_top{
background-image: url('./images/balloon_top.gif');
background-repeat:repeat;
height:0px;
}
*/

#balloon .balloon_middle{
background-color: #ffffff;
color: #000000;
border-left: 6px solid #30a0bc; 
border-top:6px solid #30a0bc;
border-right:6px solid #30a0bc;
border-bottom:6px solid #30a0bc;
padding-left:7px;
padding-right:7px;
padding-top: 5px;
padding-bottom:5px;
}

#balloon .balloon_middle span{
position:relative;
top: 0px;

/*
#balloon .balloon_bottom{
background-image: url('./images/balloon_bottom.gif');
background-repeat:repeat;
height:0px;
position:relative;
top:0px;}
*/
