/** basic layout */

* {
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
}

BODY {
       background:#F9F4F4;
	margin:0;
	color:#333333;
}

.tekstcursief {
	color: #000000;
        font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	}

.subtitel {
	color: #990000;
       font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	}

.message {
	color: #990000;
        font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	}

.description {
	color: #383438;
        font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 9px;
	font-weight: normal;
	}

.td,tr,p,div {
        font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #383620;
	line-height: 20px;
	margin-top:auto
}

p.thema {
        font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #383620;
	line-height: 20px;
	margin-top:auto
}

.contentpaneopen {
	width:95%;
}

h1,h2,h3,h4,h5,h6 {
	color: #A51011;
        font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
	margin-top:auto
}

h6 {
	font-size: 9px;
	margin-bottom: 0em;
}

/* Links */

a:link, a:visited {
	font-size: 12px; color: #1a5c9b; text-decoration: none;
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
}

a:hover {
	color: #677e1c;
	text-decoration: none;
}

a.mainmenu:link, a.mainmenu:visited {
	color: #808080;
	font-size: 11px;
	font-family: sans-serif, Verdana, Arial, Helvetica, Trebuchet MS;
	}

a.mainmenu:hover {
	color: #40AC50; text-decoration: none;
	}


a.mainlevel:link, a.mainlevel:visited {
	color: #A51010;
	font-size: 15px;
	font-family: sans-serif, Verdana, Arial, Helvetica, Trebuchet MS;
	font-weight: bold;
	}

span.mainlevel {
	font-size: 15px;
	font-family: sans-serif, Verdana, Arial, Helvetica, Trebuchet MS;
}

a.mainlevel:hover {
	color: #383620; 
	text-decoration: none;
        font-weight: bold;
        }    
        
a.sublevel:link, a.sublevel:visited {
	color: #A51010;
	font-size: 13px;
	font-family: sans-serif, Verdana, Arial, Helvetica, Trebuchet MS;
	font-weight: normal;
	}   

a.sublevel:hover {
	color: #383620; 
	text-decoration: none;
        font-weight: normal;
        }
        
#active_menu {color: #000000; }

a.fase4rdf:link, a.fase4rdf:visited {
	color: #303430;
	font-size: 12px;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-weight: normal;
	}

a.fase4rdf:hover {
	color: #000000;	
	text-decoration: underline;
        font-weight: normal;
}

a.thema:link{
	color: #1a5c9b;
	font-size: 11px;
	font-family: sans-serif, Verdana, Arial, Helvetica, Trebuchet MS;
	text-decoration: none;
}

a.thema:visited {
	color: #990000;
	font-size: 11px;
	font-family: sans-serif, Verdana, Arial, Helvetica, Trebuchet MS;
	text-decoration: none;
}

a.thema:hover {
	color: #677e1c; 
	text-decoration: none;
    font-weight: normal;
}
/* 
mambo top menu layout
you need to add menu class suffix: -nav
*/

/** unordered list for latest news module **/
ul.latestnews li,ul.mostread li {
	line-height: 18px;
	font-size:11px;
	font-weight:normal;
	list-style-type: none;
	/**list-style-position: outside;**/
	margin-left: -3.5em;
	/**padding-left: 0px;**/
}

/** unordered list top menu **/
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

/** unordered list item for top menu **/
ul#mainlevel-nav li
{
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
	font-size: 11px;
	line-height: 23px;
	white-space: nowrap;
}

/** unordered list item link for top menu **/
ul#mainlevel-nav li a
{
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	color: #A51010;
	font-weight:bold;
}

/** unordered list item link for top menu for firefox only **/
#topmenu>ul#mainlevel-nav li a {
	width: auto;
}

/** unordered list item for top menu for firefox only **/
a.mainlevel-nav:link, a.mainlevel-nav:visited {
	color: #A51010;
	font-size: 15px;
	font-family: sans-serif, Verdana, Arial, Helvetica, Trebuchet MS;
	font-weight: bold;
	}

ul#mainlevel-nav li a:hover {
	color: #383620; 
	text-decoration: none;
	font-weight: bold;
}

ul#mainlevel-nav li #active_menu-nav {
	color: #000000;
}


/** End basic layout */


/* Links */

