html{background:#fdfdfd;}
body{
	margin:0;
	color:#333;
	font:11px arial,sans-serif;
	background:#fafafa url(../siteimg/body-bg.gif) repeat-x;
	min-width: 948px;
}
img{border-style:none;}
a{
	color:#333;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

form fieldset div.inputgroup label,
form fieldset div.inputgroup input {
	width: auto;
}

form label,
form p.label {
	width: 150px;
	margin: 0 20px 0 0;
	color: #666666;
	float: left;
}

form,
form legend {
	padding: 0;
}


form.signuprecipeform input {
	width: 204px;
	height: 16px;
}

form.signuprecipeform select {
	width: 212px;
	height: 20px;
	color: #000000;
}

form.signuprecipeform form textarea {
	width: 207px;
	height: 108px;
}

form.signuprecipeform div.inputgroup {
	height: 20px;
}

div.main div.content_holder div.column_middle_stretched form.signuprecipeform p.label {
	margin-top: 0;
}

form.signuprecipeform div.inputgroup input {
	margin: 0 0.75em 0 0;
	border: 1px solid #cccccc;
}

form.signuprecipeform div.inputgroup label {
	height: auto;
	margin: 0 1.5em 0 0;
}

form.signuprecipeform p.error {
	margin: 0 0 0.455em 170px;
	color: #ff0000;
}

form.signuprecipeform span {
	background: none;
}

form.signuprecipeform p.error_report {
	background: #eeeeee;
	width: 200px;
	margin: 0 0 2em 170px;
	padding: 2px 6px;
	font-weight: bold;
	color: #ff0000;
}

form.signuprecipeform fieldset.report_recipe_of_the_week_form_navigation {
	margin: 0 0 0 170px;
}

form.signuprecipeform fieldset.report_recipe_of_the_week_form_navigation a.component_button {
	display: block;
	float: left;
	border: 1px solid #04659f;
	background: #087fcf;
	color: #ffffff !important;
	width: auto;
	height: 18px;
	padding: 3px 4px;
	margin-right: 0.8em;
	text-align: center;
}

form.signuprecipeform fieldset.report_recipe_of_the_week_form_navigation a.component_button:hover {
	text-decoration: none;
}

form.signuprecipeform input,
form.signuprecipeform textarea,
form.signuprecipeform select,
form.signuprecipeform div.inputgroup {
	margin: 0 0 1em 0;
}

img.printlogo {
	margin: 0;
	float: left;
	display: none;	
}
.main{
	margin:0 auto;
	width:948px;
	position:relative;
	padding-top:165px;
	clear:both;
}
/*HEADER*/
#header{
	height:165px;
	width:940px;
	padding:0 4px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.header-holder{
	overflow:hidden;
	width:100%;
	margin:8px 0 10px;
}
.header-holder ul, .header-holder fieldset{float:right;}
.header-holder fieldset{
	width:282px;
	overflow:hidden;
	margin-left:9px;
	display:inline;
}
.header-holder fieldset input{
	width:192px;
	height:15px;
	padding:1px 7px 0;
	margin:2px 8px 0 0;
	border:1px solid #ccc;
	float:left;
	color:#999;
}
.btn, .component_button{
	background:url(../img/btn-left.gif) no-repeat;
	float:left;
	padding-left:10px;
	line-height:20px;
	color:#fff;
	height:21px;
	font-size:13px;
	font-weight:bold;
}
.btn span, .component_button span{
	background:url(../img/btn-right.gif) no-repeat;
	padding:2px 0 4px 0;
	margin:0 -1px 0 6px;
}
.btn:hover{text-decoration:none;}
.header-holder ul{
	margin:0;
	padding:0;
	list-style:none;
}
.header-holder li{
	display:inline;
	background:url(../img/separator1.gif) no-repeat 0 50%;
	padding:0 6px 0 12px;
	line-height:21px;
}
.header-holder li a{color:#999;}
.header-holder li:first-child{background:none;}
.header-holder strong{
	float:right;
	width:714px;
	height:39px;
	padding:13px 0 0 14px;
	background:url(../img/header-bg.gif) repeat-x;
}
.header-holder strong span {
	background:url(../img/nederlands-h.gif) no-repeat;
	display:block;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
}

ul.content-images {
	margin-left: -50px;
	margin-right: -30px;
}

ul.content-images li {
	float: left;
	margin-right: 10px;
	list-style: none;
}

.left-image {
	float: left;
	margin-left: 10px;
}

/*LOGO*/
.logo{
	background:url(../img/logo_nvb.png) no-repeat;
	margin:0;
	position:absolute;
	top:8px;
	left:24px;
	width:167px;
	height:114px;
	text-indent:-9999px;
	z-index:100;
}
.logo a{
	display:block;
	overflow:hidden;
	height:100%;
}
/*NAVIGATION*/
.nav{
	margin:32px 0 0;
	padding:0;
	width:100%;
	overflow:hidden;
	list-style:none;
	background:url(../img/nav-bg.gif) repeat-x;
}
.nav li{
	float:left;
	height:1%;
	overflow:hidden;
	padding-left:2px;
	background:url(../img/separator2.gif) no-repeat;
}
.nav li:first-child{
	background:none;
	padding:0;
}
.nav a{
	float:left;
	color:#fff;
	padding:0 15px;
	line-height:40px;
	font-size:12px;
	font-weight:bold;
}
.safari .nav a {padding: 0 14px 0 13px;}
.safari3 .nav a {padding: 0 14px 0 13px;}
.nav a:hover, .nav a.active{
	background:#023f88;
	text-decoration:none;
}
/*MIDDLE*/
#middle{
	overflow:hidden;
	width:100%;
}
.columns{
	background:url(../img/column-bg.gif) repeat-y;
	margin-top:30px;
}
.columns .top{background:url(../img/column-top.gif) no-repeat;}
.columns .bottom{
	background:url(../img/column-bottom.gif) no-repeat 0 100%;
	padding:20px 4px 40px;
	overflow:hidden;
	width:100%;
}
.column{
	width:190px;
	float:left;
	margin-right:20px;
	padding:0 15px;
}
.last-column{margin:0;}
.column h2{
	margin:0 0 10px;
	font-size:18px;
	color:#023f88;
	min-height:45px;
}
.column p{
	margin:0;
	line-height:18px;
}
.column a{
	color:#0372ba;
	font-weight:bold;
}
.column ul{
	margin:10px 0 0;
	padding:0;
	list-style:none;
}
.column li{
	background:url(../img/bullet1.gif) no-repeat 0 6px;
	padding:0 0 4px 11px;
	line-height:19px;
}
.blue-column, .blue-column h2, .blue-column a{color:#fff;}
/*INNER PAGE*/
/*SIDEBAR LEFT*/
.sidebar{
	width:225px;
	float:left;
	display:inline;
	margin:29px 0 0 4px;
	background:url(../img/sidebar-top.gif) no-repeat;
}
.sidebar .bottom{
	background:url(../img/sidebar-bottom.gif) no-repeat 0 100%;
	padding:7px 0 11px;
}
.sidebar .bottom ul{
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar .bottom li{
	height:1%;
	vertical-align:top;
}
.sidebar .bottom li a{
	display:block;
	line-height:18px;
	color:#0773b7;
	font-weight:bold;
	background:#e6e6e5 url(../img/border1.gif) repeat-x;
	padding:10px 12px;
	width:196px;
	position:relative;
	height:1%;
}
.sidebar .bottom li a:hover{
	background:#cdceca url(../img/border1.gif) repeat-x;
	color:#023f88;
	text-decoration:none;
}
.sidebar .bottom li a.active{
	background:#fcffff !important;
	border-top:1px solid #d3d3d3;
	width:196px;
}

.sidebar .bottom li a.current{
	background:#fcffff url(../img/sidebar-hover.gif) repeat-y 100% 0 !important;
	border-top:1px solid #d3d3d3;
	width:201px;
}

.sidebar .bottom li a.childinactive{
	background:#fcffff;
	border-top:1px solid #d3d3d3;
	width:181px;
	padding-left:30px;	
}

.sidebar .bottom li a.parentinactive{
	background:#fcffff;
	border-top:1px solid #d3d3d3;
	width:201px;
}

.sidebar .bottom li a.childactive{
	background:#fcffff url(../img/sidebar-hover.gif) repeat-y 100% 0 !important;
	border-top:1px solid #d3d3d3;
	width:183px;
	padding-left:30px;	
}



/*MAIN COLUMN*/
.main-column a {
	text-decoration: underline;
	color: #0773B7;
}
.content-holder{
	float:right;
	width:719px;
	position:relative;
}
.main-column{
	float:left;
	width:440px;
	padding:35px 30px 0 25px;
}
.main-column h2{
	margin:0 0 12px;
	font-size:18px;
	color:#023f88;
	display: inline-block;
	float: left;
}
.main-column h4{
	margin:0 0 2px;
	font-size:11px;
	color:#023f88;
}
.main-column h3{
	margin:0 0 13px;
	font-size:16px;
	color:#023f88;
	font-weight:normal;
}
.main-column p{
	margin:0 0 17px;
	line-height:18px;
}
/*INNER PAGE*/
.map{
	margin:40px 0 20px 33px;
	position:relative;
}
.map img{display:block;}
.map ul{
	margin:0;
	list-style:none;
	padding:0;
}
.map li{
	position:absolute;
	top:0;
	left:0;
}
.map li:hover, .map li.hover{z-index:100;}
.map li:hover .info, .map li.hover .info{display:block;}
.map li:hover .popup-arrow, .map li.hover .popup-arrow{display:block;}
.map li .info{
	min-height:74px;
	width:213px;
	position:absolute;
	top:-33px;
	left:28px;
	z-index:100;
	display:none;
}
.popup-top{
	background:url(../img/popup-top.png) no-repeat;
	overflow:hidden;
	height:8px;
}
.popup-bottom{
	background:url(../img/popup-bottom.png) no-repeat;
	overflow:hidden;
	height:8px;
}
.popup-bg{
	background:url(../img/popup-bg.png) repeat-y;
	height:1%;
	padding:10px 22px 8px;
	line-height:18px;
}
.popup-arrow{
	background:url(../img/popup-arrow.png) no-repeat;
	overflow:hidden;
	width:17px;
	height:30px;
	position:absolute;
	top:-10px;
	left:15px;
	z-index:200;
	display:none;
}
.popup-bg strong{display:block;}
.popup-bg span{
	color:#666;
	padding-left:18px;
}
.map li a{
	display:block;
	background:url(../img/ico4.png) no-repeat;
	height:13px;
	width:14px;
	color:#fff;
	font-size:9px;
	text-align:center;
	padding-top:1px;
	cursor:pointer;
}
.map li a:hover{text-decoration:none;}
.map .one{
	top:44px;
	left:85px;
}
.map .two{
	top:50px;
	left:123px;
}
.map .three{
	top:72px;
	left:83px;
}
.map .four{
	top:76px;
	left:115px;
}
.map .five{
	left:111px;
	top:141px;
}
.map .six{
	top:139px;
	left:153px;
}
.map .seven{
	top:18px;
	left:172px;
}
.map .eight{
	top:45px;
	left:161px;
}
.map .nine{
	top:51px;
	left:188px;
}
.map .ten{
	top:92px;
	left:228px;
}
.map .eleven{
	top:68px;
	left:332px;
}
.map .eleven2{
	top:108px;
	left:21px;
}
/*.map li div{display:none;}*/
.main-column .link{
	color:#13a4d0;
	text-decoration:underline;
}
.main-column .link:hover{text-decoration:none;}
/*INNER3 PAGE*/
.download{
	margin:0;
	padding:0;
	list-style:none;
}
.download li{
	overflow:hidden;
	height:1%;
	background:url(../img/border2.gif) repeat-x;
	margin-top:7px;
	padding:20px 0 13px;
}
.download li:first-child{
	background:none;
	padding-top:0;
}
.download .visual{
	float:left;
	width:71px;
}
.download .info{
	float:right;
	width:368px;
}
.main-column .download p{margin-bottom:8px;}
.download .link{
	color:#023f88;
	padding-left:25px;
	background:url(../img/ico5.gif) no-repeat;
	text-decoration:none;
}
.download .link:hover{text-decoration:underline;}
/*INNER4 PAGE*/
.inner4 fieldset{
	overflow:hidden;
	height:1%;
	padding-bottom:21px;
	background:url(../img/border2.gif) repeat-x 0 100%;
}
.inner4 fieldset label{
	float:left;
	padding:5px 0 0;
	margin:0;
	color:#666;
	font-weight:bold;
	width:95px;
}
.inner4 fieldset select{
	float:left;
	padding:0;
	margin:0;
	width:144px;
	color:#999;
}
.inner4 .events{
	margin:13px 0 0;
	padding:0;
	list-style:none;
	line-height:23px;
}
.inner4 .events li{
	overflow:hidden;
	width:100%;
}
.inner4 .events span{
	float:left;
	width:97px;
}
.inner4 .events a{
	float:right;
	width:343px;
	font-weight:bold;
	color:#013e81
}
.inner4 .events a.active{text-decoration:underline;}

.download-list td{
	margin:0;
	padding:2px 6px 2px 0px;	
}

#visbutton{
	top:20px;
	left: 20px;
	z-index:100;
	position:relative;	
}

.select-categorie{
	margin:0 0 20px;	
}

.select-categorie label{
	width:140px;	
}

.select-categorie select{
	width:200px;
}

.visbutton{
	padding:35px 25px;
	display:block;
	width:100px;
	height:80px;
	background:url(../img/visbutton.png) no-repeat;
	text-align:center;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	-webkit-transform: rotate(15deg);
	   -moz-transform: rotate(15deg);
		 -o-transform: rotate(15deg);
	 	-ms-transform: rotate(15deg);
			transform: rotate(15deg);
	-webkit-transition: all 200ms ease-in-out;
	   -moz-transition: all 200ms ease-in-out;
	 	 -o-transition: all 200ms ease-in-out;
			transition: all 200ms ease-in-out;
}

.visbutton:hover{
	text-decoration:none;	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
	 	-ms-transform: rotate(0deg);
			transform: rotate(0deg);
}
/* Archief, bijna hetzelfde als inner4, maar met andere classnamen, ivm templateenging */

.archief fieldset{
	overflow:hidden;
	height:1%;
	padding-bottom:21px;
	background:url(../img/border2.gif) repeat-x 0 100%;
}
.archief fieldset label{
	float:left;
	padding:5px 0 0;
	margin:0;
	color:#666;
	font-weight:bold;
	width:95px;
}
.archief fieldset select{
	float:left;
	padding:0;
	margin:0;
	width:144px;
	color:#999;
}
.archief .archiveevents{
	margin:13px 0 0;
	padding:0;
	list-style:none;
	line-height:23px;
}
.archief .archiveevents li{
	overflow:hidden;
	width:100%;
}
.archief .archiveevents span{
	float:left;
	width:97px;
}
.archief .archiveevents a{
	float:right;
	width:343px;
	font-weight:bold;
	color:#013e81
}
.archief .archiveevents a.active{text-decoration:underline;}


/*INNER5 PAGE*/
.inner5 .events{
	margin:0;
	list-style:none;
	padding:15px 0 0;
	background:url(../img/border2.gif) repeat-x;
}
.inner5 .events li{
	overflow:hidden;
	width:100%;
	margin-bottom:14px;
}
.inner5 .events p{margin-bottom:3px;}
.inner5 .events a{
	color:#023f88;
	font-weight:bold;
}
.inner5 .events .visual{
	float:left;
	width:130px;
	padding-right:22px;
	line-height:18px;
}
.inner5 .events .visual span,
.inner5 .events .visual strong,
.inner5 .events .visual a{display:block;}
.inner5 .events .info{
	float:right;
	width:288px;
}
/*INNER6 PAGE*/
.gegevens{margin-top:30px;}
.gegevens strong{
	display:block;
	margin-bottom:13px;
}
.gegevens label, .gegevens input, .gegevens select, .gegevens textarea{float:left;}
.gegevens div{
	overflow:hidden;
	height:1%;
	margin-bottom:12px;
	margin-top: 10px;
}
.gegevens label{
	width:150px;
	color:#666;
	line-height:16px;
	padding:0;
}
.gegevens input{
	width:198px;
	height:15px;
	padding:1px 5px 0;
	background:#fff;
	border:1px solid #ccc;
}
.gegevens .radio{
	margin:0;
	float:left;
}
.gegevens .radio input,
.gegevens .check ul input{
	width:13px;
	height:13px;
	padding:0;
	margin:0 5px 0 0;
	border-style:none;
}
.gegevens .radio label,
.gegevens .check ul label{
	width:auto;
	line-height:12px;
	margin-right:20px;
}
.gegevens .red-inp-text{
	border-color:#ed171f;
	color:#ed171f;
	background:#fde7e8;
}
.gegevens .postcode-inp{width:117px;}
.gegevens textarea{
	width:224px;
	border:1px solid #ccc;
	height:96px;
	padding-left:5px;
}
.gegevens select{
	width:144px;
	color:#999;
}
.gegevens .formulier{
	margin:0 0 40px 150px;
	float:none;
	background:#eee;
	border-style:none;
	font-weight:bold;
	color:#ed171f;
	display:block;
	width:200px;
	height:17px;
}
.main-column a.versturen{
	margin:0 10px 0 150px;
}
.gegevens .date{
	margin:0;
	float:left;
}
.gegevens .date input{
	width:29px;
	margin:0 5px 0 0;
	color:#999;
}
.gegevens .check{margin-bottom:2px;}
.gegevens .check ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.gegevens .check li{
	overflow:hidden;
	margin-bottom:10px;
	width:100%;
}
.main-column .gegevens a.btn, a.component_button{
	font-size:12px;
	line-height:19px;
	text-decoration: none;
	color: #ffffff;
}
.gegevens .btn span{margin:0 0 0 6px;}
.gegevens .upload{margin-top:-2px;}
.gegevens .upload input{
	width:130px;
	color:#999;
	margin-top:2px;
}
.gegevens .upload .btn{
	margin-left:5px;
	padding:0 0 0 8px;
}
.gegevens .upload .btn span{margin-left:3px;}

.gegevens .sterretje {
	margin-left: 150px;
}

/*INNER10 PAGE*/
.inner10 .events div{
	background:url(../img/border2.gif) repeat-x;
	padding:14px 0 16px;
}
.inner10 .events .first{background:none;}
.inner10 .events strong,
.inner10 .events span{display:block;}
.inner10 .events a{color:#023f88;}
.inner10 .events p{margin-bottom:8px;}



/* Zoekresultaten, net als INNER10 PAGE maar dan andere classnaam */

.zoekresultaten .events div{
	background:url(../img/border2.gif) repeat-x;
	padding:14px 0 16px;
}
div.zoekresultaten div.events .first{background:none;}
div.zoekresultaten div.events strong,
div.zoekresultaten div.events span{display:block;}
div.zoekresultaten div.events a{color:#023f88;}
div.zoekresultaten div.events p{margin-bottom:8px;}


.page{
	margin:40px auto 0;
	padding:0;
	list-style:none;
	width:188px;
	overflow:hidden;
}
.page li{
	float:left;
	padding-left:1px;
}
.page a{
	float:left;
	font-size:12px;
	font-weight:bold;
	width:17px;
	height:19px;
	padding:1px;
	text-align:center;
	line-height:19px;
}
.page a:hover{
	text-decoration:none;
	border:1px solid #c6c6c6;
	padding:0;
	color:#fff;
	background:#333;
}
.page a.active{
	color:#333 !important;
	/* background:none !important; */
	border:1px solid #c6c6c6 !important;
	padding:0;
}
.page .arrow{
	text-indent:-9999px;
	overflow:hidden;
	padding:0;
	margin-top:7px;
	height:7px;
	width:4px;
}
.page .prew.active{
	background:url(../img/separator5.gif) no-repeat;
	margin-right:5px;
	border:none;
}
.page .next.active{
	background:url(../img/separator4.gif) no-repeat;
	margin-left:9px;
	border:none;
}
.page .prew:hover, .page .next:hover,
.page .next.active, .page .next.active{border-style:none;}
.page .next:hover{background:url(../img/separator4.gif) no-repeat;}
.page .prew:hover{background:url(../img/separator5.gif) no-repeat;}
/*INNER11*/
.inner11 .events{
	overflow:hidden;
	width:100%;
	background:url(../img/border2.gif) repeat-x;
	padding:16px 0 30px;
	list-style: none;
}
.inner11 .first{
	background:none;
	padding-top:0;
}
.inner11 .visual{
	float:left;
	width:147px;
	margin-right: 10px;
}
.inner11 .info{
	float:right;
	width:282px;
	position:relative;
}
.inner11 h3{
	margin:0;
	font-size:14px;
	margin:8px 0 10px;
	display: block;
	clear: both; 
}
.inner11 .info p{margin-bottom:10px;}
.inner11 .info span{color:#666;}
.inner11 .events a{
	color:#023f88;
	text-decoration:underline;
}
.inner11 .events a:hover{text-decoration:none;}
.inner11 .page{margin-top:15px;}
/*INNER12 PAGE*/
.inner12 h2{margin-top:13px;}
.right-image{
	float:right;
	margin-left:10px;
}
.inner12 .link{
	margin-top:-14px;
	line-height:18px;
}
.inner12 .link a{
	display:block;
	text-decoration:underline;
	color:#023f88;
}
.inner12 .link:hover{text-decoration:none;}
/*SIDEBAR RIGHT*/
.content-holder .sidebar{
	float:right;
	width:220px;
	padding:0 4px 0 0;
	margin:10px 0 0;
	background:none;
}
.content-holder .sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar p{
	margin:0 0 11px;
	line-height:18px;
}
.sidebar img{
	display:block;
	margin-bottom:13px;
}
.sidebar h3{
	margin:17px 0 8px;
	padding-top:13px;
	background:url(../img/border2.gif) repeat-x;
	color:#023f88;
	line-height:26px;
	font-size:16px;
	font-weight:normal;
}
.sidebar .makreel-h{
	background:none;
	margin:0 0 3px;
	padding:0;
}
.sidebar a{
	color:#023f88;
	font-weight:bold;
}
.sidebar .print{
	text-align:right;
	margin-bottom:13px;
}
.sidebar .print a{
	background:url(../img/ico2.gif) no-repeat;
	padding:3px 0 3px 28px;
	font-weight:bold;
	color:#333;
}
.sidebar .downloads a{
	background:url(../img/ico3.gif) no-repeat;
	font-weight:normal;
	padding:4px 0 0 29px;
	line-height:23px;
	color:#333;
}
.sidebar .evenementen li{
	overflow:hidden;
	width:100%;
	line-height:17px;
	vertical-align:top;
	height:1%;
	margin-bottom:7px;
}
.sidebar .evenementen span{
	float:left;
	width:60px;
}
.sidebar .evenementen a{
	float:right;
	width:139px;
}
.sidebar .evenementen a.active{text-decoration:underline;}
/*BREADCRUMBS*/
.breadcrumb{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:11px;
	left:11px;
}
.breadcrumb li{
	display:inline;
	background:url(../img/separator4.gif) no-repeat 0 50%;
	padding:0 7px 0 15px;
	font-weight:bold;
}
.breadcrumb li:first-child{background:none;}
.breadcrumb a{
	color:#666;
	font-weight:normal;
	text-decoration: none;
}
/*FOOTER*/
.footer-holder{
	background:#fdfdfd url(../img/footer-bg.gif) repeat-x;
	min-width:948px;
	margin-top:25px;
	min-height:190px;
}
#footer{
	width:940px;
	padding:0 4px;
	margin:0 auto;
	overflow:hidden;
}
#footer .visual{
	float:left;
	width:100px;
	padding-left:15px;
}
#footer .info{
	float:right;
	color:#fff;
	text-align:right;
	padding-top:25px;
}
#footer .info ul{
	margin: 0 0 15px;
	overflow: hidden;
	padding: 13px 0 0 0;
	line-height:21px;
	list-style:none;
}

#footer .info li.rss {
	background:url(../img/ico1.gif) no-repeat 0 50%;
	padding-left: 26px;
}
#footer .info li.twitter {
	background:url(../img/ico-twitter.gif) no-repeat 0 50%;
	padding: 0;
}

