body{
}

body,tr,td,th,div{
	font-family: Arial;
	font-size: 10pt;
}

td{
	vertical-align: top;
}
a:link,a:visited,a:active,a:hover{
	color: #0000CE;
}




/* Containers */
#searchform
{
	padding-left:20px;
	text-align: right;
}

#searchform .button
{
    margin: 0px 0px 0px 0px;
    padding: 0;
    border: 0 none;
    width: 75px; 
    /*float: left;
    position: relative ;
    display: block;*/
    
    border-top: solid 1px #FFF;
    border-left: solid 1px #FFF;
    border-bottom: solid 1px #CCC;
    border-right: solid 1px #CCC;
    background-color: #f1f1f1;

    font-size: 10pt;
    font-weight: bold;
    color: #000 !important;
    text-decoration: none;
    text-align: center;
    height: auto !important;
    height: 1%;
}

#searchform .button:hover,
#searchform .button.iehover
{
    background: #CCC !important;
    color: #000 !important;
    border: solid 1px #666;
}

.mymenu
{
	margin: 0;
	padding: 0px 0px 10px 0px;
}


.sitename a{
	font-size			: 22px;
	padding-left		: 10px;
	color				: #000000;
	font-weight			: bold;
	text-decoration		: none;
}

.mainbodycontainer{
	padding				: 5px;
}

.leftmoduletable{
	margin-top			: 10px;
}


.leftmoduletop{
	background			: url(../images/leftmodule_top_195.gif) no-repeat;
	height				: 10px;
}

.leftmodulebg{
	background			: url(../images/leftmodule_bg_195.gif) repeat-y;
	margin-top			: 10px;
}

.leftmodulebottom{
	background			: url(../images/leftmodule_bottom_195.gif) no-repeat;
	height				: 4px;
}

.credits{
	font-size			: 11px;
	color				: #666666;
}



/* Menu */
ul#navlist{
	list-style-type		: none;
	padding				: 0px;
	margin				: 0px;
}

ul#navlist li a{
	width				: 200px;
	display				: block;
	padding				: 4px;
	margin				: 0px;
        padding-top		: 0px;
	padding-left		: 10px;
}

ul#navlist li a#current{
	font-weight			: bold;
	background			: #C6DBFF url(../images/mainmenu.gif) no-repeat;
}

#menucontainer{
	margin-top			: 20px;
	margin-bottom			: 20px;
}



/*Mainbody*/
.corner_ul{
	background			: #C6DBFF url(../images/corner_ul.gif) no-repeat;
	width				: 10px;
}

.corner_ur{
	background			: #C6DBFF url(../images/corner_ur.gif) no-repeat right top;
	width				: 10px;
}

.corner_dl{
	background			: #C6DBFF url(../images/corner_dl.gif) no-repeat left bottom;
	width				: 10px;
}

.corner_dr{
	background			: #C6DBFF url(../images/corner_dr.gif) no-repeat right bottom;
	width				: 10px;
}

.maintabletd{
	background			: #C6DBFF;
}




/* Mambo stuff */
table.moduletable, table.moduletableOLWChat {
	width:180px;
}



/* Content stuff */
a.contentpagetitle,.contentpagetitle,.contentheading,.componentheading{
	font-size:20px;
	color:#000000;
}

.small,.createdate,.modifydate{
	color:#999999;
	font-size:10px;
}

.sectiontableheader,.sectiontablefooter{
	font-weight:bold;
	background:#C6DBFF;
	border-top:1px solid #10497B;
	border-bottom:1px solid #10497B;
}

span.pagenav{
	color:#999999;
}



/* NIEUWS */
/* .componentheadingnieuws,.contentpanenieuws,.contentdescriptionnieuws
{
        background:#cc0000;
	color:#000000;
} */



/* THUISPAGINA */
.componentheadingthuispagina,.contentpanethuispagina,.contentdescriptionthuispagina
{
        background:#cc0000;
}

.contentpagetitlethuispagina,.contentheadingthuispagina
{
	font-size:20px;
	color:#000080;
}

.blogthuispagina
{
	width:	100%;
	background: url(/www/images/achtergrond/rijnsteeg.jpg) no-repeat white right top; 
	background-repeat: 
	no-repeat; 
	margin:   0px; 
	padding: 0px;
}



