/* css of jongereninfolife.be another Joomla website by FreakOut.be */

html, body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-body2.gif);
	background-repeat: repeat-x;

} 
 
#container{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 margin-bottom: 20px;
} 
 
#header{
 position:relative; 
 z-index: 100;
 height:100px;
 width:780px;
 margin-bottom:10px;
} 
 
#leftmodule{
 width:244px; 
 float:left; 
 position:relative; 

 	
 }
 
#twocols{
 width:518px; 
 float:right; 
 position:relative; 
  }
#content {
	width:518px;
	float:right;
	position:relative;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #D7F4DB;
	padding-left:5px;

 } 
#content-wide{
 width:780px; 
 float:right; 
 position:relative; 

 }
 
#topnav{
	position:absolute;
	
	float:right;
	z-index:300;

	width: 170px;
	top: 8px;
	right: 2px;
	
}
#search{
	position:absolute;

	float:right;
	
	width: 100px;
	top: 2px;
	right: 0px;

}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/* START FOOTER 
------------------------------------------------------------*/ 
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 780px;
	
	
	
	} 
#footer {
	position: relative;
	clear:both;
	height:400px;
	margin-top: 20px;
	padding: 20px 0;
	background-image:  url(../images/bg_footer.gif);
	}

#sitemap {
	float: left;
	width: 210px;
	}

#copyright {
	float: right;
	width: 400px;
	
	
	}
#copyright p {
	margin: 5px 5px 5px 10px;
	font-size: 11px;
	color: #2D81C1;
	}

#copyright a {
	text-decoration: underline;
	color: #2D81C1;
	}
#copyright a:hover {
	text-decoration: underline;
	color: #2457B5;
	}
/* END FOOTER 
------------------------------------------------------------*/  
	#banner {
		position: relative;
		width:100%;
		
		}
			#bannerleft {
		position: relative;
		width:49%;
		float: left;
			
		}
			#bannerright {
	position: relative;
	width:49%;
	
	float: right;
		}
			#bannertop {
	position: relative;
	width:100%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D7F4DB;
		}

/* start MAINMENU
------------------------------------------------------------*/  



/* end MAINMENU
------------------------------------------------------------*/ 
		
/*start Joomla css*/
p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 19px;
}

div, table, td, th {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
font-size: 12px;
	line-height: 19px;

	color: #333;
}




h1{	font-size: 16px;
	font-weight: bold;
	color: #003875;
	text-align:left;
	line-height: 16px;

	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F7923A;
		font-family: Geneva, Arial, Helvetica, sans-serif;

	}
	h2{
	color:  #003875;
		font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	}
h3{
	color:  #003875;
		font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	}

h4 {
	color: #003875; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #003875; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #003875; 
		font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

a:link, a:visited {

color: #003875;
	text-decoration: none;
	
	}

a:hover {
color: #003875;
	text-decoration: underline;
	background-color:#D7F4DB;
	}
	
ul {
	margin: 0px 0px 0px 0px;
	list-style-type: disc;
	list-style-position: inside;
	}

li {
	
	}
	


/**
 * General Mambo Styles
 * --------------------
 * The following are styles that are often used
 * site wide by Mambo to provide better control
 * of content's appearences.
 */

hr { 
	/* often used in components like Akobook, and Simpleboard forum
	   to define the separator lines */
	background: transparent; 
	height:1px; 
	border: 1px solid #314B77;
	}

hr.separator {
	/* found this css style in Peekmambo's css style. Still haven't worked out
	   if this is a custom style or an in built style. Will update when I find out*/
	background: transparent;
	height: 1px;
	width: 75px;
	border: 1px solid #314B77;
}

.pagenavbar { 
	/*for some weird reasons, this is not used in page nav, but found it used 
	  for nick names in forum threads by Simpleboard */
}

.pagenav {
	/* as the name implies, this is for formatting texts for
	   those "<< Start < Previous 1 Next > End >>" links */
	font-weight: normal;
}

a.pagenav, a.pagenav:visited {
	/* same as above, but for links */
	font-weight: bold;
	color: #343A58;
}

a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #FF9900;
}