#footer .info li.twitter a {
	display: block;
	height: 22px;
	width: 23px;	
}

#footer .info li.twitter a:hover {
	text-decoration: none;
}
	
#footer .info li.twitter a span {
	position: relative;
	left: -9999px;
}

#footer .info li{
	background:url(../img/separator3.gif) no-repeat 6px 50%;
	display: inline-block;
	float: left;
	line-height: 22px;
	padding-left:17px;
}

/* F4 PUSHBOX */
div.pushbox,
div.pushbox div.pushbox_viewport,
div.pushbox div.pushbox_slide {
	width: 940px;
	height: 250px;
}

div.pushbox {
	position: relative;
	margin-left:4px;
}

div.pushbox ul.pushbox_nav {
	position: absolute;
	top: 20px;
	right: 0;
	background: url(../img/bg_pushbox_nav.png) repeat-y;
	width: 188px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #023f88;
}

div.pushbox ul.pushbox_nav li {
	list-style-type: none;
}

div.pushbox ul.pushbox_nav li a {
	display: block;
	width: 148px; /* 228px */
	border-top: 1px solid #4874ab;
	padding: 9px 20px;
	font-size: 1.25em;
	color: #ffffff;
}

div.pushbox ul.pushbox_nav li a:hover {
	text-decoration: none;
}

