@charset "iso-8859-1";
/* CSS Document */

/* Structure */

#page {
	width: 100%;
}

a img {
border: 0 none;
}

#wrapper {
	border: 1px solid #D6D5D5;
	/*background: #000000;*/
        width : 980px;
	height: 576px;
}

#topsearch {
	padding-top: 4px;
}

#maincontent {
	display: inline;
        float: right;
        width: 650px;
        margin-right: 30px;
        /*background: #FF33CC;*/
}

#mainbody {
	width: 650px;
        height: 460px; /* Hauteur en pixel */
        padding-left : 10px;
        padding-right : 10px;
	float: left;
	display: block;
        /*background: #FF3300;*/
        /*background: #FFFFFF;*/
        background: url(../elementen/trans.png);
        overflow-y: auto;
        overflow-x: hidden;
}

#mainbodytrans {
	width: 475px;
        height: 460px; /* Hauteur en pixel */
        padding-left : 10px;
        padding-right : 10px;
	float: right;
	display: block;
        /*background: #FF3300;*/
        /*background: #FFFFFF;*/
        background: url(../elementen/trans100.png);
        overflow-y: auto;
        overflow-x: hidden;
}

#mainbodytrans580 {
	width: 580px;
        height: 460px; /* Hauteur en pixel */
        padding-left : 10px;
        padding-right : 10px;
	float: right;
	display: block;
        /*background: #FF3300;*/
        /*background: #FFFFFF;*/
        background: url(../elementen/trans100.png);
        overflow-y: auto;
        overflow-x: hidden;
}

#slidecontent {
	display: inline;
        float: right;
        width: 350px;				/* plaats vanaf de linkerkant voor het scrolwindow, mark */
        margin-right: 10px;
        margin-top: 290px;			/* plaats vanaf boven voor scolwindow, mark */
        /*background: #999999;*/
}

#news {
	width: 236px;					/* groote van scrolwindow, mark */
        height: 165px;
	float: left;
	display: block;
        /*background: #FF3300;*/
        background: url(../elementen/trans.png);
}

#bottomcontent {
	display: inline;
        float: left;
        width: 620px;				/* plaats vanaf de onderbalk, mark */
        margin-left: 185px;
        margin-top: 13px;			/* plaats vanaf boven voor scolwindow, mark */
        /*background: #999999;*/
}

#bottombody {
	width: 620px;
        height: 86px; /* Hauteur en pixel */
        padding-left : 10px;
        padding-right : 10px;
	float: left;
	display: block;
        overflow-y: auto;
        overflow-x: hidden;
}

#menuleft {
float: left;
margin-top : 0;
width : 155px;
height : 451px;
/*background: #9AA64E;*/
z-index : 1000;
}

#leftsection {
	width: 155px;
	margin-top: 0px;
}
#leftmodules {
	margin-right: 5px;
	margin-top: 0px;
}

#monfooter {
position :relative;
float: left;
height : 108px;
width : 100%;
margin-bottom : 0px;
background: #F3E00A;
}

#footerbar {
	margin-left: 10px;
	margin-right: 10px;
	height: 69px;
        width: 970px;
/*background: #000000;*/
}
#footercontent {
	float: right;
	display: block;
	padding-top: 5px;
	color: #ffffff;
	width: 300px;
}
#footercontent a:link, #footercontent a:visited {
	color: #ffffff;
	font-weight: bold;
}
#footercontent a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.spacer {
	margin-left: 10px;
	margin-right: 10px;
	height: 10px;
	display: block;
}
.spacer-border-bottom {
	height: 10px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: solid 1px #e6e6e6;
}
/* DEFAULT SETTINGS */ 
/* Below are  default settings are used when no other style has been defined.*/
body {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 76%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #6666ff; /*hier verander je de kleur van de achtergrond van het hele brouwserwindow, mark. */
}/*Style for the body tag of your website, controls font family page background, etc.*/

a:link {
	color: #0000FF;  /* deze kleur was #9AA64E,  mark */
	text-decoration: none;
	font-weight: bold;
} 
a:visited {
	color: #660099;  /* deze kleur was #9AA64E,  mark */
	text-decoration: none;
	font-weight: bold;
} 
a:hover {
	color: #CC0033; /* deze kleur was #9AA64E,  mark */
	text-decoration: underline;
	font-weight: bold;
}
hr {
	width: 1px;
	color: #D6D5D5;
} /* horizontal line in your template*/
hr.separator {
	width: 1px;
	color: #D6D5D5;
}
 
/* FORMS SETTINGS */ 
.button {
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	background: #EFEFEF;
  	padding: 0px 5px;
	height: 23px;
	color: #898989;
  	margin: 1px;
	vertical-align: middle;
	cursor: pointer;
}
/*
html>body .button {
	height: 22px;
	line-height: 22px;
}*/
/* NAVIGATION/MENU SETTINGS */
 
a.mainlevel{
	display: block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-left: 11px;
	height: 25px !important;
	line-height: 25px;
	text-decoration: none;
} /* this styling is for the MAIN items in the menu */
a.mainlevel:link, a.mainlevel:visited {
	color: #ffffff;
}
a.mainlevel:hover {
	color: #ffffff;
	text-decoration: underline;
        background-color : #9AA64E;
}
 
