/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";

/* ---------- */

#bgcols { /* zit in de footer */
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 415px;
	min-height: 500px;
}

#wrapper.home #content .top { background: url(../images/content/bg_home.gif) top right no-repeat; }
#wrapper.contact.disclaimer #content .top { background: url(../images/content/bg_disclaimer.gif) top right no-repeat; }
#wrapper.laat_je_stem_horen #content .top { background: url(../images/content/bg_laatjestemhoren.gif) top right no-repeat; }
#wrapper.waarom #content .top { background: url(../images/content/bg_waarom.gif) top right no-repeat; }
#wrapper.check_de_stemmen #content .top { background: url(../images/content/bg_checkdestemmen.gif) top right no-repeat; }
#wrapper.over_fnv_jong #content .top { background: url(../images/content/bg_overfnv.gif) top right no-repeat; }

#cols.home { background: url(../images/side/bg_home.gif) no-repeat 560px 60px; }
#cols.contact.disclaimer  { background: url(../images/side/bg_disclaimer.gif) no-repeat 560px 60px; }
#cols.laat_je_stem_horen  { background: url(../images/side/bg_laatjestemhoren.gif)  no-repeat 560px 60px; }
#cols.waarom  { background: url(../images/side/bg_waarom.gif)  no-repeat 560px 60px; }
#cols.check_de_stemmen  { background: url(../images/side/bg_checkdestemmen.gif)  no-repeat 560px 60px; }
#cols.over_fnv_jong  { background: url(../images/side/bg_overfnvjong.gif)  no-repeat 560px 60px; }
#cols.contact   { background: url(../images/side/bg_waarom.gif)  no-repeat 560px 60px; }
#cols.over_fnv_jong  { background: url(../images/side/bg_laatjestemhoren.gif)  no-repeat 560px 60px; }

#content {
	background: url(../images/content/bg_content_middle.gif) right repeat-y;
	margin: 0 0 60px 0;
}

#content .top, #content .bottom {
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 10;
}

#content .top {
	top: 0;
	height: 202px;
}

#content .bottom {
	bottom: 0;
	height: 44px;
	background: url(../images/content/bg_content_bottom.gif) bottom right no-repeat;
}

.innercontent {
	position: relative;
	z-index: 20;
}

.innercontent.home {
	padding-top: 50px;
}
.innercontent .Standaard{
	font-size: 11px;
}
tr.firstrow td{
	font-weight: bold;
	color: #ec008c;
	padding: 0 0 15px 0;
}

#header .backtohome{
	position:absolute;
	top: 50px;
	right:140px;
	background:none;
	width: 320px;
	height: 130px;
	display:block;
	text-indent: -999999px;
}

.noshow{
	font-size: 9px;
}	

.print{
	color: #bfbfbf;
	text-decoration:none;
	position:relative;
	margin: 0 0 0 60px;

}