div.pushbox ul.pushbox_nav li a:hover,
div.pushbox ul.pushbox_nav li.active a,
div.pushbox ul.pushbox_nav li.active a:hover {
	background: #ffffff url(../img/ico_arrow_pushbox.gif) no-repeat 95% 50%;
	color: #023f88;
}

div.pushbox div.pushbox_viewport {
	position: relative;
	overflow: hidden;
}

div.pushbox div.pushbox_slide {
	position: absolute;
	top: 0;
	left: 0;
}

div.pushbox div.pushbox_slide img {
	position: absolute;
	top: 0;
	left: 0;
}

div.pushbox div.pushbox_slide div.pushbox_textbox {
	position: absolute;
	top: 40px;
	left: 20px;
}

div.pushbox div.pushbox_slide div.pushbox_textbox div.pushbox_textbox_top,
div.pushbox div.pushbox_slide div.pushbox_textbox div.pushbox_textbox_middle,
div.pushbox div.pushbox_slide div.pushbox_textbox div.pushbox_textbox_bottom {
	float: left;
	clear: both;
	width: 248px;
}

div.pushbox div.pushbox_slide div.pushbox_textbox div.pushbox_textbox_top {
	background: url(../img/bg_pushbox_textbox_top.png) no-repeat;
	height: 9px;
}

