body {
	margin : 0;
	font : 11px Arial, Helvetica, sans-serif;
	/* background: none; */
	background-color: #FFFFFF;
}
body.home { 
	/* background:url(../images/bg-body.gif) repeat-x; */
}
img { 
	border-style:none;
}
a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color : #97BD00;
}
input, textarea, select { vertical-align:middle;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}


#main {
	width:960px;
	margin:0 auto;
}
#main table.content {
	width:960px;
	border-collapse:collapse;
}
#main table.content td.maincolomn {
	padding:0;
	border-collapse:collapse;
	vertical-align:top;
}
/* tijdelijk navigastie css*/

#main-nav {
	width:950px;
	height:25px;
	background-color:#666;
	margin-bottom:1px;
}
#main-nav ul {    
	list-style: none;    
	margin: 0;    
	padding: 0;
}
#main-nav ul li {    
	background: #666;  
	float: left;   
	margin: 0 1px 0 0;   
	
	border-right:1px #FFF solid;
}
#main-nav ul a {    
	color: #fff;    
	font-weight:bold;
	float: left;    
	line-height: 2.2em;    
	height:25px;
	padding-left: 20px;
	padding-right: 30px;    
	text-decoration: none;
}
#main-nav ul a:hover {
	background: #BDDE03;
	color: #000;  
}
#main-nav ul li a.nav-selected {    
	color: #BEF001 !important;;    
}

#main-nav ul li .drop-down{
	display:none;
}
#sub-nav {
	width:950px;
	background-color:#BDDE03;
	margin: 0 1px 0 0;
}
.subnavitems ul {    
	list-style: none;    
	margin: 0;    
	padding: 0;
}
.subnavitems ul li {   
	color:#000;
	background: #BDDE03;  
	float: left;   
	margin: 0 1px 0 0;   
	padding-left: 20px;
}
.subnavitems ul li a {    
	font-weight:bold;
	float: left;    
	line-height: 2.2em;  
	height:25px; 
	padding-right: 20px;    
	text-decoration: none;
}
.subnavitems ul li a.nav-selected{    
	color:#CC0000 !important;
}


/* tot hier tijdelijke navigatie */


/*header start*/
#header h1 {
	float:left;
	background:url(../images/logo.gif) no-repeat;
	width:213px;
	height:55px;
	text-indent:-9999em;
}
#header h1 a {
	display:block;
	overflow:hidden;
	height:100%;
}

/*content start*/
.home .content { margin-top:10px;}
#content:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
.content .links-box {
	border-bottom:1px solid #e5e5e5;
	padding:0 0 10px;
	margin:0 0 15px;
	height:1%;
	width:210px;
}
.content .top-info-wrap .links-box { padding-left:35px;}
.content .sidebar .links-box { width:auto;}
.content ul.links {
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
}
.content .links li {
	padding-bottom:3px;
	vertical-align:top;
	height:1%;
}
.content .links li a {
	background:url(../images/bullet-arrow.gif) no-repeat 0 3px;
	padding-left:19px;
	line-height:15px;
}
.content .links li a:hover { 
	background:url(../images/bullet-arrow-green.gif) no-repeat 0 3px;
	text-decoration : none;
}
.content .spec ul.links a:hover { 
	background:url(../images/bullet-arrow-green.gif) no-repeat 0 3px;
}
.content .links-box h4 {
	margin:0 0 4px;
	background-repeat:no-repeat;
	width:100%;
	overflow:hidden;
	padding:3px 0 0 24px;
	position:relative;
	line-height:18px;
}
.content .links-box h4.tests { background-image:url(../images/icon1.png);}
.content .links-box h4.tools { background-image:url(../images/icon2.png);}
.content .links-box h4.advies { background-image:url(../images/icon3.png);}
.content .links-box h4.tip { background-image:url(../images/icon4.png);}
.content .links-box h4.starter-articles { background-image:url(../images/icon6.gif);}
.content .links-box h4 span {
	padding:3px 12px 5px 24px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999em;
}
.content .links-box h4.tests span { background-image:url(../images/title-tests.gif);}
.content .links-box h4.tools span { background-image:url(../images/title-tools.gif);}
.content .links-box h4.advies span { background-image:url(../images/title-advies.gif);}
.content .links-box h4.tip span { background-image:url(../images/title-tip.gif);}
.content .links-box h4.starter-articles span { background-image:url(../images/title-starter-articles.gif);}
.content .links-box h4.intermediar span { background-image:url(../images/title-intermediar.gif);}
ul.news {
	margin:8px 0 0;
	padding:0;
	list-style:none;
}
ul.news li {
	vertical-align:top;
	height:1%;
}
.content ul.news li strong {
	display:block;
	font-size:12px;
	font-weight:normal;
	background:#f1f1f1;
	padding:3px 12px;
	margin-bottom:10px;
	color:#000;
	overflow:hidden;
	height:1%;
}
	