.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #343A58;
    text-decoration: none;
    font-weight: normal;
    }

.pathway {padding-left:5px;}



/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 

.inputbox {



	}
#zoeken .inputbox {
padding-left:10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #343A58;
	background: url(../images/inputbg2.gif);
	border: thin ridge #33FF66;	
	}





/**
 * Mambo Tabbed Frontend Admin Interface
 * -------------------------------------
 * The CSS styles here defines how the frontend admin interface
 * will look like when editing and adding news through frontend.
 */
 
.ontab {
	/* For styling of the "Tab" buttons when editing contents through the frontend
	   (when you log in as admin in the frontend). This .ontab is the styling for the
	   tab when it is active or after its "clicked" */
	background-color: #323A15;
	border-left: outset 1px #DCF2FA;
	border-right: outset 1px #808080;
	border-top: outset 1px #DCF2FA;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	/* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
	   This .ontab is the styling for the tab when it is NOT active or when it is NOT "clicked" */
	background-color : #e5e5e5;
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	
	font-weight: normal;
}

.tabpadding {
	/* this style is used set the size of the tab in 
	   in the above */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.tabheading {
	/* Not too sure what this is used for. Couldn't find anything
	   related to it yet at the moment */
}

.pagetext {
	/* this style is used to style the content of the editing form
	   contents (where HTMLArea sits and all its forms + contents) in
	   the frontend Administration interface */
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}



/**
 * Mambo Menu Styling
 * ------------
 * You can control the way menu behave and look
 * by using the CSS settings below
 */

/** tab menu stuff **/
#topnav ul#mainlevel {
	float: left;
  padding: 0;
  margin:0;
  list-style: none;
  border-left: 1px solid #700d0d;
  border-right: 1px solid #a1150f;
}

#topnav #mainlevel li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #700d0d;
}

#topnav #mainlevel a:link, #topnav #mainlevel a:visited {
	font-size: 11px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: bold;
	text-transform: uppercase;
  color: #FFBA26;
	float:left;
  display:block;
	padding: 0 20px;
	height: 29px;
	line-height: 29px;
  text-decoration: none;
	background: url(../images/ig_menu_off.png) 0 0 no-repeat;
	border: 0;
}

#topnav #mainlevel li.redactive_menu {
	border-right: 1px solid #aa7a15;
}

#topnav #mainlevel li.redactive_menu a:link, #topnav #mainlevel li.redactive_menu a:visited {
	background: url(../images/ig_menu_active.png) 0 0 no-repeat;
	color: #821110;
	float:left;
		padding: 0 20px;
	height: 29px;
	line-height: 29px;
}


#topnav #mainlevel a:hover {
  color: #fff;
}

#topnav #mainlevel li.redactive_menu a:hover {
	color: #821110;
}



td.right_mods div.moduletable h3.submenu {
	color: #fff;
}

div.moduletable ul.submenu li {
	padding-bottom: 0px;
}

td.right_mods span.small {
	color: #ccc;
}

/*** subnav stuff **/

a.mainlevel-main:link, a.mainlevel-main:visited {
	font-size:  12px;
	color:  #0053AE;
	text-decoration:  none;
	display: block;
	width: 151px;
	height: 15px;
	text-align:left;
	padding-left: 15px;
	padding-top: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    border-bottom:1px solid #ffffff;
}

a.mainlevel-main:hover {
color:  #0053AE;
    border-bottom:1px solid #F79239;
	
	background-color:	#ffffff;
	}

	
a.sublevel-main:link, a.sublevel-main:visited {
	font-size:  10px;
	color:  #0053AE;
	text-decoration:  none;
	display: block;
	width: 151px;
	height: 15px;
	text-align:left;
	padding-left: 30px;
	padding-top: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../../../images/M_images/indent1.gif);
	background-repeat: no-repeat;
	background-position: 20px 7px;
	 border-bottom:1px solid #ffffff;
}