div.pushbox div.pushbox_slide div.pushbox_textbox div.pushbox_textbox_middle {
	background: url(../img/bg_pushbox_textbox_middle.png) repeat-y;
	width: 200px; /* 248px */
	height: 165px; /* 175px */
	padding: 5px 27px 5px 21px;
}

div.pushbox div.pushbox_slide div.pushbox_textbox div.pushbox_textbox_bottom {
	background: url(../img/bg_pushbox_textbox_bottom.png) no-repeat;
	height: 13px;
}

div.pushbox div.pushbox_slide div.pushbox_textbox h2 {
	margin: 0 0 0.5em;
	font-size: 2em;
	color: #023f88;
}

div.pushbox div.pushbox_slide div.pushbox_textbox p {
	margin: 0 0 1em;
	line-height: 1.637em;
}

div.pushbox div.pushbox_slide div.pushbox_textbox ul {
	margin: 0;
	padding: 0 0 0 1.25em;
	color: #0372ba;
}

div.pushbox div.pushbox_slide div.pushbox_textbox ul li {
	padding: 0 0 0.5em;
}

div.pushbox div.pushbox_slide div.pushbox_textbox ul li a {
	font-weight: bold;
	color: #0372ba;
}
/* Forms */
form legend {
	display: none;
}

input, textarea, select {
	font-family:arial,sans-serif;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	vertical-align:middle;
}

