/* reset all margins and paddings */
* {
	margin:0px;
	padding:0px;
	}
/* General layout */


body {
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.7em;
  background-image:url(../images/bodyback.gif);
  }

#langbar{
	margin-left: auto;
	margin-right: auto;
	width:960px;
	text-align: right;
	color:#afafaf;
	padding-top:10px;
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width:960px;
	text-align: left;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color:#fff;
	margin-bottom:30px;
	}

#header{
	height:147px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	padding-left:240px;
	padding-top:20px;
}

#pathway{
	height:14px;
	background-image:url(../images/pathway.jpg);
	color:#043e81;
	padding-top:47px;
	padding-left:240px;
}

#content{
	text-align: left;
	color:#555;
}

#left{
	float:left;
	width:170px;
	padding:20px;

}

#main{
	float:right;
	width:704px;
	border-left: dotted 2px #f89838;
	padding:20px;
	line-height:1.4em;
	text-align: left;
}

#main p{
	margin:10px 0;
}

#footer{
	clear:both;
	height:26px;
	background-image:url(../images/footerback.gif);
	background-repeat:repeat-x;
	color:#fff;
	padding-top:12px;
	text-align:right;
}

/* pathway links */
a.pathway:link, a.pathway:visited, a.pathway:active{
	font-weight:bold;
	text-decoration:none;
	color:#043e81;
}

a.pathway:hover{
	color:#043e81;
	text-decoration: underline;
	}

/* back button */
.back_button{
	text-align:center;
	margin-left:650px;
}

.back_button a:link, .back_button a:visited, .back_button a:active{
	display: block;
	width: 50px;
	height: 16px;
	padding-top:2px;
	border: 1px solid #000;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #f99d38;
}

.back_button a:hover{
	background-color: #ffce4d;
}

/* Standaard tags */

a:link, a:visited, a:active{
	font-weight:bold;
	text-decoration:none;
	color:#ff8000;
}

a:hover{
	text-decoration: underline;
	color:#f99d38;
}

h1, div.componentheading, .contentheading{
	font-size:1.4em;
	line-height:1.4em;
	color:#f89838;
	margin-bottom:1.4em;
	text-transform:uppercase;
}

h2 {
	font-size:1.1em;
	text-transform:uppercase;
}

h3{
	font-size:1em;
	font-weight:bold;
}

strong {
	font-weight:bold;
}

em{
	font-style:italic;
}




/* Mainmenu */
div#header div.moduletable ul#mainlevel {
	list-style-type:none;
	font-weight:bold;
	font-style:italic;
}

div#header div.moduletable ul#mainlevel li a.mainlevel, div#header div.moduletable ul#mainlevel li a.mainlevel:visited, div#header div.moduletable ul#mainlevel li a.mainlevel:active {
	display:block;
	height:14px;
	width:128px;
	color:#fff;
	padding-left:20px;
	padding-top:2px;
	text-decoration:none;
}

div#header div.moduletable ul#mainlevel li a.mainlevel:hover {
	color:#003b80;
	background-image:url(../images/mainmenu_over.gif)
}

div#header div.moduletable ul#mainlevel li a#active_menu.mainlevel{
	color:#003b80;
	background:url(../images/mainmenu_selected.gif) 6px no-repeat;

}

/* bottom menu */
.moduletabletopmenu ul#mainlevel-nav li{
	display:inline;
	list-style-type: none;
	margin-right:20px;
}

.moduletabletopmenu ul#mainlevel-nav li a:link, .moduletabletopmenu ul#mainlevel-nav li a:visited, .moduletabletopmenu ul#mainlevel-nav li a:active{
	color:#fff;
	text-decoration:none;
	font-weight:bold;

}

.moduletabletopmenu ul#mainlevel-nav li a:hover{
	text-decoration:underline;
}

/* menu's links */
.moduletableusermenu{
	margin-top:20px;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
}
.moduletableleft a.mainlevel{font-size:14px; color:#555;}
.moduletableleft li {margin:10px 0 ; padding: 0; }


.moduletableleft ul#mainlevel li ul li a:link, .moduletableleft ul#mainlevel li ul li a:active, .moduletableleft ul#mainlevel li ul li a:visited{
  display:block;
  padding-left: 15px;
  background-image:url(../images/submenu_over.gif);
  background-repeat: no-repeat;
}

.moduletableleft ul#mainlevel li ul li a:hover, .moduletableleft ul#mainlevel li ul li a#active_menu  {
display:block;
padding-left: 15px;
	background-image:url(../images/submenu_normal.gif);
	background-repeat:no-repeat;
}



/* Opmaak MCE editor */
.mceToolbarContainer {
 text-align: left;
 }
 
/* opmaak lijsten in de content */ 
#main li{
	list-style-image:url(../images/arrow.png);
	margin-left:17px;
}

/* boodschap message */ 
.message {
	border: 1px dashed #ccc;
	background-color:#f7f7f7;
	height: 23px;
	padding-left:30px;
	padding-top:7px;
	color:#666;
	background: url(../images/message.png) no-repeat 10px;
}

/* achtergrond in de editor */
 body.mceContentBody {
background-color: #FFFFFF !important;
background-image: none;
text-align:left;
}

/* verbergen van de RS2 gallery boodschap */
#rsg2-footer{
	visibility:hidden;
}
