/**
 * Home
 */
#content .small-news-section {
	float: left;
	width: 330px;
	background: url(/img/content-home-top.png) no-repeat;
	padding: 10px 0;
	height: 320px;
}

#content .small-news-section-background {
	background: url(/img/content-home-bottom.png) no-repeat bottom left;
	overflow: hidden;
	float: left;
}

#content .small-news-section .title {
	padding: 10px 15px;
	color: #fff;
	font-size: 2em;
	height: 20px;
	overflow: hidden;
}

#content .small-news-section .background {
	background: #fff;
	overflow: hidden;
	height: 250px;
	margin: 0 5px;
}

#content .small-news-section .content {
	font-size: 1.1em;
	margin: 0 5px;
	padding: 5px;
	background: #fff;
	line-height: 1.3;
	text-align: justify;
}

#content .small-news-section .readon-link {
	margin: 0 15px !important;
}

#content .small-news-section .image-corner {
	width: 310px;
	margin: 0 5px 5px;
}

/**
 * Image corners
 */
#content .image-corner { overflow: hidden; position: relative; }
#content .image-corner img { border: 0; float: left; }
#content .image-corner .corner { width: 5px; height: 5px; position: absolute; overflow:hidden; }

#content .image-corner .left-top 		{ left: 0; top: 0; background: url(/img/content-image-corners.png) no-repeat; }
#content .image-corner .right-top 		{ right: 0; top: 0; background: url(/img/content-image-corners.png) no-repeat -5px 0; }
#content .image-corner .right-bottom	{ right: 0; bottom: 0; background: url(/img/content-image-corners.png) no-repeat -5px -5px; }
#content .image-corner .left-bottom		{ left: 0; bottom: 0; background: url(/img/content-image-corners.png) no-repeat 0 -5px; }




/**
 * Readon page LEFT
 */
#content-left {
	float: left;
	width: 660px;
	background: url(/img/content-left-bottom.png) no-repeat bottom;
	min-height: 250px;
	overflow: hidden;
}

#content-left .background {
	background: url(/img/content-left-top.png) no-repeat;
	padding: 10px 0;
	min-height: 230px;
	overflow: hidden;
}

#content-left .head-title {
	padding: 10px 15px 10px;
	color: #fff;
	font-size: 2em;
	height: 20px;
	overflow: hidden;
}

#content-left .content {
	background: #fff;
	margin: 0 5px 5px;
	overflow: hidden;
}

#content-left .content table{
	margin: 20px 0;
	float: left;
	clear: both;
	border-collapse:collapse;
}

#content-left .content table,
#content-left .content th,
#content-left .content td{
	border: 1px solid #9C9EA6;
}

#content-left .content form table,
#content-left .content form th,
#content-left .content form td{
	border: 0;
}

#content-left .content table td{
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#content-left .content ul{
	margin: 20px 0;
	clear: both;
	list-style-type: disc;
	list-style-position: inside;
	color: #9C9EA6;
}

#content-left .content ul li{
	color: #2F2A2B;
}

#content-left .content ul.ledendownloads,
#content-left .content ul.faq{
	list-style-type: none;
	list-style-position: inside;
}

/**
 * Sections
 */
#content-left .section {
	padding: 0 5px;
}

#content-left .section .title {
	font-size: 19px;
	padding: 9px 5px;
}

#content-left .section .content-section {
	text-align: justify;
	line-height: 1.3;
	padding: 0 5px;
	font-size: 1.1em;
}

#content-left .section .image-corner {
	width: 640px;
}

#content-left .small-section {
	float: left;
	width: 315px; /*325*/
	min-height: 250px;
}

#content-left .large-section {
	float: left;
	width: 630px;
	clear: both;
	float: none;
}

#content-left .large-section ul li {
	border-top: 1px #9c9ea6 dotted;
}

#content-left .large-section ul li a {
	color:#BB2110;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

