/*h1/* v1.0 */

html {
	overflow: -moz-scrollbars-vertical;
	height: 100%;
}

body {
	height: 100%;
	background: url('../gfx/body_bg.png') repeat-x top left;
	margin: 0;
	text-align: center;
	font: 70%/130% Arial;
	color: #3D4344;
}

#wrap-1 {
	background: url('../gfx/html_bg.png') repeat-x bottom left;
	min-height: 100%;
}

* html #wrap-1 {
	height: 100%;
}

#wrap-2 {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background: url('../gfx/wrap_bg.png') repeat-y;
}

#wrap-2:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header {
	position: relative;
	padding-top: 32px;
	background: url('../gfx/header_bg.png') top left no-repeat;
	height: 80px;
}

#Home #header {
	height: 81px;
}

#header h1 {
	margin: 0;
}

#header p {
	margin: 0;
	line-height: 24px;
	height: 24px;
	padding: 3px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}

ul#mainlevelnav-servicemenu {
	right: 0;
	left: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	width: 50%;
}

ul#mainlevelnav-servicemenu li {
	line-height: 24px;
	height: 24px;
	padding: 3px 0 0 5px;
	float: right;
}

#header p a, #header li a {
	padding: 2px;
}

a {
	color: #206BBC;
}

a:hover {
	text-decoration: underline;
	color: black;
}

a img {
	border: none;
}

ul#mainlevelnav-mainmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 59px;
	left: 179px;
	!left: 179px;
	width: 702px;
	!width: 702px;
	height: 33px;
	background: #EC6A0C url('../gfx/nav_bottomborder.png') repeat-x bottom center;
}

ul#mainlevelnav-mainmenu li {
	margin-top: 8px;
	float: left;
	background: url('../gfx/nav_li_bg.png') no-repeat top left;
	/*border-left: solid 4px black;*/
}

ul#mainlevelnav-mainmenu li a {
	color: white;
	/*color: #EC6A0C;*/
	/*font-weight:bold;*/
	text-transform: uppercase;
	display: block;
	padding: 2px 12px 1px 12px;
	text-decoration: none;
}

ul#mainlevelnav-mainmenu li a:hover,
ul#mainlevelnav-mainmenu li a#active_menunav-mainmenu {
	text-decoration: underline;
}

ul#mainlevelnav-mainmenu li:first-child {
	background: none;
}

ul#subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
}

ul#subnav li {
	margin: 0 5px 0 0;
	padding: 0 2px;
	float: left;
	line-height: 20px;
}

ul#subnav li.current {
	background: #F3F3F3;
}

ul#subnav li.current a {
	text-decoration: none;
	color: black;
}

ul#subnav a {
	text-decoration: underline;
}

#footer {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background: url('../gfx/dotted_bg.png') repeat-x;
	padding: .5em 0;
	clear: both;
	color: #596364;
}

#footer p {
	margin: 0;
}

* html #content {
	height: 400px;
}

#content {
	min-height: 400px;
	width: 577px;
	padding-right: 10px;
	float: left;
	padding-bottom: 1em;
}

#Home #content {
	border-top: 7px solid white;
	background: url('../gfx/dotted_bg.png') repeat-x top left;
}

#content h1,
#content .componentheading {
	margin: .5em 0 0 0;
	font-size: 2.2em;
	line-height: 1.1em;
	color: #579CE8;
	font-weight: bold;
}

#content h1 {margin:0 0 10 -10px; height:40px; width:440px;}

#content h1 span {
	text-transform: lowercase;
}

#content h2 {
	margin: 1em 0 0 0;
	font-size: 1.2em;
	color: #EC6A0C;
	clear: left;
}

#content .columns h1,
#content .columns h3 {
	margin: 1em 0 .2em 0;
	font-size: 1.2em;
	color: #206BBC;

}

#content p {
	margin: 0 0 1.3em 0;
}

#content p, #content li, #content h2 {
	line-height: 1.5em;
}

#sidebar {
	width: 273px;
	float: left;
	padding: 0 10px;
}

#Home #sidebar {
	background: url('../gfx/dotted_bg.png') repeat-x top left;
	border-top: 7px solid white;
}

#sidebar h2 {
	color: #EC6A0C;
	margin: 1em 0 .1em 0;
	font-size: 1.3em;
}

form {
	margin: 0;
	padding: 0;
}

#sidebar p, #sidebar li, #sidebar h2 {
	line-height: 1.5em;
}

#sidebar p {
	margin: 0 0 .3em 0;
}

.columns:after, .columns-linkdir:after {
    content: ".";
    display: block;
  	height: 0;
    clear: both;
    visibility: hidden;
}

.column {
	float: left;
	width: 285px;
	margin: 0;
	height: 400px;
	
}

.columns {
	margin: 1em 0;
}

.breed .column {
	float: none;
	width: auto;
}

#content .first-child {
	margin-right: 7px;

}

