body {
	font-family: Arial;
	margin: 0px 0px 0px 0px;
}

td {
	font-family: Arial;
}

.top_menu {
	font-family: Arial;
	font-size: 11px;
	color: #badef4;
	text-decoration: none;
}

a.top_menu {
	font-family: Arial;
	font-size: 11px;
	color: #badef4;
	text-decoration: none;
}

a.top_menu:hover {
	font-family: Arial;
	font-size: 11px;
	color: #909090;
	text-decoration: underline;
}

.top_menu_table {
	border-left:solid 1px #badef4;
	border-right:solid 1px #badef4;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.top_menu_center {
	font-family: Arial;
	font-size: 11px;
	color: #383737;
	text-decoration: none;
}

li {
        list-style:none;     
}
a.print_link {
	font-family: Arial;
	font-size: 10px;
	color: #516677;
	text-decoration: none;
}

a {
	font-family: Arial;
	font-size: 11px;
	color: #516677;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #909090;
	text-decoration: underline;
}

a.link {
	font-family: Arial;
	font-size: 11px;
	 color: #A6A6A6;
	text-decoration: none;
}

h1 {
	font-family: Arial;
	font-size: 16px;
	color: #516677;
	text-decoration: none;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #516677;
	text-decoration: none;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	color: #516677;
	text-decoration: none;
}

h4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #516677;
	text-decoration: none;
	text-align: center;
}

.left_menu {
	font-family: Arial;
	font-size: 12px;
	color: #516677;
	text-decoration: none;
}

.td_left_menu {
	padding: 10px 5px 5px 10px;
	color: #516677;
	text-decoration: none;
}

.minobr {
	font-family: Arial;
	font-size: 11px;
	color: #8299a6;
	text-decoration: none;
	padding-left: 20px;
}

.bottom_menu_center {
	font-family: Arial;
	font-size: 12px;
	color: #516677;
	text-decoration: none;
}

.news_top_header {
	font-family: Arial;
	font-size: 12px;
	color: #6d9dce;
}