a.sublevel-main:hover {
color:  #0053AE;

	 border-bottom:1px solid #2DC1B1;
	background-color:	#ffffff;
	}

	.module-main 
	
{
	width: 185px;
	
	
	}
		.module-tag 
	
{  margin-top:5px;
	width: 185px;
	text-align:justify	
	
	}
		.module-onder
	
{
	width: 184px;
	background-image:url(../images/bg-main.jpg);
	padding-top: 25px;
	}
.module-main h3
{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #F7923A;
	}
a.mainlevel-nav:link, a.mainlevel-nav:visited {
	/* this styling is for the MAIN items in the menu */
	color: #2D81C1;
	
	text-decoration:none;

	}
.mainlevel-nav{

	color: #2D81C1;


	}
a.mainlevel-nav:hover {
	color: #2D81C1;
	
	text-decoration:none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F7923A;	
	}

.moduletable-nav {

float:right;

}
.moduletable-vlaams {
	
	padding: 2px 0px;
	width: 100%;
	margin-bottom:10px;
}	
.moduletable-vlaams th  {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F79239;
	background-color: #2DC1B1;
	padding-left: 10px;
}

.moduletable-newforum {
	background-color: #D7F4DB;
	padding: 2px 0px;
	width: 100%;
	margin-bottom:10px;
}	
.moduletable-newforum th  {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F79239;
	background-color: #2DC1B1;
	padding-left: 10px;
}

