/* CSS Document */

/*--------------------------------------*/
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #495B97;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

body.online_nb {
	background-image:none;	
}

p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

#centering {
	margin:0 auto;
	width:990px;
	position:relative;
}

/*--------------------------------------*/
#kop {
	background-image:url(../images/kop1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:185px;
}

/*--------------------------------------*/
#zoekbalk {
	width:990px;
	height:55px;
	background-image:url(../images/bg_zoek.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#icontray {
	/*background-image:url(../images/bg_icontray.gif);
	background-position:left;
	background-repeat:no-repeat;*/
	position:absolute;
	top:205px;
	left:50px;
	height:23px;
	width:152px;
	background-color:#fff;
	border:1px solid #739748;
}

#icontray img {
	border:0px;
	position:relative;
	top:2px;
}
#icontray #img1 {
	padding-left:7px;
}
#icontray #img2 {
	padding-left:7px;
}
#icontray #img3 {
	padding:0px;
}

#icontray #img4 {
	padding-left:7px;
}
#icontray #img5 {
	padding-left:7px;
}
.icontray_textlink { display:inline-block; padding-left:10px; position:relative; top:-3px;  }
.icontray_textlink a:link { text-decoration:none; color:#739748; }
.icontray_textlink a:hover { text-decoration:none; color:#d82446; }

#zoekform {
	position:absolute;
	top:205px;
	left:590px;
	width:350px;
}
#zoekveld {
	position:absolute;
	width:244px;
	border:1px solid #739748;
	/*line-height:20px;*/
	padding:3px;
}	
#zoekbutton {
	position:absolute;
	left:255px;
	width:92px;
}


/*--------------------------------------*/
/*menu*/
#menu{
float:left;
position:relative;
left:50px;
width:154px;
z-index:2;
padding-bottom:8em; /* To allow room for bottom dropdown */
font-family: Arial, Helvetica, sans-serif;
font-size:12px; /*17px;*/
}

#menu a{
display:block;
border-bottom: 1px solid #fff;
/*white-space:nowrap;*/
padding:0.2em 0.4em;
color:#333;
text-decoration:none;
}

#menu h2 {
font-size:1em;
margin:0;
display:block;
border-bottom: 1px solid #fff;
padding:0.2em 0.4em;
background-color:#85c734;
color:#fff;
font-weight:bold;
}

#menu a:hover, #menu a:active, #menu a#here:visited, #menu a#here:active {
background-color:#d82446;
color:#fff;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

#menu li{
padding-bottom:0px;
padding-left:0px;
background-image:none;
}


/*level 2*/
#menu ul ul a {
	font-size:1em;
	font-weight:normal;
	padding:0.2em 0.5em 0.2em 1.2em;
	margin:0;
	background-color:#f7d3da;
}
#menu ul ul a:hover, #menu ul ul a:active, #menu ul ul a#here:visited, #menu ul ul a#here:active {
	color:#fff;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul ul{
position:absolute;
top:0;
left:100%;
display:none;
/*border:1px solid #fff;*/
}

/*div#menu ul ul,*/
div#menu ul ul ul,
/*div#menu ul li:hover ul ul,*/
div#menu ul li:hover ul ul ul
{display:none;}

/*div#menu ul li:hover ul,*/
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display:block;
	width:15em;
	text-align:left;
	border:1px solid #a8bbed; /*#527bb5; /*#85c734;*/
	/*border-bottom:1px solid #cde3f8;*/
	/*border-left:1px solid #fff;*/
	/*white-space:nowrap;*/
	margin:0;
	/*padding:0px 2px;*/
	background-color:#dee6ff;
	padding:0em;
}
/* End non-anchor hover selectors */

/* Styling for Expand */
#menu ul a.x, #menu ul a.x:visited, #menu ul a.x:active {
background:#f7d3da url(../images/expand_down.gif) no-repeat center right;

}
#menu ul a.x:hover {
background-color:#d82446;
color: #fff;
}