div.f22_report_recipe_of_the_week form label,
div.f22_report_recipe_of_the_week form p.label {
	width: 150px;
	margin: 0 20px 0 0;
	font-weight: bold;
	color: #333333;
	display: block;
	float: left;
}

div.f22_report_recipe_of_the_week form input, 
div.f22_report_recipe_of_the_week form textarea, 
div.f22_report_recipe_of_the_week form select, 
div.f22_report_recipe_of_the_week form div.inputgroup {
	margin:0 0 1em;
}

div.f22_report_recipe_of_the_week form input {
	height:16px;
	width:204px;
}

div.f22_report_recipe_of_the_week form div.inputgroup label {
	height:auto;
	margin:0 1.5em 0 0;
}

form fieldset div.inputgroup input, form fieldset div.inputgroup label {
	float:left;
	width:auto;
}

div.f22_report_recipe_of_the_week form div.inputgroup {
	height:20px;
}

div.f22_report_recipe_of_the_week form label, 
div.f22_report_recipe_of_the_week form p.label {
	color:#333333;
	font-weight:bold;
	margin:0 20px 0 0;
	width:150px;
}

form fieldset label, form fieldset p.label, form fieldset p.filled_out {
	padding:0.1em 0 0;
}

div.f22_report_recipe_of_the_week form div.inputgroup input {
	margin:0.25em 0.75em 0 0;
}
div.f22_report_recipe_of_the_week form select {
	color:#000000;
	height:20px;
	width:212px;
}