.content ul.news li span {
	float:right;
	font-size:10px;
	color:#666;
}
.content ul.news li em {
	float:left;
	font-style:normal;
}
.content ul.news li a {
	padding:3px 12px;
	display:block;
	color:#97bd00;
	font-size:12px;
	padding:0 0 1px 12px;
	font-weight:bold;
	background: none;
	margin-bottom: 0;
}
.content span.learn-more {
	display:block;
	text-align:right;
	font-size:9px;
	background:url(../images/arrow-next.gif) no-repeat 100% 50%;
	padding-right:12px;
}
.content span.learn-more a { color:#696969;}
.content span.learn-more a:hover { color:#000;}
.content h3.topbanen,
.content h3.starter-vacatures {
	margin:0;
	height:21px;
	line-height:0;
	background:url(../images/title-topbanen.gif) no-repeat;
	text-indent:-9999em;
}
.content h3.starter-vacatures { background:url(../images/title-starter-vacatures.gif) no-repeat;}
.content div.title {
	overflow:hidden;
	height:1%;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:12px;
}
.content div.sub-title { border-bottom:0;}
.content div.title h3 {
	margin:0 8px 0 0;
	float:left;
	text-indent:-9999em;
}
.content div.title h3.topbanen,
.content div.title h3.most-read { width:104px;}
.content div.title h3.most-read {
	width:101px;
	height:18px;
	background:url(../images/title-most-read.gif) no-repeat;
	margin-top:1px;
}
.content div.title h3.eerder-bekeken {
	background:url(../images/title-eerder.gif) no-repeat;
	width:113px;
	margin-top:6px !important;
}
.content div.title a {
	float:left;
	background:url(../images/separator-title-link.gif) no-repeat 0 50%;
	padding:4px 8px 2px 8px;
	font:13px "Times New Roman", Times, serif;
	color:#999;
}
.content div.title a.rss {
	text-decoration:underline;
	font:11px Arial, Helvetica, sans-serif;
}
.content div.title a.rss:hover { text-decoration:none;}
.content .pages {
	overflow:hidden;
	width:100%;
	text-transform:uppercase;
	font-size:9px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:6px;
	border-bottom: none;
}
.content .sidebar .pages { border-bottom:0;}
.content .pages ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:left;
}
.content .pages ul li {
	float:left;
	background:url(../images/separator-pages-nav.gif) no-repeat 0 2px;
	padding:0 5px 0 7px;
	margin:0 1px 0 -1px;
}
.content .pages ul a.back {
	background:url(../images/arrow-back.gif) no-repeat 0 60%;
	padding-left:10px;
	color:#696969;
}
.content .pages ul a.next,
.content .pages a.top {
	background:url(../images/arrow-next.gif) no-repeat 100% 60%;
	padding-right:10px;
	color:#696969;
}
.content .pages a.top { float:right;}
.content p a img {
	display:inline !important;
	margin:0 !important;
}
.content .list-links {
	overflow:hidden;
	height:1%;
}
.content .list-links ul {
	margin:0;
	padding:0;
	list-style:none;
	width:50%;
	float:left;
}
.content .list-links li a {
	background:url(../images/bullet-arrow.gif) no-repeat 0 50%;
	display:inline;
	padding-left:17px;
}
.content .list-links li a:hover { 
	background:url(../images/arrow-next-green.gif) no-repeat 0 50%;
	text-decoration: none;
}
.content .spec ul.links { font-size:12px;}
.content .spec ul.links a { color:#333;}
.content .spec ul.links a:hover { color:#000;}
/*form box start*/
.form-box {
	width:960px;
	height:120px;
	margin-bottom:28px;
	background:url(../images/bg-form-box.gif) repeat-y;
	font-size:14px;
}
.sidebar .form-box {
	width:285px;
	height:auto;
	background:none;
}
.sub-form {
	margin-bottom:22px;
	background:url(../images/bg-sub-form-box.gif) repeat-y;
}
.form-box:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
.form-box h2 {
	margin:0;
	padding:0 10px 0 0;
	font-size:25px;
	position:absolute;
	bottom:9px;
	background:#e5e5e5;
	z-index:2;
}
.form-box h3 {
	margin:0 0 15px;
	font:bold 16px "Times New Roman", Times, serif;
}
.form-box h3 span { display:none;}
.form-box .form {
	float:left;
	width:568px;
	padding:18px 20px 7px 12px;
	margin-right:-40px;
}
.sidebar .form-box .form {
	float:none;
	margin-right:0;
}
.form-box .first-box {
	margin-right:0;
	height:95px;
	position:relative;
	z-index:1;
}
.form-box .first-box img {
	position:absolute;
	top:0;
	right:0;
}
.form-box .sub-box {
	width:336px;
	position:relative;
	padding-right:12px;
}
.sidebar .form-box .sub-box {
	background:#bee10f;
	padding:16px 12px;
	width:260px;
}
.form-box p { margin:0 0 10px;}
.form-box fieldset {
	padding-top:15px;
	overflow:hidden;
	width:100%;
}
.sidebar .form-box fieldset { width:260px !important;}
.form-box input.text {
	width:215px;
	padding:4px 0 1px 9px;
	font:22px Arial, Helvetica, sans-serif;
	border:1px solid #89a20b;
	float:left;
	margin-right:12px;
	border:1px solid #89a20b;
}
.sidebar .form-box input.text {
	width:252px;
	float:none;
	margin-right:0;
	vertical-align:top;
}
.sidebar .form-box .row { margin-bottom:6px;}
.sidebar .form-box .col {
	overflow:hidden;
	height:1%;
	padding-bottom:5px;
}
.sidebar .form-box .col input.text {
	width:137px;
	float:left;
	margin-right:12px;
}
.sidebar .form-box .col input.button {
	float:right;
}
.sidebar .form-box .col select {
	margin-top:1px;
	width:103px;
	float:left;
}
.sub-form fieldset input.text {
	width:127px;
	padding:4px 0 3px 6px;
	font-size:12px;
	margin-right:7px;
}
.form-box input.button {
	float:left;
	padding-top:1px;
}
.form-box img.bg-pic {
	position:absolute;
	top:-95px;
	right:-342px;
}
.form-box span.more {
	display:block; 
	text-align:right;
	font-size:11px;
	background:url(../images/bullet-arrow.gif) no-repeat 100% 60%;
	padding-right:11px;
	margin:8px 10px 0 0;
	letter-spacing:1px;
}
.form-box span.more a { color:#000; text-decoration: underline;}
.form-box a.plaats {
	background:url(../images/link-plaats.gif) no-repeat;
	display:block;
	text-indent:-9999em;
	width:151px;
	height:31px;
	overflow:hidden;
}
.form-box a { color:#333;}
.form-box a:hover { color:#000;}
.sub-form img.bg-pic {
	position:absolute;
	top:-65px;
	right:18px;
}
.sidebar .sub-form img.bg-pic {
	position:absolute;
	top:-65px;
	right:3px;
}

.sub-form ul {
	margin:12px 8px 0 0;
	padding:0;
	list-style:none;
	float:right;
	font-size:11px;
}
.sidebar .sub-form ul {
	float:left;
	margin:5px 18px 0 0;
}
.sub-form ul li {
	float:left;
	background:url(../images/bullet-arrow.gif) no-repeat 100% 50%;
	padding:0 9px 0 17px;
}
.sidebar .sub-form ul li {
	padding:0 10px 0 0;
	margin-right:10px;
}
/*form box end*/
/*top information start*/
.top-info {
	margin: 0px;
	padding: 0px;
}
.top-info .info { width:240px;}
.top-info p {
	margin:0;
	padding-bottom:20px;
}
.top-info p a.more { padding:5px 0 0 3px;}
.top-info .second-info {
	padding:0 20px 0 15px !important;
	width:205px;
}
.top-info .info span.info-bar {
	width:210px;
	margin-bottom:20px;
	display:block;
}
.top-info .info h4 {
	margin:0 0 5px;
	font-size:12px;
	line-height:14px;
}
.top-info .info a.more,.add-info .info a.more span {
	text-decoration: none;
}

.top-info .info a.more:hover {
	color: #000;
}

.top-info .info span {
	margin: 0;
	padding-bottom: 20px;
	line-height: 13px;
}

.top-info .info span.teaser {
	display: block;
	margin: 4px 0 5px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color : #000000;
}

.top-info .info span.info-bar {
	display: block;
	width: 210px;
}

.top-info .info span img {
	padding: 5px 0 0 3px;
	display: inline;
	margin: 0;
}
tr.top-info {
	background: url('../images/border-info-full.gif') no-repeat -2px bottom;
	width: 100%;
}

tr.top-info td {
	vertical-align: top;
	background-image: none;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

tr.top-info td div.top-info div.title h3.topbanen {
	margin-right: 5px;
}

tr.top-info td div.top-info div.title a {
	padding-right: 0px;
	padding-left: 5px;
}

tr.top-info td div.top-info {
	width: 230px;
}
.second-info .info span {
	margin: 0;
	padding: 0;
}

.info div.last {
	border-bottom: none;
}

.add-info .info {
	width:105px;
	float:left;
	margin:0 15px 0 0;
	padding-bottom:8px; 
}
.info a.more {
	color:#000000 !important;
	margin-bottom:15px; 
}
.info a.more:hover {
	text-decoration:none;
	color:#97BD00 !important;
}
.add-info .info img {
	margin:0 auto 19px;
	display:block;
}
.info span.teaser {
	display:block;
	color: black;
	margin:4px 0 5px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
.add-info .info span img {
	display:inline;
	margin:0 0 0 5px;
}
.top-info .info .links-box { padding-left:27px;}
/*top information end*/
.sub-info-wrap {
	width:240px;
	overflow:hidden;
	background:url(../images/border-info.gif) no-repeat 0 100%;
	margin-bottom:7px; 
}
.three-boxes { background:url(../images/border-info-three.gif) no-repeat 0 100%;}
.four-boxes { background:url(../images/border-info-four.gif) no-repeat 0 100%;}
.main-column .sub-info-wrap {
	width:550px;
	font-size:11px;
}
.sub-info-wrap .info-hold {
	overflow:hidden;
	height:1%;
}
.main-column .sub-info-wrap .info { margin-right:30px;}
.main-column .sub-info-wrap p a {
	text-decoration:none;
	color:#333;
}
.main-column .sub-info-wrap p a:hover { color:#000;}

tr.desc {
	background-color: #fff;
	float: none;
}

tr.desc td {
	width: 100%;
	/*border-top:40px #fff solid;*/
}

div.desc {
	position: relative;
	float: left;
	width: 203px;
	padding: 15px 16px 16px 16px !important;
	border-right: 0px none;
	color: #333;
	background-color: #ededed;
	border-right: 4px solid #fff;
	height: 370px;
}

.desc {
	width:204px;
	height:370px;
	padding:15px 16px !important;
	background:#ededed;
	border-right:5px solid #fff;
	color:#333;
	position:relative;
	float:left;
	margin-top:20px;
}
.last-desc { border-right:0;}
.desc p { margin:0;}
.desc h4 {
	background-repeat:no-repeat;
	margin:0 0 14px;
	padding:2px 0 5px 18px;
	height:11px;
	line-height:11px;
}
.desc h4.stellingen { background-image:url(../images/icon1-small.gif);}
.desc h4.advies { background-image:url(../images/icon2-small.gif);}
.desc h4.tests { background-image:url(../images/icon3-small.gif);}
.desc h4.tools { background-image:url(../images/icon4-small.gif);}
.desc h4.tips { background-image:url(../images/icon13-small.gif);}
.desc h4.orientatie { background-image:url(../images/icon14-small.gif);}
.desc h4.werk { background-image:url(../images/icon14-small.gif);}
.desc h4.ontwikkeling { background-image:url(../images/icon14-small.gif);}
.desc h4.sollicitatie { background-image:url(../images/icon14-small.gif);}
.desc h4.column { background-image:url(../images/icon16-small.gif);}
.desc h4 span {
	display:block;
	text-indent:-9999em;
	background-repeat:no-repeat;
}
.desc h4.stellingen span { background-image:url(../images/title-poll2.gif);}
.desc h4.advies span { background-image:url(../images/title-advies2.gif);}
.desc h4.tests span { background-image:url(../images/title-tests2.gif);}
.desc h4.tools span { background-image:url(../images/title-tools2.gif);}
.desc h4.tips span { background-image:url(../images/title-tips2.gif);}
.desc h4.orientatie span { background-image:url(../images/title-orientatie.gif);}
.desc h4.werk span { background-image:url(../images/title-werk.gif);}
.desc h4.ontwikkeling span { background-image:url(../images/title-ontwikkeling.gif);}
.desc h4.sollicitatie span { background-image:url(../images/title-sollicitatie.gif);}
.desc h4.column span { background-image:url(../images/title-column.gif);}

.desc img {
	float:right;
	margin:13px 0 0 20px;
}

.desc select.wide {
	width: 195px;
	padding: 0;
}

.desc .test ul {
	margin:0 0 15px;
	padding:0;
	list-style:none;
	background:url(../images/border-test-nav.gif) no-repeat;
}
.desc .test ul li {
	background:url(../images/border-test-nav.gif) no-repeat 0 100%;
	padding-bottom:2px;
}
.desc .test span {
	font-size:18px;
	color:#666;
}
.desc a.more {
	background:url(../images/btn-black-lt.gif) no-repeat;
	float:left;
	color:#fff;
	margin-right:9px;
	height:20px;
	line-height:20px;
	text-transform:uppercase;
}
.desc a.more span {
	background:url(../images/btn-black-rt.gif) no-repeat 100% 0;
	float:left;
	padding:0 10px;
}
.desc a.more:hover { text-decoration:none;}
.desc a.title, .desc .title {
	display: block;
	height: 35px;
	margin: 0 0 5px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #000; 
}
.desc a.title:hover {
	text-decoration: none;
	color: #97BD00;	
}



.desc a.submit {
	position: absolute;
	bottom: 16px;
	text-transform: uppercase;
	background: url('../images/btn-black-lt.gif') no-repeat;
	float: left;
	color: #fff;
	margin-right: 9px;
	height: 20px;
	line-height: 20px;
	border-style: none;
}

.desc a.submit span {
	background: url('../images/btn-black-rt.gif') no-repeat 100% 0;
	float: left;
	padding: 0 10px;
	font-size: 10px;
}



.desc .link-more,
.desc fieldset a.more,
.desc img.bg-pic {
	position:absolute;
	bottom:16px;
}
.desc img.bg-pic {
	bottom:0 !important;
	left:37%;
	position: absolute;
	bottom: 16px;
}
.desc .link-more em {
	float:left;
	margin-top:2px;
	font-style:normal;
}
.desc fieldset { margin-top:30px;}
.desc fieldset.select { margin:10px 0 25px;}
.desc fieldset .row,


.poll .row {
	overflow:hidden;
	height:1%;
	padding:2px 0 2px 3px;
	margin-bottom:5px;
}
.main-column .poll .row {
	padding:2px 0 4px 2px;
	margin:0;
}
.green-row { background:url(../images/bg-radio1.png) no-repeat;}
.white-row { background:url(../images/bg-radio2.png) no-repeat;}
.black-row { background:url(../images/bg-radio3.png) no-repeat;}
.grey-row { background:url(../images/bg-radio4.png) no-repeat;}
.desc fieldset .radio,
.poll fieldset .radio {
	float:left;
	width:14px;
	height:14px;
	margin:0;
}
.poll fieldset .radio { margin-right:8px;}
.desc fieldset label {
	float:left;
	padding-top:3px;
}
.desc fieldset.radio label { padding-left:8px;}
.desc fieldset.select label {
	float:none;
	display:block;
	font-weight:bold;
}
.desc fieldset.select select.desc {
	width:195px;
	padding:0;
}

.banner-place {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
}

.banner-place img { display:block;}
.banner-place a.banner {
	float:left;
	width:590px;
}
.content .search {
	width:332px;
	float:left;
	border:solid #e1e1e1;
	border-width:1px 0;
	padding:15px 0 20px 28px;
	margin-left:10px;
	display:inline;
}
.sidebar .search {
	border:0;
	padding:0;
	margin:0;
	float:none;
}
.content .search p { margin:0 0 6px;}
.banner-place h4,
.content .search h4 {
	margin:0 0 14px;
	height:23px;
	background:url(../images/title-nieuwsbrief.gif) no-repeat;
	text-indent:-9999em;
}
.search h4.in-mij {
	background:url(../images/title-in-mij.gif) no-repeat;
	height:27px;
	line-height:27px;
}
.content .search input.text {
	width:205px;
	padding:1px 0 1px 5px;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	margin-right:10px;
}
.spec-wrap {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-color-box.gif) repeat-y;
	position:relative;
}
.spec-hold {
	width:1000px;
	overflow:hidden;
}

div.spec-hold {
	width: 960px;
}

div.spec-hold div.spec {
	margin: 0;
}

div.spec-hold div.green-spec {
	margin: 0 20px;
}

.spec {
	width:196px;
	padding:18px 20px 18px 14px;
	float:left;
	margin-right:20px;
	font-size:12px;
}
.green-spec {
	width:426px;
	font-size:12px;
	overflow:hidden;
}
.sidebar .spec {
	width:302px;
	position:relative;
	min-height:124px;
	background:#f1f1f1;
	float:none;
	margin-right:12px;
}
* html .sidebar .spec { height:124px;}
.spec .spec-content { width:100px;}
.green-spec .spec-content { float:left;}
.sidebar .spec .spec-content {
	width:200px;
	margin-right:10px; 
}
.spec-content a {text-decoration: underline;}
.green-spec .spec-content { width:300px;}
.spec .links { margin-top:12px !important;}
.spec .spec-bar {
	float:right;
	width:110px;
	text-align:right;
}
.spec .spec-bar ul {
	margin:0;
	padding:0;
	list-style:none;
}
.spec .spec-bar ul a {
	text-decoration:underline;
	color:#000;
}
.spec .spec-bar ul a:hover { text-decoration:none;}
.spec p { margin:0;}
.sidebar .spec p a { color:#333;}
.spec h4 {
	margin:0;
	font-size:14px;
	height:25px; 
}
.sidebar .spec h4 {
	height:auto;
	margin-bottom:16px;
}
.spec h5,
.spec h6 {
	font-size:12px;
	margin:0 0 20px;
}
.spec h6 { margin:0 0 14px;}
.spec strong.title {
	text-align:center;
	display:block;
	margin-bottom:22px;
}
.spec img {
	position:absolute;
	bottom:0;
	margin-left:95px;
} 
.spec p img { position:static;}
.sidebar .spec img { margin-left:202px;}
.sidebar .sub-spec img {
	margin-left:222px;
	bottom:17px;
}
.sidebar .sub-spec img.bg-img { bottom:0;}
.spec a.link-more {
	text-decoration:underline;
	color:#000;
	margin-top:14px;
	display:block;
}
.spec a.link-more:hover { 
	text-decoration:none;
	color : #97BD00;
}
.spec p a {
	text-decoration:underline;
	}

.breadcrumbs {
	margin:0 0 11px;
	padding:0;
	list-style:none;
	height:12px;
	overflow:hidden;
	font-size:10px;
}
.breadcrumbs li {
	color:#000;
	float:left;
	padding-right:6px;
	font-weight:bold;
}
.breadcrumbs li a {
	background:url(../images/arrow-next.gif) no-repeat 100% 50%;
	color:#666;
	padding-right:12px;
}
.breadcrumbs li a:hover {
	color : #97BD00;
	text-decoration : none;
}

.sub-breadcrumbs {
	width:100%;
	overflow:hidden;
/*	border-bottom:1px solid #000;*//* vv */
/*	padding-bottom:2px;*/
	font-size:10px;
}
.sub-breadcrumbs div.title {
	float:left;
	width:145px;
	border:0;
}
.sub-breadcrumbs div.title h3 {
	font-size:24px;
	font-weight:normal;
}
.sub-breadcrumbs div.title h4 {
	font-size:14px;
	margin:0;
	line-height:12px;
}
.sub-breadcrumbs div .add-desc {
	float:right;
	overflow:hidden;
	height:1%;
	width:375px;
}
.sub-breadcrumbs select {
	width:150px;
	float:right;
}
.sub-breadcrumbs strong {
	float:left;
	text-transform:uppercase;
}
.sub-breadcrumbs ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
	float:right;
}
.sub-breadcrumbs ul li {
	float:left;
	text-transform:uppercase;
	border-left:1px solid #8f8f8f;
	margin:0 1px 0 -1px;
	padding:0 9px;
}
.sub-breadcrumbs ul a { 
	color:#000000;
}
.sub-breadcrumbs ul a:hover,
.sub-breadcrumbs ul li.active a {
	color:#97BD00;
	text-decoration:none;
}
.columns-wrap {
	overflow:hidden;
	height:1%;
	margin:0;
	border-collapse:collapse;
}
/*main column start*/
.main-column {
	width:600px;
	font-size:14px;
	vertical-align:top;
}
.main-column strong {
}
steps.main-column a strong,
.main-column .add-desc strong {
}
.main-column table.maintable { width:540px !important;}
.inner .main-column table.maintable { width:645px !important;}
.main-column table.maintable td.maincell { padding-left:12px !important;}
.inner .main-column table.maintable td.maincell { padding:0 30px 0 0 !important;}
.main-column em.date { font-size:11px;}
.main-column .primary-info ul.links {
	font-weight:normal;
	margin-top:26px;
}
.main-column em.date {
	font-style:normal;
	font-size:10px;
}
.main-column em.date span {
	padding:0 8px;
	color:#999;
}
.main-column h2 {
	margin:0;
	font-size:24px;
	font-weight:normal;
}
.main-column h3 {
	margin:0;
	font-size:14px;
}
.main-column h4 {
	margin:0;
	font-size:14px;
}
.main-column p { 
	margin:0 0 18px;
	line-height: 19px;	
}
.main-column p a {
	text-decoration:underline;
	color:#000;
}
.main-column p a:hover { 
	text-decoration:none;
	color: #97BD00;
}
.primary-wrap { padding-top:26px;}
.primary-info {
	font-weight:bold;
	border-bottom:1px solid #e5e5e5;
	width:340px;
	float:left;
	padding-bottom:24px;
	margin-bottom:28px;
}
.primary-wrap .poll {
	width:170px;
	float:right;
	font-size:11px;
	color:#666;
}
.primary-wrap .poll-hold {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:18px;
	margin-bottom:20px;
}
.primary-wrap .poll-hold h4 {
	margin:0 0 5px 10px;
	color:#000;
	background:url(../images/icon5.png) no-repeat;
	padding:2px 0 2px 29px;
	font:bold 15px "Times New Roman", Times, serif;
	width:17px;
}
.primary-wrap .poll img {
	display:block;
	margin:0 auto 14px;
}
.primary-wrap .article-visual {
	width:165px;
	float:right;
	font-size:11px;
	color:#666;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:18px;
	margin-bottom:20px;
}
.primary-wrap .article-visual img {
	display:block;
	margin:0 auto 14px;
}
.primary-wrap .poll p,
.primary-wrap .article-visual p { margin:0;}
.main-column blockquote {
	margin:0 0 20px;
	background:#f1f1f1;
	padding:19px 23px;
}
.main-column blockquote.sub-quote {
	font-weight:bold;
	padding:0;
	background:none;
	font-size:12px;
}
.main-column blockquote q {
	background:url(../images/quote-lt.gif) no-repeat;
	padding-left:24px;
	line-height: 19px;
}
.main-column blockquote.sub-quote q {
	background:none;
	padding:0 0 10px 0;
	display:block;
	line-height: 17px;
}
.main-column blockquote q:before,
.main-column blockquote q:after { content:"";}
.main-column blockquote q img { padding-left:4px;}
.main-column blockquote .cite { font-style:italic;}
.main-column .video-holder { margin-bottom:20px;}
.main-column ul.estimate {
	margin:3px 0 0 13px;
	padding:0;
	list-style:none;
	line-height:22px;
}
.main-column ul.estimate li span { padding-right:26px;}
.main-column ul.estimate li a { 
	color:#000;
}
.main-column ul.estimate li a:hover { 
	color:#97BD00;
	text-decoration: none;
}
.main-column .articles {
	overflow:hidden;
	height:1%;
	margin-top:22px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:38px;
}
.main-column .articles .article-links {
	width:155px;
	float:left;
	border:solid #e5e5e5;
	border-width:1px 0;
	padding:21px 0 18px 10px;
	margin-top:6px;
}
.main-column .articles .articles-content {
	float:right;
	width:310px;
}
.main-column .article-info {
	font-size:11px;
	color:#666;
	padding-top:25px;
}
.main-column .article-info .links a { color:#666;}
.main-column .article-info .links a:hover { color:#bee10f;}
.main-column .articles h4.related-articles {
	background:url(../images/title-related-articles.gif) no-repeat;
	text-indent:-9999em;
	margin:0 0 12px;
	height:18px;
}
.main-column .interact {
	overflow:hidden;
	height:1%;
	font-size:12px;
	padding:30px 0;
	border-bottom:1px solid #000;
}
.main-column .interact h4.interact-network {
	background:url(../images/title-interact.gif) no-repeat;
	text-indent:-9999em;
	margin:0 0 10px;
	height:11px;
}
.main-column .interact .interact-bar {
	width:100%;
	overflow:hidden;
}
.main-column .interact-bar strong.title {
	float:left;
	margin-right:15px;
	font-weight:normal;
	line-height: inherit;
}
.main-column .interact-bar ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
	float:right;
}
.main-column .interact-bar ul li {
	float:left;
	background:url(../images/separator-interact-nav.gif) no-repeat;
	padding:0 15px;
	margin:0 1px 0 -1px;
}
.main-column .interact-bar ul a {
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:15px;
}
.main-column .interact-bar ul a.reageer { 
	background-image:url(../images/icon8-small.gif);
}
.main-column .interact-bar ul a.stuur { 
	background-image:url(../images/icon9-small.gif);
}
.main-column .interact-bar ul a.print { background-image:url(../images/icon10-small.gif);}
.main-column .interact-bar ul.select {
	float:left;
	color:#000;
}
.main-column .interact-bar ul a:hover {
	text-decoration:none;
}
.main-column .interact-bar ul.select li { padding:0 5px 0 9px;}
.main-column .interact-bar a.select {
	float : left;
}
.main-column .interact-bar ul.select a.ja,
.main-column .interact-bar ul.select a.nee {
	font-style:normal;
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:15px;
}
.main-column .interact-bar ul.select a.ja { background-image:url(../images/icon6-small.gif);}
.main-column .interact-bar ul.select a.nee { background-image:url(../images/icon7-small.gif);}
.main-column .posts {
	background:#f1f1f1;
	overflow:hidden;
	padding:10px 10px 13px;
	width:510px;
	font-size:12px;
	margin-top:35px;
}

.main-column .posts h5 {
	margin:0 0 18px;
	font-size:14px;
}
.main-column .posts .date {
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
}
.main-column .posts .date a {
	float:right;
	background:url(../images/bullet-arrow.gif) no-repeat 0 50%;
	padding-left:12px;
}
.main-column .posts .date a:hover {
	background:url(../images/bullet-arrow-green.gif) no-repeat 0 50%;
	text-decoration: none;
} 
.main-column .posts .date em {
	font-style:normal;
	background:url(../images/icon8-2-small.gif) no-repeat 0 50%;
	padding-left:20px;
}
.main-column .sub-post .date em {
	background:url(../images/icon8-3-small.gif) no-repeat;
	padding-left:35px;
}
.main-column .post-content {
	border-bottom:1px solid #000;
	margin-bottom:14px;
}
.main-column .sub-post { padding-left:45px;}
.main-column .posts fieldset label {
	font-weight:bold;
	display:block;
	margin-bottom:2px;
}
.main-column .posts fieldset input.text,
.main-column .posts fieldset textarea {
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #c3c3c3;
}
.main-column .posts fieldset input.text {
	width:170px;
	padding:1px 0 1px 5px;
	margin-bottom:15px;
}
.main-column .posts textarea {
	width:100%;
	height:110px;
	margin-bottom:11px;
}
.main-column .posts p {
	line-height: 17px;
}
/*rubric box start*/
.rubric-wrap {
	overflow:hidden;
	width : 540px;
	padding: 0px; 
	margin-bottom: 30px;
}
.sub-rubric-wrap { padding-bottom:20px;}
.rubric-hold {
	overflow:hidden;
	width:600px;
	background:url(../images/border-rubric-hold.gif) no-repeat 0 100%;
}
.rubric {
	overflow:hidden;
	width:540px;
	padding:0px 0 5px;
	border-bottom: 1px solid #e5e5e5;
	position:relative; 
	margin-bottom: 30px;
}
.rubric h3 {
	margin:0 0 5px;
	font-size:24px;
	font-weight:normal;
}
.sub-rubric h3 { font-size:18px;}
.rubric img {
	float:left;
	margin-top:5px;
}
.rubric .img-box img { float:none;}
.rubric span.learn-more {
	position:absolute;
	bottom:5px;
	right:0;
}
.sub-rubric {
	font-size:12px;
	width:260px;
	float:left;
	margin-right:23px;
	border-bottom:0;
}
.sub-rubric p {
	line-height: 17px;	
}
.sub-rubric img { margin:3px 0 13px;}
.rubric .rubric-bar {
	width:350px;
	float:left;
	margin-left:20px;
	display:inline;
}

.rubric-bar {
	position : relative;
	margin-top: 5px;
}

.sub-rubric .rubric-bar {
	width:150px;
	float:left;
	margin-left:10px;
	display:inline;
}
.rubric .img-box {
	width:90px;
	float:left;
}
.rubric ul {
	margin:0 0 10px;
	padding:0;
	list-style:none;
	font-weight:bold;
	font-size:16px;
}
.sub-rubric ul { font-size:12px;}
.rubric ul li { line-height:20px;}
.rubric ul a {
	color:#000;
	background:url(../images/arrow-next2.gif) no-repeat 100% 50%;
	padding-right:17px;
}
.rubric ul a:hover {
	color : #97BD00;
	text-decoration: none;
	background: transparent url('../images/arrow-next-green.gif') no-repeat scroll 100% 55%;	
}

.rubric.sub-rubric {
	border-bottom: 1px solid #E5E5E5;
	height :200px;
	margin-bottom : 0px;
}
.rubric-hold {
	background: none;
}

/*rubric box end*/
/*about boxes start*/
.about-wrap { margin-top:24px;}
.about-info {
	font-size:12px;
	overflow:hidden;
	height:1%;
	margin-bottom:24px;
	margin-top: 24px;
	padding-bottom:12px;
	border-bottom:1px solid #e5e5e5;
}
.about-info .about {
	overflow:hidden;
	height:1%;
}
.about-info p { 
	margin:0;
	
}
.about-info p a {
	text-decoration:none;
	color:#333;
}
.about-info p a:hover { color:#97BD00;}
.about-info img.pic {
	float:left;
	margin-right:12px;
}
.about-info h6 {
	margin:0 0 13px;
	font-size:14px;
	line-height:18px;
}
.about-info h6 span {
	display:block;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
}
.about-info a.more-info {
	background:url(../images/btn-black-lt.gif) no-repeat;
	float:left;
	text-align:center;
	color:#fff;
	line-height:21px;
	margin-top:31px;
	font-size:10px;
}
.about-info a.more-info span {
	background:url(../images/btn-black-rt.gif) no-repeat 100% 0;
	float:left;
	padding:0 10px;
	cursor:pointer;
}
.about-info a.more-info:hover {
	text-decoration:none;
	background:url(../images/btn-green-lt.gif) no-repeat;
	color:#000;
}
.about-info a.more-info:hover span { 
	background:url(../images/btn-green-rt.gif) no-repeat 100% 0;
}
.about-info strong.date {
	float:left;
	font-size:60px;
	font-weight:normal;
	width:150px;
	line-height : inherit;
}

.about-info strong.date span {
	font-size:12px;
	display:block;
	padding-left:4px;
}
.about-info .about-bar { margin-top:35px;}
/*about boxes end*/
.paging { /*vv*/
	width:100%;
	overflow:hidden;
	margin:7px 0;
	font-size:12px;
	position:relative;
	padding-top: 8px;
	border-top: 1px solid black;
}
.paging-wrap {
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:center;
}
.paging-wrap div {
	position:relative;
	float:left;
	left:50%;
}
.paging a.back,
.paging a.next {
	position:absolute;
	top:7px;
	font-weight:bold;
	z-index:2;
}
.paging a.back {
	left:0;
	background:url(../images/arrow-back.gif) no-repeat 0 4px; /*vv*/
	padding-left:10px;
}
.paging a.next {
	right:0;
	background:url(../images/arrow-next.gif) no-repeat 100% 4px; /*vv*/
	padding-right:10px;
}
.paging ul {
	margin:0;
	padding:0;
	list-style:none;
	border-right:1px solid #999;
	position:relative;
	float:left;
	left:-50%;
}
.paging li {
	display:inline;
	padding:0 5px 0 8px;
	border-left:1px solid #999;
}
.paging li.last { border-width:0 1px;}
.paging li a { 
	color:#000000;
}
.paging li a:hover,
.paging li.active a {
	font-weight:bold;
	text-decoration:none;
}
.paging li a:hover {
	color: #97BD00;
}
.paging .prev a {
	padding:0 0 1px 10px;
	color:#d00;
	background:url(../images/prev.gif) no-repeat 0;
}
/*main form start*/
fieldset.main-form {
/*	width:490px;*/ /*vv*/
	font-size:12px;
}
fieldset.main-form .row {
	overflow:hidden;
	height:1%;
	border-bottom:1px solid #e5e5e5;
	padding:6px 0 30px;
	margin:1px 0 -1px 0;
}
fieldset.main-form .row div.row-wrap {
	width:170px;
	float:left;
	margin-right:15px;
}
fieldset.main-form label {
	color:#333;
	float:right;
}
fieldset.main-form label span {
	background:url(../images/asterisk.gif) no-repeat;
	padding-left:12px;
	margin-top:4px;
	float:left;
}
fieldset.main-form input.text,
fieldset.main-form select {
	width:185px;
	padding:2px 0 2px 5px;
	font:12px Arial, Helvetica, sans-serif;
	float:left;
	border:1px solid #c3c3c3;
}
fieldset.main-form select {
	padding:0;
	height:19px;
}
fieldset.sub-main-form select { width:193px !important;}
fieldset.main-form select { width:275px;}
fieldset.main-form input.long-text { width:265px;}
fieldset.main-form select.titel { width:217px;}
fieldset.main-form .date select {
	float:left;
	margin-right:10px;
}
fieldset.main-form select.day { width:60px;}
fieldset.main-form select.month { width:120px;}
fieldset.main-form select.year {
	width:75px;
	margin-right:0;
}
fieldset.main-form div.check .check { float:left;}
fieldset.main-form .check label {
	float:left;
	padding:2px 0 0 10px;
}
fieldset.main-form .col {
	overflow:hidden;
	width:310px;
	float:right;
	padding-bottom:5px;
}
fieldset.main-form .col .radio {
	float:left;
	width:15px;
	height:16px;
	margin:0;
}
fieldset.main-form .col label {
	float:left;
	padding-left:5px;
}
fieldset.main-form h4 {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:8px;
	margin:25px 0 0;
}
fieldset.main-form h4.radio-button { border-bottom:0;}
fieldset.main-form .comments { margin-top:25px;}
fieldset.main-form .comments label {
	float:none;
	display:block;
	font-size:14px;
	margin-bottom:8px;
}
fieldset.main-form .comments textarea {
	width:455px;
	height:115px;
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #e5e5e5;
}
fieldset.main-form input.button { padding-bottom:3px;}
fieldset.main-form .buttons { padding-bottom:15px;}
fieldset.main-form .buttons input.button {
	margin-right:13px;
	float:left;
}
fieldset.main-form h5 {
	margin:0;
	font-size:14px;
}
fieldset.main-form p { margin:0 0 20px; line-height: 17px;}
fieldset.main-form .img-box { padding:35px 0 15px;}
fieldset.main-form .img-box img {
	float:left;
	margin-right:23px;
}
fieldset.main-form .img-box p { 
	font-weight:bold;
	font-size:14px;
	line-height: 19px;
}
fieldset.main-form .form-info {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:14px;
}
fieldset.main-form .error { position:relative;}
fieldset.main-form .error .error-message {
	position:absolute;
	bottom:2px;
	left:185px;
	width:290px;
	height:17px;
	background:url(../images/bg-error-message.gif) no-repeat left top;
	padding:8px 0 0 10px;
	font-size:10px;
	color:#fff;
}
fieldset.add-form .row {
	overflow:hidden;
	width:540px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:9px;
	margin-bottom:25px;
}
fieldset.add-form input.text {
	padding:2px 0 1px 10px;
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #e5e5e5;
	margin-right:12px;
}
fieldset.add-form .row strong,
fieldset.add-form .row h2 {
	float:left;
	margin:2px 0 0;
}
fieldset.add-form .row .col {
	/*width:278px;*/ /*vv 270*/
	float:right;
}
fieldset.add-form .row select,
fieldset.add-form .row input {
	width:auto;
	float:left;
	margin-left:6px;
}
fieldset.add-form .row label {
	margin-top:2px;
	float:left;
}
fieldset.add-form a.big-img {
	float:right;
	margin:20px 5px 0 0;
}
fieldset.add-form div.img-box {
	overflow:hidden;
	width:590px;
	font-size:11px;
	border-bottom:1px solid #000;
	padding-bottom:40px;
	margin-bottom:25px;
}
fieldset.add-form div.links-wrap {
	width:320px;
	float:left;
}
fieldset.add-form div.links-wrap div { margin-bottom:9px;}
fieldset.add-form div.links-wrap ul {
	margin:0;
	padding:0;
	list-style:none;
}
fieldset.add-form div.links-wrap ul li {
	vertical-align:top;
	height:1%;
	padding-left:5px;
	font-size: 12px;
}
fieldset.add-form div.links-wrap ul a {
	display:block;
	background-position:0 3px;
}
fieldset.add-form div.links-wrap ul a:hover { background-position:0 3px;}
fieldset.add-form h6 {
	font-size:11px;
	margin:0;
}
fieldset.add-form ul.archive {
	margin:0 0 0 -9px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
	font-size:12px;
}
fieldset.add-form ul.archive li {
	float:left;
	border-left:1px solid #e5e5e5;
	padding:0 10px;
	margin:0 1px 0 -1px;
}
fieldset.add-form ul.archive li.active a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
fieldset.add-form ul.archive a:hover {
	color : #97BD00;
	text-decoration:none;
}
fieldset.add-form .title { border-bottom:0 !important;}
/*main form end*/
.archive-box {
	width:100%;
	overflow:hidden;
}
.archive-box .archive-info {
	width:80px;
	float:left;
	margin-right:28px;
}
.archive-wrap {
	width:600px;
	overflow:hidden;
	margin-bottom:28px;
	font-size:12px;
}
.archive-wrap a {
	margin-top:4px;
	display:block;
}
.archive-wrap a:hover { 
	color:#97BD00;
	text-decoration : none;
}
.form-wrap {
	overflow:hidden;
	height:1%;
}
.options-hold {
	overflow:hidden;
	width:530px;
}
.options {
	overflow:hidden;
	height:1%;
	border-bottom:1px solid #e5e5e5;
	padding:8px 0 12px;
}
.options-list {
	width:255px;
	float:left;
	margin:0 8px 7px 0;
	border-top:1px solid #e5e5e5;
}
.options-list img { float:left;}
.options div {
	float:right;
	overflow:hidden;
	height:1%;
	width:200px;
}
.options div a { color:#000;}
.options div a:hover {
	color:#97BD00;
	text-decoration:none;
	font-weight:bold;
}
.ads-box {
	background:#f1f1f1;
	padding:14px 94px 18px !important;
}
/*accordion start*/
.accordion-block {
	border-bottom:1px solid #000;
	padding-bottom:48px;
}
.accordion-block .col {
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #000;
	padding-bottom:17px;
}
.accordion-block .col select {
	float:right;
	margin-right:25px;
	display:inline;
	margin-top:4px;
}
.accordion-block h2 { 
	float:left;
}
.accordion {
	margin:39px 0 0;
	padding:0;
	list-style:none;
	font-size:12px;
	border-top:1px solid #e5e5e5;
}
.accordion li {
	vertical-align:top;
	height:1%;
}
.accordion li a.opener {
	text-decoration:none;
	font-weight:bold;
	background:url(../images/arrow-accordion.gif) no-repeat 17px 55%;
	padding:11px 0 9px 34px;
	display:block;
	border-bottom:1px solid #e5e5e5;
	vertical-align:top;
	height:1%;
}
.accordion li a.selected {
	background:url(../images/arrow-accordion-active.gif) no-repeat 17px 70%;
	border-bottom:0;
	padding:11px 0 2px 34px;
}
.accordion li a.opener:hover { text-decoration:none;}
.accordion p { 
	margin:0; 
	line-height: 17px;
}
.accordion .slide div {
	border-bottom:1px solid #e5e5e5;
	padding:0 10px 5px 34px;
}
/*accordion end*/
.main-column .quote-wrap { margin-bottom:-30px;}
.main-column .quote-info {
	font-size:12px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:35px;
}
.main-column .quote-info h3 {
	margin:30px 0 18px;
	font-size:18px;
	font-weight:normal;
}
.main-column .quote-info p {
	color:#696969;
	line-height: 17px;
	margin:0 0 8px;
}

/*tabs start*/
ul.tabset {
	margin:0;
	padding:0;
	list-style:none;
	width:595px;
	overflow:hidden;
}
ul.tabset li {
	float:left;
	background:#dddcdb;
	margin-right:2px;
}
ul.tabset li a {
	float:left;
	color:#000;
	padding:7px 20px;
}
ul.tabset li a:hover,
ul.tabset li a.active {
	text-decoration:none;
	background:#000;
	color:#fff;
}
div.tab {
	background:#000;
	color:#fff;
	width:625px;
	padding:8px 10px;
	margin-bottom:20px;
}
div.tab ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	font-size:12px;
}
div.tab ul li {
	float:left;
	border-left:1px solid #fff;
	margin:0 1px 0 -1px;
	padding:0 8px;
}
div.tab ul a { color:#fff;}
/*tabs end*/
/*main column end*/
/*sidebar start*/

.sidebar {
	width:360px;
	vertical-align:top;
}
.inner .sidebar { width:285px;}
.sidebar p { margin:0 0 10px;}
.sidebar table { width:360px !important;}
.inner .sidebar table { width:288px !important;}

.sidebar h3 {
	margin:0 0 10px;
	font-size:14px;
}
.sidebar h3.related-vactures {
	background:url(../images/title-related-vactures.gif) no-repeat;
	text-indent:-9999em;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:15px;
	line-height:15px;
}
.side-wrap {
	width:285px;
	margin:0 auto;
}
.side-info {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:22px;
	padding:0 12px 22px;
	overflow:hidden;
	width:336px;
}
.inner .side-info {
	width:288px;
	padding:0 0 22px;
}
.sub-side-info {
	border:solid #000;
	border-width:1px 0;
	padding-top:25px;
}
.main-column .side-info {
	width:348px;
	margin:0 auto;
}
.side-info:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
.no-border { border-bottom:0;}
.sub-info { padding-bottom:5px !important;}
.side-info span.ads {
	text-align:center;
	display:block;
	font-size:10px;
	color:#999;
	margin-bottom:3px;
}
.side-info p strong.title { display:block;}
.side-info p a { color:#333;}
.side-info p a:hover {
	color:#97BD00;
	text-decoration:none;
}
.sidebar .sub-info-wrap {
	width:360px;
	margin-bottom:-22px;
}
.sidebar h3.title {
	margin:0 0 5px;
	text-align:center;
	font-size:48px;
	font-weight:normal;
}

.sidebar .side-info .info-bar {
	overflow:hidden;
	height:1%;
}
.sidebar .info-bar div {
	width:159px;
	float:right;
	font-size:12px;
}
.sidebar .most-read img.pic {
	float:right;
	margin:10px 0 0 20px;
}
.sidebar .links-wrap { margin-bottom:-16px;}
.sidebar .links {
	padding:0 0 7px;
	margin-bottom:31px;
}
.sidebar .links ul { margin-bottom:6px;}
.sidebar .links ul li { padding-bottom:6px;}
.sidebar .links-hold {
	margin-top:-30px;
	position:relative;
}
.sidebar h3 {
	margin:0 0 12px;
	font-size:14px;
}
.sidebar h3.stel {
	background:url(../images/title-stel-zelf.gif) no-repeat;
	text-indent:-9999em;
	height:28px;
	width:243px;
	margin:45px auto 12px;
}
.sidebar h3.wizard-navigator {
	background:url(../images/title-wizard-navigator.gif) no-repeat;
	text-indent:-9999em;
}
.sidebar h3 a {
	height:100%;
	display:block;
}
.sidebar h6 {
	margin:0;
	font-size:11px;
	color:#333;
}
.sidebar .links-hold {
	margin-top:-22px;
	position:relative;
}
.sidebar .links-box p,
.sidebar .most-read p {
	color:#333;
	margin:0 0 8px;
}
.sidebar .most-read p a { color:#999;}
.sidebar .most-read p a:hover { color:#000;}
.sidebar a.big-link {
	font-size:14px;
	font-weight:bold;
}
.sidebar a.big-link:hover {
	text-decoration:none;
}
.sidebar blockquote { margin:0;}
.sidebar blockquote q {
	display:block;
	margin-bottom:8px;
}
.sidebar blockquote q strong { display:block;}
.sidebar blockquote q:before,
.sidebar blockquote q:after {content:"";}
.sidebar blockquote ul {
	margin:20px 0 0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.sidebar blockquote ul li {
	text-transform:uppercase;
	float:left;
	width:50%;
}
.sidebar blockquote ul a {
	color:#999;
	background:url(../images/arrow-next.gif) no-repeat 100% 50%;
	padding-right:13px;
}
.sidebar blockquote a:hover { 
	color:#97BD00;
	text-decoration:none;
}
.sidebar .quote-box { background:url(../images/bg-quote.gif) no-repeat 88% 0;}
.sidebar .side-info-hold a.more span.info-bar {
	color :#000000;
}
.sidebar .side-info-hold a:hover.more span.info-bar{
	color : #97BD00;
}

.sideteaser {
	width:336px;
	background:#f1f1f1;
	float:none;
	margin-right:12px;
	}
.sideteaser-content {
	padding:18px 20px 18px 14px;
	font-size: 12px;
	}
.sideteaser h4 {
	margin:0;
	font-size:14px;
	height:25px; 
	}
.sideteaser a {text-decoration: underline;}
.sideteaser ul li a {text-decoration: underline;}



.sidebar div.list-links div {
	width:50%;
	float:left;
}
.sidebar .list-links ul { width:auto;}
.sidebar .list-links ul li span {
	color:#666;
}
/*sidebar end*/
/*content end*/
/*footer start*/
#footer {
	background:#333;
	min-width:960px;
	width:100%;
}
.footer-hold { padding:45px 0 10px;}
.footer-wrap {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#footer h4 {
	margin:0;
	padding-bottom:6px;
	font-size:16px;
	color:#fff;
	font-weight:normal;
}
#footer .links-wrap {
	overflow:hidden;
	width:1000px;
	padding:14px 0 18px;
}
#footer .links-hold {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	border-top:1px solid #5c5c5c;
}
#footer .links {
	width:165px;
	float:left;
	margin-right:24px;
}
.sub-footer .links { width:225px !important;}
#footer .sub-links-wrap .links { width:113px;}
#footer .links ul {
	margin:0 0 7px;
	padding:0;
	list-style:none;
}
.sub-footer .links ul { margin-bottom:15px !important;}
#footer .links ul a { color:#ccc;}
#footer .links h5 {
	margin:0 0 7px;
	color:#fff;
	font-size:11px;
}
#footer .links a.more { color:#fff;}
#footer .second-wrap {
	border-top:1px solid #5c5c5c;
	padding:16px 0 40px;
}
#footer .second-wrap a.ads { float:right;}
#footer .second-wrap ul.sub-links {
	margin:0;
	padding:0;
	list-style:none;
}
#footer .second-wrap ul.sub-links li {
	background:url(../images/separator-footer-nav.gif) no-repeat 100% 50%;
	padding:0 5px 0 2px;
	float:left;
}
#footer .second-wrap ul.sub-links a { color:#c9c9c9;}

#footer .second-wrap ul.sub-links span.rights-reserved {
  color: #c9c9c9;
}

/*footer end*/

.spanerror{
	font-weight:bold;
	color:#CC0000;
}
.spannormal{
	font-weight:normal;
	color:#000000;
}
.nodesp{
	display:none;
}

/* aanmelden nieuwsbrief */

div.box-big { /* algemene settings box */
	margin:15px 0px 5px 0px;
	padding:20px;
	overflow:hidden;
}

div.aanmeldennieuwsbrief {	 
	border: 0px solid #BEE10F;
	background-image: url(http://www.intermediair.nl/nieuwsbrief/images/nieuwsbrief_promo.jpg); 
	background-repeat:no-repeat;
	background-position:right top;	 
}

.aanmeldennieuwsbrief-header {


}

.btn_aanmelden {
	background-color: #616161;
	color:#FFF;
	font-weight:Bold;
}