#menu ul ul a.x, #menu ul ul a.x:visited, #menu ul ul a.x:active {
background:#f7d3da url(../images/expand.gif) no-repeat center right;
display:block;
/*border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
border-top: 2px solid #fff;
background-color: #0e6d95;
/*white-space:nowrap;*/
/*margin-bottom:1.5em;*/
/*padding:3px 4px 3px 5px;*/
padding:0.2em 0.5em 0.2em 1.2em;
color:#333;
text-decoration:none;
margin:0;
border:0;
border-bottom:1px solid #fff;
}

#menu a.x:hover {
background-color:#d82446;
color: #fff;

}

#menu a.y {
background:#dee6ff url(../images/expand.gif) no-repeat center right;
}
#menu a.y:hover {
background-color:#d82446;
color: #fff;
}


/*--------------------------------------*/
#content {
	width:990px;
	background-image:url(../images/bg_content.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#contentblock {
	position:relative;
	left:80px;
	width:720px;
	float:left;
	padding-top:10px;
	/*height:500px;*/
}

.dotline {
	background-image:url(../images/blue_dot_horizontaal.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:20px;
	height:1%;
}


#imglink { vertical-align:top; margin-bottom:1em; margin-right:0.5em; }

a:link, a:visited, a:active {
	color:#d82446;
}
a:hover {
	color:#739748;
}

table {
	width: 100%;
	border:0px;
}
td {
	padding:4px;
	margin:0px;
	vertical-align:top;
}
.italic {
	font-style:italic;
}

#kol1 {
	display:block;
	width:450px;
	float:left;
	padding-right:30px;
}
#kol1b {
	width:218px;
	display:block;
	float:left;
	margin-top:40px;
}
#image_rechts {
	border:1px solid #dee6ff;
	margin-top:30px;
	padding:1px;
}
#kol2a {
	width:300px;
	float:left;
	padding-right:30px;
}
#kol2b {
	float:left;
	background-image:url(../images/blue_dot.gif);
	background-position:left;
	background-repeat:repeat-y;
	padding-left:20px;
	width:370px;
}

h1 {
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#739748;
	margin:0px 0px 20px 0px;
}

h2 {
	font-size:1em;
	font-weight:bold;
	color:#333;
}

#endcontent {
	clear: both;
}

input {
	width:200px;
}

/*--------------------------------------*/
/*nieuws*/
.datum {
	color:#739748;
	font-style:italic;
}

.nieuwstable {
	background-image:url(../images/blue_dot_horizontaal.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	
	width:100%;
}
.nieuwsarchief {
	background-image:url(../images/blue_dot_horizontaal.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.nieuwsarchief_datum {
	background-image:url(../images/blue_dot_horizontaal.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width:70px;
}

.nieuwstable td {
	vertical-align:top;
	padding-right:10px;
	padding-bottom:30px;
}

a:link.nieuwslink, a:active.nieuwslink, a:visited.nieuwslink {
	text-decoration:none;
	color:#333;
}
a:hover.nieuwslink {
	color:#d82446;
}


#nieuwskol2a {
	width:400px;
	float:left;
	padding-right:30px;
}
#nieuwskol2b {
	float:left;
	background-image:url(../images/blue_dot.gif);
	background-position:left;
	background-repeat:repeat-y;
	padding-left:20px;
	width:270px;
}

/*--------------------------------------*/
/*access*/
.accesstable {
	width:95%;
	margin:15px 0px 30px 0px;
	border:0px;
	background-color:#FFFFFF;
}
.accesstable td {
	padding:4px;
	margin:0px;
	background-color:#f2f2f2;
}

#error {
	border:1px solid #d82446;
}
#errorradio {
	border:1px solid #d82446;
	width:20px;
}

.special {
width:5px;
visibility:hidden;
}


/*--------------------------------------*/
/*forum*/
.forum_hoofdtabel, .profiel_hoofdtabel {
	padding:5px;
	border:2px solid #dee6ff;
}

.indexforum_categorie {
	background-color:#dee6ff;
	font-weight:bold;
	padding:4px 5px 4px 5px;
	border-bottom:2px solid #fff;
	color:#333;
}

.indexforum_kopjes {
	background-color:#c8c8c8;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	padding: 4px 2px 4px 5px;
}