.moduletable-newforum ul  {
padding-left:5px;

}
.moduletable-newforum li  {
	padding-left:20px;
	background-image: url(../images/pijll.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 10px;
}
.moduletable-related {
	padding: 5px 0px;
	width: 100%;
	margin-bottom:10px;
	border-top: 5px dotted #D7F4DB;
	border-right: none;
	border-bottom: none;
	border-left: none;
}	
.moduletable-related th  {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F79239;
	background-color: #2DC1B1;}

.moduletable-related ul  {
padding-left:5px;

}
.moduletable-related li  {
font-size:85%;
	padding-left:20px;
	background-image: url(../images/pijll.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 10px;
}
.module-flash {
	
	background-image: url(../images/bg-newsflash.gif);

	}
/*------------------LOGIN-------------------------------------*/
.module-login  {
	width: 175px;
	margin-top: 10px;
	padding-top:10px;
	padding-left:10px;
	background-image: url(../images/bg-login.gif);
}

.module-login table {padding-left:10px;}	
.module-login .inputbox{

	background-color: #FEF0D3;
	border: thin solid #D7893C;
}	
.module-login h3 {
	color:#363f46;
	font-size: 11px;
	font-weight: bold;
}
.module-login .small {color:#363f46;}
.sublevel-login {
background: url("../images/pijll.gif") no-repeat 0px 3px;
	padding-left: 10px;
	margin-bottom: 5px;}
.module-login .button {
	color:#363f46;
	margin: 0;
	padding: 0;
	width: 75px;
	height: 25px;
	border: 0 ;
	background-color:transparent;
	background-image: url(../images/bg-loginbutton.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	
	font-weight: bold;
	
}
.module-login .button:hover {
	
	background-image: url(../images/bg-loginbutton2.gif);
	
	
}
.module-random {margin-top:5px;
margin-right:14px;}
/**
 * Mambo General styling for Sections/Categories/Contents
 * ------------------------------------------------------
 * These stylings are either sometimes or often used across
 * Sections, categories and contents. They, therefore, deserves
 * to be mentioned and separated from others.
 */
 
.createdate {
	/* name says it all.. its for styling the date the content/articles are created under 
	   contents title */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

a.readon:link, a.readon:visited {
	color: #0053AE;
	text-decoration: none;
	
	font-size: 11px;
	padding-left:30px;
	background-image: url(../images/pijll.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	

	}

a.readon:hover {

	text-decoration: none;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;

	
	border-bottom-color: #0053AE;
	}





/** 
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */
 
.contentpane {
	/* This is used mainly for the table that holds the SECTIONS such as News.
	   This is when you create a link to a Section and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. Yes! That entire thing is contained in a table with this style */
		
	background-color : #FFFFFF;
	}

.contentpaneopen {	
	
	}
/*.contentpaneopen  {	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F79239;
	background-color: #2DC1B1;}
	
	}	 */
.contentpaneopen-front {
	background-color : #FFFFFF;
	padding:5px;
	}
	.contentpaneopen-vragenfront {
	padding:5px;

	}
	
.contentheading {	font-size: 16px;
	font-weight: bold;
	color: #003875;
	text-align:left;
	line-height: 16px;
	height: 20px;
	/*border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F7923A;*/
		font-family: Geneva, Arial, Helvetica, sans-serif;
	}

.contentpagetitle {
	/* Couldn't find where is this yet. Will update this part when I
		get to it. Sorry. If you know, please email me the infos */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #FF9900;
	text-align:left;
	}

.contentdescription {
	/* When you create a link to a Section in the main menu and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. This style is used for formating the "DESCRIPTION" part of that page */
	
	
	text-align: left;
	}

table.contenttoc {
	/* This is used to format the table of the Tables of Contents or "Jump to" 
	   box when it is enabled in a multiple paged content or article 
	margin-top:60px;*/
	background-color: #D7F4DB;
   padding: 2px;

	
    }

table.contenttoc td {
	/* the same as above, but this is used to format the td or
	   table cells */
	color: #0053AE;
	background-color: #D7F4DB;
   
	text-decoration: none;
	
	font-size: 11px;
	padding-left:20px;
	background-image: url(../images/pijll.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
table.contenttoc th { 
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F79239;
	background-color: #2DC1B1;}
.content_rating {
	/* used for styling the texts used for displaying 
	   those "stars" for rating in an article */
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	/* used for those voting texts (the one with voting RADIO buttons) */
	font-weight: normal;
	font-size: 8pt;
}


/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 */

td.sectiontableheader {
	/* This is for styling the section table headers on a SECTION's page.       -----------groen #31C545;	
	   An example would be those articles lists when you click on "News" or something?
	   With a table header of "Date", "Item Title", "Author" and "Hits" ? That's the
	   header that you will be controlling through this style */
	background-color : #94B1CF;
	background-repeat: repeat;
	padding: 2px;
	color : #FFFFFF;
	font-weight : bold;
	padding: 2px;
	}

tr.sectiontableentry1 td,td.sectiontableentry1 {
	padding: 10px;
	background-color: #FFFfff;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D7F4DB;	
	}
	
tr.sectiontableentry2 td,td.sectiontableentry2 {
	padding: 10px;
	background-color: #FFFfff;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D7F4DB;	
	}
tr.sectiontableentry1:hover td,td.sectiontableentry1:hover {
	padding: 10px;
	background-color: #D7F4DB;
border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D7F4DB;	
	}
tr.sectiontableentry2:hover td,td.sectiontableentry2:hover {
	padding: 10px;
	background-color: #D7F4DB;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D7F4DB;	
	}	


/**
 * Mambo Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */

.category {
	/* this is to set the category Titles ( found on a SECTION's page
	   where the Category lists are) styles */
	color: #003875; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none;
		
	background-color: #FFFfff;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D7F4DB;	
	}

a.category:link, a.category:visited {
	/* same as above, but to set the link format */
	color: #003875; font-weight: bold;

	}

a.category:hover {
	/* same as above, but for links with mouse pointer over it */
	color:  #003875;
		
	}

  #active_menu-category{

	color: #003875; font-weight: bold;
 }
.componentheading-links{font-size: 16px;
	font-weight: bold;
	color: #003875;
	text-align:left;
	line-height: 16px;
	height: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F7923A;
	font-family: Arial, Helvetica, sans-serif;}
.sectiontableheader-links{
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F79239;
	background-color: #2DC1B1;}

a.category-links:link, a.category-links:visited {
	font-size: 13px;
	color: #003875;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #2DC1B1;
	font-weight: bold;
	}

a.category-links:hover {
	font-size: 13px;
	color: #003875;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #003875;
	font-weight: bold;
	}

/**
 * Mambo Blog styling
 * ------------------
 * Not too sure where this is used yet. I tried the blog section
 * but it doesn't seem to use it. If you have info on this,
 * email me. I'll update this part.
 */
 
a.blogsection:link, a.blogsection:visited {
	color: #44757D; 
	text-decoration: none; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	}

a.blogsection:hover {
	color: #759328;	
	text-decoration: underline;
	font-size: 10px;
	}




/**
 * Mambo Components Styles
 * -----------------------
 * These stylings are to format the way components title
 * is displayed
 */


.componentheading {
	font-size: 16px;
	font-weight: bold;
	color: #003875;
	text-align:left;
	line-height: 16px;
	height: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F7923A;
	font-family: Arial, Helvetica, sans-serif;
	
	}



/**
 * Mambo's Built-in Component's Syling
 * -----------------------------------
 * These stylings are used for Mambo's built-in components
 * such as newsfeeds, weblinks, contact, search and polls.
 * A commented subtitle will guide you which is for which
 */
 
 
 /*  Polls  */
 
.poll {
	/* polls texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #343A58;
	line-height: 14px
	}

.pollstableborder {
	/* set the border properties of the polls voting table */
	border: 1px solid #465675;
}



/*  Weblinks */

a.weblinks:link, a.weblinks:visited {
	/* well.. to format the link's titles under the "Weblinks" 
	   section on the frontend */
	color: #405115; text-decoration: none; font-weight: normal;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	}

a.weblinks:hover {
	/* same as above, but for link with mouseover */
	color: #000099;	text-decoration: underline;
	}
	


/*  Newsfeeds */

.newsfeedheading {
	/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #343A58;
   }

.newsfeeddate {
	/* yeah.. the date on the newsfeed */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	font-weight: normal;
	}

.fase4rdf {
	/* this is the body text of the newsfeed */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	color: #343A58; 
	font-weight: normal;
	}

a.fase4rdf:link {
	/* links of the body text of the newsfeed */
	font-size: 11px; 
	font-weight: bold; 
	color: #356C82;
	}

a.fase4rdf:hover {
	/* links of the body text of the newsfeed when mouse points over it*/
	font-size: 11px;
	font-weight: bold; color: #759328;
	}


/* Search page */
.search { padding:5px}

table.searchintro {
	/* This is for formatting the box with "Search Keyword: test returned 4 matches" box
	   that appears after you have entered a search value. It appears on the mainbody
	   with the search results  */
  	background-color: #FFFFFF;
	border: 1px solid #8D9ABC;
	}


/*  Contact's table settings  */

table.contact {
	/* for formatting the entire "Contact" table which includes
	   the name, address icons and form. Note this table DOES NOT 
	   enclose the dropdown list for selecting the Department/person
	   to contact */
	background-color: #FFFFFF;
	}

table.contact td.icons {
	/* the name gave it away. This formats the <td> cells
	   where the little icons sits next to the details (those addresses,
	   phone number etc) */
	background-color: #CCCCCC;
	}

table.contact td.details {
	/* this is for formatting the <td> cells where all the details sits.
	   The details where addresses, phone number and additional info are */
	background-color: #F3F3F3;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	ul .latestnews-login{
	
	list-style-image: url(../images/pijll.gif);
	list-style-type: none;
}
	LI td{	
	}	
li .latestnews-login {
	list-style-image: url(../images/pijll.gif);
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
.level_0 {
	font-weight: bold;
}
.level_1 {
	
font-weight: normal;
	padding-left: 40px;
}

.footlink {
	font-size: 9px;
	color: #FFFFFF;
}
 a.mainlevel-footer:link,  a.mainlevel-footer:visited{
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
a.mainlevel-footer:hover{
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;} 
.flash-titel {
	padding: 2px 0px 2px 10px;
	width: 235px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F79239;
	background-color: #2DC1B1;
	color:#FFFFFF;
	/*margin-top:10px;*/
}
.flash-text {
 padding:5px;
	font-size: 11px;
		color: #003875;
}
.groen {
	color:#0053AE;
	background-color: #D7F4DB;
	margin:5px 5px 5px 0px;
	padding: 5px 5px 5px 30px;
		
	text-decoration: none;
	
	font-size: 11px;
	background-image: url(../images/pijll.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}
a.groen:link, a.groen:visited {color:#2DC1B1;}
/*   swf object */
#flashcontent {
		margin: 1px;
		width: 245px;
		height: 170px;
		float: right;
		
	}
	

.imageborder{
padding:5px;
	margin:5px;
	border: 1px solid #ACB9B7;
      }

/** IE bugs: a:link, a:visited, a:hover need to be styled as well; does not display separator... workaround? */
/** customize colors here */
a.mainlevel-son-of-suckerfish-horizontal, a.mainlevel_active-son-of-suckerfish-horizontal, a.mainlevel_current-son-of-suckerfish-horizontal,
a.mainlevel-son-of-suckerfish-horizontal:link, a.mainlevel_active-son-of-suckerfish-horizontal:link, a.mainlevel_current-son-of-suckerfish-horizontal:link,
a.mainlevel-son-of-suckerfish-horizontal:visited, a.mainlevel_active-son-of-suckerfish-horizontal:visited, a.mainlevel_current-son-of-suckerfish-horizontal:visited {
	color:  #FFFFFF;
	font-weight: bold;
	margin-top:1px;
	padding-bottom:10px;
	/*background-image: url(../images/bg_buttonMenu.gif);*/
	background-repeat: repeat-x;
	background-position: 0px 4px;
	background-color:#2D81C1;
}

a.mainlevel-son-of-suckerfish-horizontal:hover, a.mainlevel_active-son-of-suckerfish-horizontal:hover, a.mainlevel_current-son-of-suckerfish-horizontal:hover {
 	color:  #2457B5;
	font-weight: bold;
	margin-top:1px;
	padding-bottom:10px;
	background-image: url(../images/bg_hoverMenu.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

a.sublevel-son-of-suckerfish-horizontal, a.sublevel_active-son-of-suckerfish-horizontal, a.sublevel_current-son-of-suckerfish-horizontal,
a.sublevel-son-of-suckerfish-horizontal:link, a.sublevel_active-son-of-suckerfish-horizontal:link, a.sublevel_current-son-of-suckerfish-horizontal:link,
a.sublevel-son-of-suckerfish-horizontal:visited, a.sublevel_active-son-of-suckerfish-horizontal:visited, a.sublevel_current-son-of-suckerfish-horizontal:visited {
	color:  #FFFFFF;
	background-color: #2E68D6;	
	border-bottom: 4px solid #2457B5;
	font-weight: bold;
	
}

a.sublevel-son-of-suckerfish-horizontal:hover, a.sublevel_active-son-of-suckerfish-horizontal:hover, a.sublevel_current-son-of-suckerfish-horizontal:hover {
    
	 color: #003875;	
	border-bottom: 4px solid #F7923A;
	background-image: url(../images/bg_hoversubMenu.gif);
}

ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel-son-of-suckerfish-horizontal, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_active-son-of-suckerfish-horizontal, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_current-son-of-suckerfish-horizontal,
ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel-son-of-suckerfish-horizontal:link, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_active-son-of-suckerfish-horizontal:link, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_current-son-of-suckerfish-horizontal:link,
ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel-son-of-suckerfish-horizontal:visited, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_active-son-of-suckerfish-horizontal:visited, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_current-son-of-suckerfish-horizontal:visited {
	background-color: blue;
	color: white;
}

ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel-son-of-suckerfish-horizontal:hover, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_active-son-of-suckerfish-horizontal:hover, ul.mainlevel-son-of-suckerfish-horizontal ul ul a.sublevel_current-son-of-suckerfish-horizontal:hover {
	background-color: #E0E0E0;
	color: blue;
}

ul.mainlevel-son-of-suckerfish-horizontal ul .expanded {
	display: block;
	background-image: url("../images/arrow_right.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}


/** customize style / layout here */

a.mainlevel-son-of-suckerfish-horizontal, a.mainlevel_active-son-of-suckerfish-horizontal, a.mainlevel_current-son-of-suckerfish-horizontal, span.mainlevel-son-of-suckerfish-horizontal,
a.mainlevel-son-of-suckerfish-horizontal:link, a.mainlevel_active-son-of-suckerfish-horizontal:link, a.mainlevel_current-son-of-suckerfish-horizontal:link,
a.mainlevel-son-of-suckerfish-horizontal:visited, a.mainlevel_active-son-of-suckerfish-horizontal:visited, a.mainlevel_current-son-of-suckerfish-horizontal:visited,
a.mainlevel-son-of-suckerfish-horizontal:hover, a.mainlevel_active-son-of-suckerfish-horizontal:hover, a.mainlevel_current-son-of-suckerfish-horizontal:hover,

a.sublevel-son-of-suckerfish-horizontal, a.sublevel_active-son-of-suckerfish-horizontal, a.sublevel_current-son-of-suckerfish-horizontal, span.sublevel-son-of-suckerfish-horizontal,
a.sublevel-son-of-suckerfish-horizontal:link, a.sublevel_active-son-of-suckerfish-horizontal:link, a.sublevel_current-son-of-suckerfish-horizontal:link,
a.sublevel-son-of-suckerfish-horizontal:visited, a.sublevel_active-son-of-suckerfish-horizontal:visited, a.sublevel_current-son-of-suckerfish-horizontal:visited,
a.sublevel-son-of-suckerfish-horizontal:hover, a.sublevel_active-son-of-suckerfish-horizontal:hover, a.sublevel_current-son-of-suckerfish-horizontal:hover {
	font-size:  13px;
	font-weight: normal;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	display: block;
 padding-bottom:5px;
	padding-top:3px;
	padding-right: 12px;
	padding-left: 12px;

	
}
a.mainlevel-son-of-suckerfish-horizontal, a.mainlevel_active-son-of-suckerfish-horizontal, a.mainlevel_current-son-of-suckerfish-horizontal, span.mainlevel-son-of-suckerfish-horizontal {

}

a.sublevel-son-of-suckerfish-horizontal, a.sublevel_active-son-of-suckerfish-horizontal, a.sublevel_current-son-of-suckerfish-horizontal, span.sublevel-son-of-suckerfish-horizontal {
	font-size: 10px;
	border-top: none;
	height: 1%;	/* this is required for the IE to cause the "hasLayout" property and make the whole anchor clickable - "Holly Hack" */
}

#active_menu-son-of-suckerfish-horizontal,
a.mainlevel_active-son-of-suckerfish-horizontal, a.mainlevel_current-son-of-suckerfish-horizontal,
a.mainlevel_active-son-of-suckerfish-horizontal:link, a.mainlevel_current-son-of-suckerfish-horizontal:link,
a.mainlevel_active-son-of-suckerfish-horizontal:visited, a.mainlevel_current-son-of-suckerfish-horizontal:visited,
a.mainlevel_active-son-of-suckerfish-horizontal:hover, a.mainlevel_current-son-of-suckerfish-horizontal:hover,
a.sublevel_active-son-of-suckerfish-horizontal, a.sublevel_current-son-of-suckerfish-horizontal,
a.sublevel_active-son-of-suckerfish-horizontal:link, a.sublevel_current-son-of-suckerfish-horizontal:link,
a.sublevel_active-son-of-suckerfish-horizontal:visited, a.sublevel_current-son-of-suckerfish-horizontal:visited,
a.sublevel_active-son-of-suckerfish-horizontal:hover, a.sublevel_current-son-of-suckerfish-horizontal:hover {
	font-weight: bold;


}

ul.mainlevel-son-of-suckerfish-horizontal, .mainlevel-son-of-suckerfish-horizontal ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
	z-index: 100;
}

ul.mainlevel-son-of-suckerfish-horizontal li {
	padding: 0;
	margin: 0;
	background: none;
	float: left;
}

ul.mainlevel-son-of-suckerfish-horizontal li li {
	position: relative;
	display: block;
	width: 10em;
}


ul.mainlevel-son-of-suckerfish-horizontal ul {
	display: block;
	position: absolute;
	left: -999em;
	margin: -0.2em 0 0 0em;
	width: auto;
	height: auto;
	z-index: 101;
}
	
ul.mainlevel-son-of-suckerfish-horizontal li li ul {
	margin: -1.8em 0 0 10em;
	z-index: 102;
}

ul.mainlevel-son-of-suckerfish-horizontal li:hover ul,
ul.mainlevel-son-of-suckerfish-horizontal li.hover ul {
	left: auto;
}

ul.mainlevel-son-of-suckerfish-horizontal li:hover ul ul,
ul.mainlevel-son-of-suckerfish-horizontal li.hover ul ul {
	left: -999em;
}

ul.mainlevel-son-of-suckerfish-horizontal li:hover ul li:hover ul,
ul.mainlevel-son-of-suckerfish-horizontal li.hover ul li.hover ul {
	left: auto;
}


ul.mainlevel-son-of-suckerfish-horizontal, ul.mainlevel-son-of-suckerfish-horizontal li li {
	clear: left;
}

/** separator */
span.mainlevel-son-of-suckerfish-horizontal, span.sublevel-son-of-suckerfish-horizontal {
	display: block;
	width: 1em;
	border-width: 0px;
	margin-left: 1em;
	padding: 0;
	padding-top: 1px;
}

/** IE5.0/win workaround: the ">" is handled like a "," */
ul.mainlevel-son-of-suckerfish-horizontal > ul.mainlevel-son-of-suckerfish-horizontal {
	position: absolute;
	top: 5em;	/* change the absolute position for IE5.0 here */
}
ul.mainlevel-son-of-suckerfish-horizontal > ul.mainlevel-son-of-suckerfish-horizontal li.hover ul {
	margin: 0.1em 0 0 0em;	/* top, right, bottom, left */
}
ul.mainlevel-son-of-suckerfish-horizontal > ul.mainlevel-son-of-suckerfish-horizontal li.hover ul ul {
	margin: -1.6em 0 0 10em;	/* top, right, bottom, left */
}


#topnav {

	

	color: #C1001F;

	padding: 5px;

	text-align: center;

	

}



#topnav ul {

	padding: .2em 0;

	margin: 0;

	list-style-type: none;

	color: #F7923A;

	width: 100%;

	text-align: center;

}



#topnav li {

	display: inline;

	margin-left: 0;

}

#topnav li a:link  , #topnav li a:visited

{

	text-decoration: none;
	font-size:0.9em;

	color: #F7923A;

	padding: .2em 1em;

	border-right: 1px solid #F7923A;

}



#topnav li a:hover {

	background-color: #F7923A;

	color: #ffffff;

	padding: .2em 1em;

	border-right: 1px solid #F7923A;

}



#topnav li.active a {

color:#fff;

background-color:#F7923A;

}