/* GEBRUIKERSMENU */
div#bc_module
{
/*	display: block;
	float: left; 
*/
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

div#bc_module ul li
{
	color: red;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
}

 body .mainCell  {
}

 body .mainCell  , .mainCell tr , .mainCell td , .mainCell th , .mainCell div {
	font-family: Arial;
	font-size: 10pt;
}

 .mainCell td {
	vertical-align: top;
}

 .mainCell a:link , .mainCell a:visited , .mainCell a:active , .mainCell a:hover {
	color: #0000CE;
}

/* Containers */

 .mainCell #searchform {
	padding-left:20px;
	text-align: right;
}

 .mainCell #searchform .button {
    margin: 0px 0px 0px 0px;
    padding: 0;
    border: 0 none;
    width: 75px; 
    /*float: left;
    position: relative ;
    display: block;*/
    
    border-top: solid 1px #FFF;
    border-left: solid 1px #FFF;
    border-bottom: solid 1px #CCC;
    border-right: solid 1px #CCC;
    background-color: #f1f1f1;

    font-size: 10pt;
    font-weight: bold;
    color: #000 !important;
    text-decoration: none;
    text-align: center;
    height: auto !important;
    height: 1%;
}

 .mainCell #searchform .button:hover , .mainCell #searchform .button.iehover {
    background: #CCC !important;
    color: #000 !important;
    border: solid 1px #666;
}

 .mainCell .mymenu {
	margin: 0;
	padding: 0px 0px 10px 0px;
}

 .mainCell .sitename a {
	font-size			: 22px;
	padding-left		: 10px;
	color				: #000000;
	font-weight			: bold;
	text-decoration		: none;
}

 .mainCell .mainbodycontainer {
	padding				: 5px;
}

 .mainCell .leftmoduletable {
	margin-top			: 10px;
}

 .mainCell .leftmoduletop {
	background			: url(../images/leftmodule_top_195.gif) no-repeat;
	height				: 10px;
}

 .mainCell .leftmodulebg {
	background			: url(../images/leftmodule_bg_195.gif) repeat-y;
	margin-top			: 10px;
}

 .mainCell .leftmodulebottom {
	background			: url(../images/leftmodule_bottom_195.gif) no-repeat;
	height				: 4px;
}

 .mainCell .credits {
	font-size			: 11px;
	color				: #666666;
}

/* Menu */

 .mainCell ul#navlist {
	list-style-type		: none;
	padding				: 0px;
	margin				: 0px;
}

 .mainCell ul#navlist li a {
	width				: 200px;
	display				: block;
	padding				: 4px;
	margin				: 0px;
        padding-top		: 0px;
	padding-left		: 10px;
}

 .mainCell ul#navlist li a#current {
	font-weight			: bold;
	background			: #C6DBFF url(../images/mainmenu.gif) no-repeat;
}

 .mainCell #menucontainer {
	margin-top			: 20px;
	margin-bottom			: 20px;
}

/*Mainbody*/

 .mainCell .corner_ul {
	background			: #C6DBFF url(../images/corner_ul.gif) no-repeat;
	width				: 10px;
}

 .mainCell .corner_ur {
	background			: #C6DBFF url(../images/corner_ur.gif) no-repeat right top;
	width				: 10px;
}

 .mainCell .corner_dl {
	background			: #C6DBFF url(../images/corner_dl.gif) no-repeat left bottom;
	width				: 10px;
}

 .mainCell .corner_dr {
	background			: #C6DBFF url(../images/corner_dr.gif) no-repeat right bottom;
	width				: 10px;
}

 .mainCell .maintabletd {
	background			: #C6DBFF;
}

/* Mambo stuff */

 .mainCell table.moduletable , .mainCell table.moduletableOLWChat {
	width:180px;
}

/* Content stuff */

 .mainCell a.contentpagetitle , .mainCell .contentpagetitle , .mainCell .contentheading , .mainCell .componentheading {
	font-size:20px;
	color:#000000;
}

 .mainCell .small , .mainCell .createdate , .mainCell .modifydate {
	color:#999999;
	font-size:10px;
}

 .mainCell .sectiontableheader , .mainCell .sectiontablefooter {
	font-weight:bold;
	background:#C6DBFF;
	border-top:1px solid #10497B;
	border-bottom:1px solid #10497B;
}

 .mainCell span.pagenav {
	color:#999999;
}

/* NIEUWS */
/* .componentheadingnieuws,.contentpanenieuws,.contentdescriptionnieuws
{
        background:#cc0000;
	color:#000000;
} */



/* THUISPAGINA */

 .mainCell .componentheadingthuispagina , .mainCell .contentpanethuispagina , .mainCell .contentdescriptionthuispagina {
        background:#cc0000;
}

 .mainCell .contentpagetitlethuispagina , .mainCell .contentheadingthuispagina {
	font-size:20px;
	color:#000080;
}

 .mainCell .blogthuispagina {
	width:	100%;
	background: url(/www/images/achtergrond/rijnsteeg.jpg) no-repeat white right top; 
	background-repeat: 
	no-repeat; 
	margin:   0px; 
	padding: 0px;
}

/* GEBRUIKERSMENU */

 .mainCell div#bc_module {
/*	display: block;
	float: left; 
*/
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

 .mainCell div#bc_module ul li {
	color: red;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
}