.forum_rij1 {
	background-color:#ffffff;
	border-bottom:1px solid #c8c8c8;
	padding: 10px 10px 10px 10px;
	color:#333;
	vertical-align:top;
}

.forum_rij2 {
	background-color:#f2f2f2;
	padding: 10px 10px 10px 10px;
	border-bottom:1px solid #c8c8c8;
	color:#333;
	vertical-align:top;
}

.forum_hoofdtabel input {
	width:400px;
}

.forum_hoofdtabel textarea {
	width:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.forum_buttons {
	width:25%;
	background-color:#f2f2f2;
	text-align:center;
}

#special {
width:5px;
visibility:hidden;
}

.zoekform {
	border:1px solid #c8c8c8;
	padding:10px;
	background-color:#f2f2f2;
}

#button {
	/*background-color:#555;
	color:#fff;*/
	width:92px;
	/*padding:0px 2px 0px 2px;*/
}

#radio, .radio {
	width:20px; 
}

.small {
	font-size:10px;
}

.error {
	display:block;
	width:93%;
	padding:5px;
	color:#d82446;
	border:2px solid #d82446;
}
.error li {
list-style:none;
}

/*--------------------------------------*/
/*vraag en aanbod*/
#basisoproepjes {
	border:2px solid #dee6ff;
}

.oproepje {
	background-image:url(../images/blue_dot_horizontaal.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:20px;
	width:240px;
}

.oproeptitel_a {
	background-color:#f2f2f2;
	font-weight:bold;
	/*border-top: 2px solid #527bb5;*/
	background-image:url(../images/icon_aanbod.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:40px;
}
.oproeptitel_v {
	background-color:#f2f2f2;
	font-weight:bold;
	/*border-top:2px solid #739748;*/
	background-image:url(../images/icon_vraag.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:40px;
}
.berichttitel_a {
	background-color:#527bb5;
	color:#fff;
	font-weight:bold;
	border-top: 2px solid #527bb5;
	padding-left:5px;
	width:700px;
}
.berichttitel_v {
	background-color:#739748;
	color:#fff;
	font-weight:bold;
	border-top:2px solid #739748;
	padding-left:5px;
	width:700px;
}
.bericht {
	padding:5px;
	background-color:#f2f2f2;
	width:695px;
}

.va_a {
	font-style:italic;
	font-weight:normal;
	color:#527bb5;
}
.va_o {
	font-style:italic;
	font-weight:normal;
	color:#739748;
}
.bva_a {
	font-style:italic;
	font-weight:normal;
	color:#fff;
}
.bva_o {
	font-style:italic;
	font-weight:normal;
	color:#fff;
}

#paginering {
	padding:10px 0px 30px 0px;
}

#verzonden {
	font-weight:bold;
	color:#d82446;
}

/*--------------------------------------*/
/*poll*/
#pollbutton {
	width:95px;
	height:24px;
}

.pollstats_label { 
	display: inline-block;
	width:200px;
}

.pollquestion {
	background-image:url(../images/blue_dot_horizontaal.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:1em;
	margin-bottom:2em;
}

/*nieuwsbrief online*/
.online_nb h2 {
	/* subkopjes */
	font-size:1em;
	font-weight:bold;
	color:#333;
}

.online_nb h3 {
	/* titels in tussenkolom; nieuws en agenda */
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#739748;
	margin:0px 0px 20px 0px;
}

.online_nb hr {
	border:0;
	color:#bcc7ed;
	background-color:#bcc7ed;
	height:1px;
	margin:1em 0em;
}

.online_nb td { padding:0px;  }

#icontray_nb { background-color:#fff; padding:5px 5px 2px 5px; }
#icontray_nb img { border:0px; }


/*--------------------------------------*/
/*zoekmachine*/
.zoekmachine td {
	background-image:url(../images/blue_dot_horizontaal.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	vertical-align:top;
}



/*--------------------------------------*/
#bottom {
	position:relative;
	clear: both;
	width:990px;
	height:80px;
	background-image:url(../images/bottom_content.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#ribw {
position:absolute;
left: 50px;
top:-60px;
}