#content-left .small-section .content-section {
	min-height: 100px;
	padding: 10px 5px 0;
	font-size: 1.1em;
}

#content-left .small-section .image-corner, #content-right .section .image-corner {
	width: 310px;
}

/**
 * Readon page RIGHT
 */
#content-right {
	float: right;
	width: 330px;
	background: url(/img/content-right-bottom.png) no-repeat bottom;
	min-height: 250px;
	overflow: hidden;
}

#content-right .background {
	background: url(/img/content-right-top.png) no-repeat;
	padding: 10px 0;
	min-height: 230px;
	overflow: hidden;
}

#content-right .white-bg {
	margin: 5px;
	background: #fff;
	overflow: hidden;
}

#content-right .section {
	padding: 5px 5px;
}

#content-right .section .title {
	font-size: 2em;
	padding: 0 5px 10px ;
}

#content-right .section .content-section {
	padding: 10px 5px;
	line-height: 1.3;
	font-size: 1.1em;
	text-align: justify;
}

#content-right .section address {
	font-style: normal;
	padding: 10px 5px;
	line-height: 1.3;
	font-size: 1.1em;
}

#content-right .section address strong {
	width: 150px;
	float: left;
	clear: left;
}

/**
 * Readon link
 */
#content .readon-link {
	clear: both;
	display: block;
	border-top: 1px #9c9ea6 dotted;
	border-bottom: 1px #9c9ea6 dotted;
	background: url(/img/content-home-readon.gif) no-repeat right 1px;
	
	height: 15px; /*18*/
	margin: 10px 5px;
	padding-top: 3px;

	color: #9c9ea6;
	font-size: 1.1em;
}

/**
 * Sitemap
 */
#content ul.sitemap li.cat{
	padding: 0 0 10px;
}

#content ul.sitemap li.cat span{
	color: #BB2110;
	font-weight: bold;
}

#content ul.sitemap ul.subcat{
	padding: 0 0 0 10px;
}

/**
 * Zoeken
 */
.searchboxWrapper, .searchNavigatorWrapper, .searchresultWrapper {
	font-size:1.1em;
	line-height:1.3;
	padding:0 5px;
	text-align:justify;
}

.searchresultHolder {
	padding-bottom: 15px;
}
	
#content-left .searchresultWrapper .readon-link {
	font-size:1em!important;
	margin: 0px!important;
}

#content-left .searchresultWrapper .title {
	font-size:1.6em;
	padding: 0px;
	margin: 0px;
}

#content-left .searchresultWrapper .searchCategory {
	font-size: 0.9em;
	color: #999999;
}

#content-left .searchNavigatorWrapper {
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FF0000;
	float: none;
	clear: both;
	width: 630px;
	height: 20px;
	display:block;
}

#content-left .searchNavigatorWrapper a {
	color: #000000;
}
	
#content-left .searchNavigatorWrapper .nav-red {
	float: left;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #BB2110;
	margin-right: 3px;
	-moz-border-radius-bottomleft:5px; 
	-moz-border-radius-bottomright:5px; 
	-moz-border-radius-topleft:5px; 
	-moz-border-radius-topright:5px;
	color: #FFFFFF;
}
	
#content-left .searchNavigatorWrapper .nav-grey {
	float: left;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 3px;
	background-color: #9C9EA6;
	-moz-border-radius-bottomleft:5px; 
	-moz-border-radius-bottomright:5px; 
	-moz-border-radius-topleft:5px; 
	-moz-border-radius-topright:5px;
}
	
/*TABELOPMAAK LEDEN DOWNLOAD*/

#content-left .content-section table.ledendownload td, 
#content-left .content-section table.ledendownload th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 33%;
}

#content-left .content-section table.ledendownload td {
	border-top: 1px #9c9ea6 dotted;
}
	
#content-left .content-section table.ledendownload td a {
	color:#BB2110;
}

/**
 * Contactform
 */