/** wrapper to make the page center **/
#container {
	width:900px;
	margin: 15px auto;
	padding:0;
	text-align: left;
	background:transparent url(../images/top_bg_inside.gif) repeat-y left top;
	/**background-color:blue;**/
}

/**
hold background, it should be float:left
that's way we can not put it in #container
**/

/** Top **/
#container_top_bg {
	position:relative;
	width: 900px;
	height:180px;
	float:left;
	top:0;
	left:0;
	background:transparent url(../images/top_bg_inside.gif) repeat-y left top;
	/**background-color:red;**/
}

#outertopright {
	position:relative;
	float:right;
	clear:right;
	width:720px;
	height:180px;
	/**background-color:green;**/
}

/** div container for top header. position:top **/
#header {
	position:relative;
	float:left;
	clear:left;
	width: 700px;
	height:150px;
	top: 6px;
	/**z-index: -1;**/
	/**background-color:blue;**/
}
/** End Top **/

/** Info **/
#container_info_bg {
	position:relative;
	width: 900px;
	height:30px;
	float:left;
	top:0;
	left:0;
	/**background-color:blue;**/
}

/** Middler **/
#container_middler_bg {
	position:relative;
	width: 900px;
	float:left;
	top:0;
	left:0;
	/**background:transparent url(../images/center_bg_inside.gif) repeat-y left top;**/
	/**background-color:red;**/
}

/** div container for info bar **/
#info_bar {
	position:relative;
	width: 710px;
	height: 20px;
	float:right;
	top:0;
	left:0;
	margin:0px 0px 0px 10px;
	/**background-color:black;**/
}

/** div container for left column **/
#leftcol {
	position:relative;
	float:left;
	clear:left;
	width:170px;
	margin:10px 0 20px 10px;
	/**background-color:green;**/
}

/** div wrapper for user2 & user3 **/
#content_top_wrapper {
	position:relative;
	float:left;
	clear:right;
	width:95%;
	display:inline;
	margin: 4px 8px 0 0;
	/**background-color:red;**/
}

/** div container for mainbody **/
#content_main {
	position:relative;
	float:left;
	width:720px;
	max-height: 400px;
	border: 0 solid black;
	overflow:auto;
	margin:0px 0px 0px 0px;
	word-wrap:break-word;
	/**background-color:blue;**/
}
/** End div container for mainbody **/

/** End Middler **/

/** Bottom **/
#container_bottom_bg {
	position:relative;
	width: 900px;
	float:left;
	top:0;
	left:0;
	margin:10px 0px 0px 0px;
	background:#F9F4F4;
	/**background-color:red;**/
}

/** copyright **/
#copyright {
	position:relative;
	width:400px;
	height:20px;
	color:#666666;
	font-size:10px;
	font-weight:bold;
	display:block;
	clear:both;
	margin:0px 0px 0px 250px;
}

#outerfootertoup {
	width:100px;
	height:20px;
	float:right;
	margin:-20px 0px 0px 0px;
	/**background-color:blue;**/
}

#outerstichtinginfo {
	width:160px;
	float:left;
	color:#666666;
	font-size:10px;
	font-weight:bold;
	line-height: 15px;
	margin:-20px 0px 0px 10px;
	/**background-color:blue;**/
}

/** End Bottom **/

/** Module **/
.moduletable {
	color: #F8C0C0;
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 12px;
	text-align : left;
	font-weight: bold; }

table.moduletable th {
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	height : 12px;
	line-height : 30px;
	text-align : left;
	white-space: nowrap;
	width : 98%;
	color: #990000;
}

table.moduletable td {
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}

table.moduletable {
	margin: 10px 0px 0px 0px;
	width: 98%;
	border-left: solid 0px #383438;
	border-right: solid 0px #383438;
	border-top: solid 0px #383438;
	border-bottom: solid 0px #383438;
}
/** EndModule **/

/** pathway block **/
span.pathway {
	display:block;
	text-align:left;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	/**border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;**/
	height:20px;
	margin-bottom:10px;
}

a.pathway:link, a.pathway:visited {
	color: #303430;
	font-weight: normal;
	font-size:10px;
}

a.pathway:hover {
	color: #B81028;
	}
	
/** End pathway block **/