.news_date {
	font-family: Arial;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
}
a.news_pretext, a.news_pretext:link {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

 a.news_pretext:hover {
	font-family: Arial;
	font-size: 12px;
	color: #909090;
	text-decoration: none;
}
.top_menu_table {
	background-color: #196388;
	color: #badef4;
}

.top_submenu_td {
	padding: 5px 3px 3px 5px;
	border-bottom: 1px solid #badef4;
}

.table_basik_submenu {
	border: 1px solid #4E4E4E;
	background-color: #fafafa;
}
.title {
	font-family: Arial;
	font-size: 18px;
	color: #516677;
	text-decoration: none;
}
.title1 {
	font-family: Arial;
	font-size: 12px;
	color: #516677;
	text-decoration: none;
}
.td_basik_submenu {
	padding: 5px 3px 3px 5px;
}

.basik_submenu {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.top_mon {
	padding: 10px 10px 10px 10px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.leftmenu1, .leftmenu1 a { font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: none;
    padding-left: 0px;
    line-height: 1;
    color: #333333;
    }
.searchinputbox { height: 20px;
    width: 120px;
    font-family: Arial;
    font-size: 11px;
    color: rgb(108, 116, 155);
    font-weight: bold;
    }


_________________________________________________________
 
     
.leftmenul1, .leftmenul2 {
	list-style:none;			/* Default styles for all menu's */
	margin:0px;
	padding:0px 0px;
}

.leftmenul1 li {
	background-color:none;
	float:none;				/* First level menu's needs to float left */
	position:relative;			/* Relative positiong because lower level menu's needs to be absolute */
        padding: 0px 0px;
	text-align: left;	
}


/* First level colors for link tags */
.leftmenul1 a {
	color:#516677;
	padding: 0px 0px 0px 5px;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	border:0px solid #E79518; 		/* Same as BG color so total width is always the same */
}

.leftmenul1 a:hover {
	color:#4a9acb;		/* On hover for a alements, */
}


/* Start second level and lower menu's */
.leftmenul1 .leftmenul2 {
	display:none;				
	position:absolute;			/* We position absolute (relative to l1) */
	width:200px;				/* Default width for sub-menu's */
	border:1px solid grey;			/* Border around the sub-menu's */
	z-index:10;				/* We set a z-index these menu's will show up above other menu items, works in non IE */
	left:150px;				/* Left to 0 and for IE we move one extra pixel down */	
	top:15px !important;
	top:16px;
	background-image:(url/img/top_menu_line.gif);
 
}

.leftmenul1 .leftmenul2 .leftmenul2, .leftmenul1 .leftmenul2 .leftmenul2 .leftmenul2 {
	left:200px;				/* Move away from second level menu for second level and lower */
	top:-1px !important; 			/* Border = 1px so we need to move one up aswell !important to overrule the !important above*/
}

.leftmenul1 .leftmenul2 li {
	padding:2px 0px;  			/* Controls the height per menu item on second level and lower */
	border-bottom:1px solid #f0f0f0;	/* little color seperator */
 
	width:100%;
	background-image:url(/img/bgmenu.jpg);
}

.leftmenul1 .leftmenul2 a {
	border:none;				/* no border, remove the style from level1 a tags */
	display:block;				/* Display block, so teh whole menu will lite up (if bg used)*/
	padding:0px 4px;
}

.leftmenul1 .leftmenul2 a:hover {			/* Needed for IE aswell */
	color:#02385a;
	border:none;				/* no border, remove the style from level1 a tags */
background-image:url(/img/bgmenu.jpg);
}
 

/* Little arrows for the menus */
.leftmenul1-ifsub,.leftmenul1-ifsub {
	background-position:top right;
	background-repeat:no-repeat;
}
.leftmenul2-ifsub {
}


.leftmenul1.hoveratag {
	background-color:#FEB103;		/* Hack in javascript, this will highlite teh a tag of the menu above */
	border:1px solid black;			/* We could do this with CSS (.topmenul1 li:hover > a) But IE doesn't support that */
}    
 ___________________________________   
     
    .topmenul1, .topmenul2 {
	list-style:none;			/* Default styles for all menu's */
	margin:0px;
	padding:0px 0px;
	text-align: left;
}

.topmenul1 li {
	background-color: #0c5c84;
	padding:1px 0px;
	float:left;				/* First level menu's needs to float left */
	position:relative;	
	border-left:solid 1px #badef4;
	border-right:solid 1px #badef4;		/* Relative positiong because lower level menu's needs to be absolute */
}


/* First level colors for link tags */
.topmenul1 a {
	color:#badef4;
	padding:0px 5px 0px 5px;		/* Seperate menu's a bit aswell, some extra space for the arrow on the right */
	border:1px solid #0c5c84;
	text-align: left;		/* Same as BG color so total width is always the same */
}

.topmenul1 a:hover {
	background-color:#4a9acb;		/* On hover for a alements, */
	border:1px solid grey;
}


/* Start second level and lower menu's */
.topmenul1 .topmenul2 {
	display:none;				
	position:absolute;			/* We position absolute (relative to l1) */
	width:200px;				/* Default width for sub-menu's */
	border:1px solid grey;			/* Border around the sub-menu's */
	z-index:10;				/* We set a z-index these menu's will show up above other menu items, works in non IE */
	left:0px;				/* Left to 0 and for IE we move one extra pixel down */	
	top:20px !important;
	top:16px;
}

.topmenul1 .topmenul2 .topmenul2, .topmenul1 .topmenul2 .topmenul2 .topmenul2 {
	left:200px;				/* Move away from second level menu for second level and lower */
	top:-1px !important; 			/* Border = 1px so we need to move one up aswell !important to overrule the !important above*/
}

.topmenul1 .topmenul2 li {
	padding:2px 0px;  			/* Controls the height per menu item on second level and lower */
	border-bottom:1px solid #f0f0f0;	/* little color seperator */
	background-color:#02385a; 
	width:100%;
	border-left:solid 1px #badef4;
	border-right:solid 1px #badef4;
}

.topmenul1 .topmenul2 a {
	border:none;				/* no border, remove the style from level1 a tags */
	display:block;				/* Display block, so teh whole menu will lite up (if bg used)*/
	padding:0px 4px;
}

.topmenul1 .topmenul2 a:hover {			/* Needed for IE aswell */
	color:white;
	border:none;				/* no border, remove the style from level1 a tags */
}

.topmenul1 .hoveratag {
	background-color:#4a9acb;		/* Hack in javascript, this will highlite teh a tag of the menu above */
	border:0px solid grey;			/* We could do this with CSS (.topmenul1 li:hover > a) But IE doesn't support that */
}