#content-left .section .contactform {
	text-align: justify;
	line-height: 1.3;
	padding: 0 5px;
	font-size: 1.1em;
}

#content-left .section .contactform table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

#content-left .section .contactform td{
	vertical-align: middle;
}

#content-left .section .contactform td input, 
#content-left .section .searchboxWrapper form input {
	padding: 2px;
	border: 1px solid #9C9EA6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
}

#content-left .section .contactform td input[type="text"]{				width: 250px;	}
#content-left .section .contactform td input[type="text"].postcode{		width: 50px;	}
#content-left .section .contactform td input[type="text"].woonplaats{	width: 190px;	margin: 0 0 0 4px;	}
#content-left .section .contactform td input[type="submit"]:hover,
#content-left .section .searchboxWrapper form input[type="submit"]:hover{	border: 1px solid #BB2110;	}

#content-left .section .contactform td textarea{
	width: 250px;
	height: 100px;
	padding: 2px;
	border: 1px solid #9C9EA6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

#content-left .section .contactform td.left{
	width: 200px;
	text-align: left;
	font-weight: bold;
}

#content-left .section .contactform td.middle{
	width: 20px;
	text-align: center;
}

/*TABELOPMAAK Centra*/
#content-left .content-section table.centraoverzicht{
	width: 100%;
	border: 0;
}

#content-left .content-section table.centraoverzicht td, 
#content-left .content-section table.centraoverzicht th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border: 0;
}

#content-left .content-section table.centraoverzicht th {
	font-weight: bold;
}

#content-left .content-section table.centraoverzicht td {
	border-top: 1px #9c9ea6 dotted;
}
	
#content-left .content-section table.centraoverzicht td a {
	color:#BB2110;
}

/*IE6 FIX*/
/** #content-left .content, * #content-right .background { height: 1%; }*/

/*PARTNERS*/

.partners {
	width: 100%;
	float: none;
	clear: both;
	height: auto;
	}

.partners ul {
	padding: 0px;
	margin-top: 10px !important;
	margin-right: auto;
	margin-bottom: 0px !important;
	margin-left: auto;
	display: block;
	float: left;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	}
	
.partners ul li {
	width: 120px;
	height: 120px;
	display: block;
	float: left;
	}
	
a.red {
	color: #BB2110!important;
	}
	
h3.opleidingTitle {
	font-size: 14px;
	font-weight: bold;
	margin-top: 7px;
	width: 100%;
	float: none;
	clear: both;
}

/*Formulieren*/

.content-section form {
	margin-top: 15px;
	}

.formRow {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 17px;
	}
	
.formRow label {
	float: left;
	width: 175px;
	text-align: left;
	}
	
.formRow label.wide {
	width: 525px;
	}
	
.formRow ul {
	list-style: none!important;
	margin: 10px 0 0 0;
	clear: both;
	float: none;
	}
	
.formRow ul li {
	clear: both;
	float: none;
	margin: 0 0 5px 0;
	}
	
.formRow input, .formRow textarea {
	float: left;
	width: 350px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	padding: 2px; 
	border: 1px solid #9C9EA6;
	}
	
.formRow ul li input[type=radio], .formRow input[type=radio] {
	width: auto!important;
	float: none;
	}
	
input.button, input.radio {
	width: auto;
	}
	
input.radio {
	float: left;
	border: none;
	}
	
	
span.required {
	font-size: 10px;
	color: #c13324;
	}
	
input.voorletters { float:left; width:175px; margin-right: 5px!important;  }
input.tussenvoegsel {float:left; width:164px;}
input.postcode { float:left; width:100px; margin-right: 5px!important;}
input.woonplaats {float:left; width:239px;}
input.emailadres { float:left; width:210px; margin-right: 5px!important;}
input.telefoonnummer {float:left; width: 129px;}

.radioHolder {
	float: left;
	margin-right: 7px;
	width: 60px;
	}
	
label.questionLabel {
	width: 400px;
	float: left;
	}