a.mainlevel#active_menu {
	line-height: 25px;
	color: #ffffff;
	background-color : #9AA64E;
}
 
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 30px;
	white-space: nowrap;
	display: block;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #666666;
	background: transparent;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #F5F5F5;
}


#buttons>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover
{
	display: block;
	color: #333333;

	background: #F0EFEF;

	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #F5F5F5;
}
 
a.sublevel{
	line-height: 20px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
} /* this styling is for menu items that HAS A PARENT */
a.sublevel:link, a.sublevel:visited {
	color: #ffffff;
	text-decoration: none;
}




a.sublevel:hover {
	color: #ffffff;
	text-decoration: underline;
}
 
.pagenavbar {
	color: #ffffff;
} /*Sets the style for the footer navigation ("<< Start < Prev Next > End >>") 
when they do not appear as hyperlinks (when only a few articles exist).*/
.pagenavbar:link, .pagenavbar:visited {
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	width: auto;
  	padding: 0px 10px;
  	line-height: 20px;
  	margin: 1px;
}
.pagenavcounter {
	font-size: 12px;
	color: #0099FF;
	display: block;
}
a.readon:link, a.readon:visited {
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	background: #EFEFEF;
  	padding: 0px 5px;
	height: 26px;
  	line-height: 26px;
  	margin: 1px;
	vertical-align: middle;
	color: #898989;
} /*Style for the "Read More" link that is displayed for large content items*/
a.readon:hover {
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	background: #FFFFFF;
	color: #959595;
  	padding: 0px 5px;
	height: 26px;
  	line-height: 26px;
  	margin: 1px;
	vertical-align: middle;
	text-decoration: none;
}
/*Style for the "BACK" button*/
.back_button a:link, back_button a:visited {
	float: left;
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	width: auto;
	background: #EFEFEF;
	color: #898989;
  	padding: 0px 10px;
  	line-height: 20px;
  	margin: 1px;
	display: block;
} 
.back_button a:hover {
	float: left;
	text-align: center;
	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	width: auto;
  	background: #FFFFFF;
	color: #959595;
  	padding: 0px 10px;
  	line-height: 20px;
  	margin: 1px;
	display: block;
	text-decoration: none;
}


.pagenav_prev {} /*Style for the PRE button*/
.pagenav_next {} /*Style for the NEXT button*/
 
/*Style for latest news list - by default, latest news is user1 module*/
.latestnews li {
	list-style: url(../images/mostread.gif);
}
 
/*Style for most popular list - by default, most popular is user2 module*/
.mostread li{
	list-style: url(../images/popular.gif);
}
 
/* CONTENT PAGE SETTINGS */
a.category:link {}
a.category:hover {}
a.category:visited {}
 
ul li {
	list-style: url(../images/arrow.png);
}
.blogsection {} /* Formatting the links in Blog section */
.blog_more {
	color: #333333;
} /*The "More" text in blog section*/
a.blogsection:link, a.blogsection:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
} /* set the link format */
a.blogsection:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
} /* same as above, but for links with mouse pointer over it */
 
.componentheading {
	/*background: url(../images/btn_mainlevel_normal.gif) no-repeat;
	padding-left: 20px;*/
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	color: #959595;
	padding-bottom: 15px;
}/* Title of the component being used to display the content.*/
.contentheading {
	line-height: 25px;
	/*background: url(../images/contentheading.gif) no-repeat;*/
	/*padding-left: 22px;*/
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;/* hier heb ik de kleur, oorspronkelijk #959595, in zwart veranderd ondat ik de file trans_CSS.CSS wat meer doorzichtig heb gemaakt; mark*/
} /* Title of the content, article, etc. being displayed.*/
 
 
/* JOOMLA - MAMBO SECTIONS LISTINGS */
.sectiontableheader {
	background: #EFEFEF;
	font-size: 12px;
	font-weight: bold;
} /* This is for styling the section table headers on a 
SECTION's page. Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableentry2 {
	text-align: left;
	background: #FEF4E8;
	height: 25px;
	padding-left: 3px;
} 
.sectiontableentry1 {
	text-align: left;
	background: #FFFFFF;
	height: 25px;
	padding-left: 3px;
}
 
 

/* JOOMLA - MAMBO MODULES FORMATTING */
table.moduletable th, div.moduletable h3 {

	border-bottom: solid 1px #E6E6E6;
	line-height: 25px;
	margin: 0 0 2px 0;
	margin-top: 2px;
	font-size: 12px;
	color: #959595;
	vertical-align: middle;
	text-transform: uppercase;
} /* Formatting the module table */
table.moduletable {
	width: 100%;

	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
} /* Formatting the module header, and the module titles */
table.moduletable td {} /* Formatting the table cells of the module table */

div.moduletable {
	padding: 0;
	margin-bottom: 0px;
}
 
/* MISCELLANEOUS */
 
/* Dates , Authors*/
.createdate {
	font-size: 11px;
	font-style: italic;
	color: #929292;
} /* For styling the date the content/articles are created under contents title */
.modifydate {
	font-size: 11px;
	font-style: italic;
	color: #929292;
} /* Formating "Last updated on" text at the end of articles/contents */
.small {
	font-size: 11px;
	font-style: italic;
	color: #929292;
} /* Formating "Written by:...." text */
.smalldark {
	font-size: 11px;
	font-style: italic;
	color: #7B7B7B;
}/*Found in poll result page, for " Number of Voters".. text */