.verstuur {
	margin:0 10px 0 170px;
}

.component_button span {
	margin: 0;
}

.clear {
	clear: both;
	height: 0px;
}

/* F25 */
div.shadowbox-template {
  clear: both;
}

div.hidden {
  display: none;
}

img.box_imgsmall_thumb {
  float: left;
  margin-right: 10px;
  width: 80px;
}

/* f31_product_list */
div.f31_product_list form fieldset {
    float: left;
    margin: 0 10px 0 0;
}

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

ul.product_list li {
    display: inline-block;
    width: 100%;
    background: url(../img/border2.gif) repeat-x left bottom;
    padding: 10px 0 0;
}

ul.product_list li a {
    text-decoration: none;
}

ul.product_list li h3 {
    margin-top: 0;
}

ul.product_list li img {
    float: left;
    margin: 0 10px 20px 0;
    display: inline-block;
}

ul.product_list div.product_details {
    margin-bottom: 10px;
}

ul.product_list div.product_details p {
    margin-bottom: 0;
}

ul.product_list div.product_details a {
    display: inline-block;
    margin-top: 10px;
}

/* f32_product_information */
div.f32_product_information .component_button span {
    background-position: right top;
    padding-right: 10px;
}

div.addthis_toolbox {
	float: right;
	display: inline-block;
}


.watch-video{
	position:absolute;	
	right:0;
	top:9px;	
}