#content .columns h2, #content .columns h2 a {
	background: #92A6B6;
	padding: 3px 4px;
	color: white;
	margin: .4em 0;
}

#formule-logo {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

.sector {
	background: #F9F8F8;
	padding: .5em 5px;
	width: 400px;
	margin: 1em 0;
}

#content .sector p {
	margin: 0;
}

#teasers {
	height: 10em;
	background: white;
}

#teasers:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.teaser {
	width: 273px;
	float: left;
	padding: 0 7px;
	margin-left: 7px;
	background: #DBE2E7 url('../gfx/teaser_bg.png') repeat-x;
	height: 10em;
}

#teasers h2 {
	margin: .5em 0 .3em 0 ;
	font-size: 1.4em;
}

#teasers p {
	margin: .3em 0;
}

.teaser.first {
	margin-left: 0;
}

.teaser.last {
	width: 278px;
}

.teaser h2 a {
	color: #516779;
	text-decoration: none;
}

.poll-pol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.poll-pol div {
	text-align: left;
	margin: 5px 0;
}

.article_seperator {
	display: none;
}

.vraagbaak label,
.formule-zoeken label {
	display: block;
	margin: .8em 0 0 0;
	font-weight: bold;
}

input {
	font-size: 1.2em;
	font-family: Arial;
}

input.text,
input.inputbox {
	color: #4F4F4F;
	border: 1px solid #EDEDED;
	border-top-color: #CBCBCB;
	border-left-color: #CBCBCB;
}

textarea {
	font-size: 1.2em;
	font-family: Arial;
	color: #4F4F4F;
	border: 1px solid #EDEDED;
	border-top-color: #CBCBCB;
	border-left-color: #CBCBCB;
	width: 230px;
}

input.submit,
input.button {
	background: #E0DCDC;
	border: 2px solid #EDEDED;
	border-bottom-color: #A6A6A6;
	border-right-color: #A6A6A6;
	margin: .3em 0;
}

body#Home .componentheading {
	display: none;
}

body#Home p#path {
	display: none;
}

body#Home #content strong {
	font-size: 1.1em;
	line-height: 1.5em;
}

fieldset {
	border: none;
}

#content p.news_date,
#content p.agenda_date,
#content p.date {
	margin: 1em 5px 0 0;
	color: #9D9D9D;
	background: url('../gfx/calendar.gif') no-repeat 0 1px;
	padding-left: 16px;
}

#content .nfv_news h2,
#content .rss_news h2 {
	font-size: 1.5em;
	margin: 1em 0;
}

#content .nfv_news h2 a,
#content .rss_news h2 a {
	text-decoration: none;
	color: #EC6A0C;
}

#content .news_block h3,
#content .agenda_block h3,
#content .nfv_news h3,
#content .rss_news h3 {
	margin: 0 0 .2em 0;
	font-size: 1.2em;
	line-height: 1.3em;

}

.column h2 a {
	text-decoration: none;
}

.contact label {
	float: left;
	width: 150px;
}

#content table {
	border: 2px solid #E3E3E3;
	margin: .8em 0;
	border-collapse: collapse;
}

#content td, #content th {
	vertical-align: top;
	padding: 0 10px 0 5px;
	border: 1px solid #E3E3E3;
}

#content table p {
	margin: 0;
}

#content .nfv_agenda h2 {
	margin: 0;

}
#content .nfv_agenda p.date {
	margin: 0;
}

#Formules h2 a {
	color: #EC6A0C;
	text-decoration: none;
}

#poll table {
	border: none;
}

#poll td {
	border: none;
	padding: 0;
}

/* exitpoll */
/* Nu even geen Franchisetrofee
#exitpoll {
	display: none;
}

#Home #teasers {
	background: white;
	margin: 0;
	border-top: 1px solid white;
	float: left;
}

#Home .teaser {
	width: 279px;
	float: none;
	padding: 1px 7px 0 7px;
	margin:  0 0 7px 0;
	background: #DBE2E7 url('../gfx/teaser_bg.png') repeat-x;
	height: 110px;
}

#Home .teaser.last {
	margin: 0;
}

#Home #exitpoll {
	display: block;
	margin: 0 7px 0 0;
	border-top: 1px solid white;
	width: 579px;
	float: left;
	height: 347px;
	background: #DBE2E7 url('../gfx/teaser_bg.png') repeat-x;
}

#Home #exitpoll h1 {
	color: #579CE8;
	font-size: 1.8em;
	margin: .6em 0 .4em 0;
}

#Home #exitpoll p {
	margin: 0 0 .5em 0;
}

#Home #exitpoll form {
	margin: 0;
}

#Home #exitpoll div.margin {
	margin: 0 7px;
}

#Home #exitpoll label {
	display: block;
	margin: 0 0 4px 0;
}

#Home #exitpoll img {
	vertical-align: middle;
}

#Home #exitpoll .col {
	width: 280px;
	float: left;
}

#Home #exitpoll button {
	margin: 5px 0;
	vertical-align: middle;
}

*/

