/* CSS Document */

/*--------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

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

/*--------------------------------------*/
#kop {
	display:none;
}

/*--------------------------------------*/
#zoekbalk {
display:none;
}


/*--------------------------------------*/
#menu {
display:none;
}


/*--------------------------------------*/
#content {
	width:650px;
}

#contentblock {
}

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:400px;
	float:left;
}
#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:300px;
}

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;
}

/*--------------------------------------*/
/*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%;
}

.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:370px;
	float:left;
	padding-right:20px;
}
#nieuwskol2b {
	float:left;
	background-image:url(../images/blue_dot.gif);
	background-position:left;
	background-repeat:repeat-y;
	padding-left:10px;
	width:230px;
}

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

#error {
	border:1px solid #d82446;
}

.special {
display:none;
}


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

.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 {
display:none;
}

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

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

#radio {
	width:20px; 
}

.small {
	font-size:11px;
}

.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;
}


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

#ribw {
display:none;
}




