﻿/*
Designed by <theFactor.e>
http://www.tfe.nl
Created by: Ludo Brink
*/
body {
	margin:0px;
	/*background-image:url(/images/new/bg_body.png);
	background-repeat:repeat-x;*/
	font-family:Arial;
	font-size:12px;
	color:#333;
	line-height:120%;
}

strong {
	font-weight:bold;
}
a {
	text-decoration:underline;
	color:#FF6600;
}
a:hover {
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}

/* Clearfix alle browsers */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* IE */
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
/* IE6 */
*html .clearfix {
    height: 1%;
}
/* PNG Fix voor IE6 */
*html img {
	behavior:url("iepngfix.htc");
}

.wrapper {
	width:967px;
	min-height:605px;
	margin:0px;
	background-repeat:repeat-x;
	padding: 0px;
}
.wrapper .logo {
	background-color: #FFD9BF;
	padding-left:19px;
	width:158px;
	height:246px;
}
.wrapper .logo img {
	width:158px;
	height:246px;
}
.wrapper .menu {
	height:27px;
/*	overflow: hidden;*/
	background-color: #FF6600;
	width: 783px;
	padding-left: 7px;
	padding-top: 7px;
	margin-top: 31px;
	position: relative;
	z-index: 10;
}

#menuWrapper, #menuWrapper ul#topMenu
{
	position: relative;
}

.wrapper .menu #topMenu {
	width: 560px;
	padding-left: 27px;
}

.wrapper .menu #topMenu li {
	background: #FF6600 url(/images/new/btn_menu_left.png) no-repeat scroll top left;
	float: left;
	padding-left: 7px;
	margin-right: 7px;
	width: auto !important;
	height: 27px;
}

.wrapper .menu #topMenu li.active {
	background-image: url(/images/new/btn_menu_left_active.png);
}

.wrapper .menu #topMenu a {
	background: #FF6600 url(/images/new/btn_menu_right.png) no-repeat scroll top right;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height: 21px;
	display: block;
	width: auto !important;
	padding: 3px 7px 3px 0px;
}

*html .wrapper .menu #topMenu a {
	display: inline-block;
}

.wrapper .menu #topMenu a.active {
	background-image: url(/images/new/btn_menu_right_active.png);
}

.wrapper .menu .zoeken {
	font-weight:bold;
	color:white;
	padding:0px 5px 0px 0px;
}

.wrapper .menu .zoeken label, .wrapper .menu .zoeken input.box, .wrapper .menu .zoeken a.button {
	float: left;
	margin-top: 1px;
	display: inline;
}

.wrapper .menu .zoeken label {
	padding-top: 2px;
}

.wrapper .menu .zoeken input.box {
	padding:2px 2px 1px 2px;
	color:#333;
	width:110px;
	margin-left: 6px;
	margin-right: 5px;
}
.wrapper .menu .zoeken a.button {
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	width: 20px;
}
*html .wrapper .menu .zoeken a.button {
	vertical-align: top;
}

.wrapper .flashContent
{
	position: relative;
	z-index: 9;
}

.wrapper .flashContent, .wrapper .flashObject {
	height:181px;
}
.wrapper .flashContent .homeImage img{
	width:790px;
	height:181px;
}


.wrapper .flashContent .flashEdit
{
	position: absolute;
	z-index: 51;
	top: 100px;
	left: 100px;
	background-color: White;
}

.wrapper .homeContent {
	border-bottom:solid 1px #FF6600;
	margin-left:0px;
	padding:0px 0px;
}

.homeContent .left {
	padding-top: 14px;
}

.wrapper .col-type1 {
	width:151px;
	padding-left: 26px;
	background-color: #FFD9BF;
	height: 359px;
	position: relative;
	padding-top: 20px;
}

.wrapper .col-type1 .flags {
	position: absolute;
	bottom: 15px;
	left: 24px;
}

.wrapper .col-type2, .wrapper .col-type3, .wrapper .col-type4 {
	margin-left: 32px;
	margin-right: 23px; 
	width: 210px;
	height: 359px;
	position: relative;
}

*html .wrapper .col-type2 {
	margin-right: 20px;
}

.wrapper .col-type3 {
	margin-right: 0px !important;
}



.wrapper .homeContent .adres {
	font-size:11px;
}
.wrapper .homeContent .adres p {
	padding:1px 1px 4px 1px;
}
.wrapper .homeContent .adres a {
	color:#333;
	text-decoration:none;
}
.wrapper .homeContent .adres a:hover {
	text-decoration:underline;
}

.wrapper .homeContent .teaser strong {
	display:block;
	color: #000066;
}
.wrapper .homeContent .teaser p {
	padding:0px 1px 9px 1px;
}
.wrapper .homeContent .teaser img {
	margin:4px 1px;
}

.wrapper .homeContent .meer a {
	display: block;
	padding-left: 16px;
	background: transparent url(/images/new/pijl_home.gif) no-repeat scroll top left;
	font-size: 100%;
	position: absolute;
	bottom: 10px;
	left: 0px;
}

.wrapper .footer {
	margin-left:19px;
	color:#FF6600;
	padding-top:9px;
	text-align:right;
	height: 40px;
	position: relative;
}
.wrapper .footer .nav a {
	color:#FF6600;
	font-size:11px;
	text-decoration:none;
}
.wrapper .footer .nav a:hover {
	text-decoration:underline;
}

.wrapper .ticker {
	font-size: 11px;
	font-weight: bold;
	width: 700px;
	display: block;
	position: absolute;
	left: 211px; 
	top: 8px;
	background-color: white;
}

.wrapper .ticker .datum {
	float: left;
	padding-right: 6px;
	margin-right: 6px;
	border-right: solid 1px #9F9F9F;
	background-color: white;
	color: #ff6600;
}
.wrapper .ticker .event {
	color: #000066;
	float: left;
	background-color: white;
}

.wrapper .ticker .event a{
	text-decoration: none;
	color: #000066 ;
	background-color: white;
}

.wrapper .ticker .event a:hover{
	text-decoration: underline;
}

/* Authoring Mode */
.authoring .meer, .authoring .meer a
{
	position: static;
}

.authoring .flashContent
{
	position: absolute;
	z-index: 50;
	top: 40px !important;
	left: 180px !important;
}
*html .authoring .flashContent
{
	top: 0 !important;
	display: block;
	position: relative;
	float: none;
}


.authoring .flashContent img
{
	width: auto !important;
	height: auto !important;
}

/* Fix for IE6 bug in editing */
.authoring .col-type2, .authoring .col-type3, .authoring .col-type4 {
	position: static;
}

.channelSelectorLink {
	position: static !important;
}

*html #newsTicker
{
	position: relative !important;
	left: 34px !important;
	width: 780px !important;
	height: 18px !important;
}
*html .menu
{
	margin-top: 13px !important;
}

/* Homepage banner for research opening */
#enq-bg {
	position: absolute;
	margin-left: -10px;
	margin-top: 155px;
}
.enq-start {
	background-color: #F0F0F6;
	position: absolute;
	width: 228px;
	height: 345px;
	margin-left: -20px;
	padding: 10px;
	background-image: url(/images/form_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
*html .enq-start {
	width: 226px;
}
.enq-start h3 {
	font-size: 15px;
	color: #000066;
	font-family: arial;
	font-weight: bold;
	line-height: 110%;
	margin-bottom: 5px;
}
.enq-start p {
	width: 210px;
	padding: 5px 0px 10px 0px;
}
.enq-start a.start {
	display: block;
	width: 95px;
	height: 20px;
	background-image: url(/images/btn_jaikdoemee.png);
}
.enq-start a.start:hover {
	background-position: left -20px;
}
.enq-start a.start span {
	display: none;
}

/* enquete */
.research {
	position: absolute;
	display: block;
	width: 790px;
	height: 560px;
	background-color: #FCFCFD;
	margin-left: 177px;
	margin-top: -560px;
	font-family: arial;
	overflow: hidden;
	background-image: url(/images/form_bg2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
*html .research {
	margin-top: -563px;
	height: 563px;
}
.research .research-top {
	background-color: #F0F0F6;
	overflow: hidden;
	padding: 15px 20px;
}
.research .research-top h3 {
	font-weight: bold;
	font-size: 1.5em;
	color: #000066;
	padding: 2px 0px 5px 0px;
}
.research .research-top p {
	padding: 5px 60px 5px 0px;
}
.research .research-top a.btn {
	display: block;
	width: 27px;
	height: 20px;
	float: right;
	background-image: url(/images/btn_close_research.jpg);
	background-repeat: no-repeat;
}
.research .research-top a.btn:hover {
	background-position: left -20px;
}
.research .row {
	padding-bottom: 14px;
}
.research .label {
	float: left;
	color: #000066;
	font-weight: bold;
	padding-right: 10px;
}
.research select {
	font-size: 1em;
}
.research table {
	margin-top: 3px;
}
.research table tr td {
	text-align: center;
	padding: 1px 0px;
}
.research td.textLeft {
	text-align: left;
	padding-right: 5px;
}	
.research .leftPanel {
	border-right: solid 3px #F0F0F6;
	width: 360px;
	/*height: 448px;*/
	float: left;
	padding: 15px 0px 10px 15px;
	overlfow: hidden
}
.research .rightPanel {
	float: left;
	padding: 15px 0px 10px 15px;
	width: 360px;
}
.research input {
	margin: 0px 4px 0px 4px;
}
.research textarea.suggestions {
	background-color: #FFF;
	width: 300px;
	height: 75px;
	border: solid 1px #7F9DB9;
	margin-top: 5px;
	overflow: auto;
}
.research .checkbox,
.research .radiobox,
.research .formfields {
	margin-top: 5px;
}
*html .research input {
	margin: -4px 0px 0px 0px;
}
*+html .research input {
	margin: -4px 0px 0px 0px;
}
*+html .research .checkbox input {
	margin: -3px 0px 0px -4px;
}
.research .join {
	margin: 5px 0px;
}
.research .opinion .item {
	margin-bottom: 2px;
}
.research .formfields .notes {
	font-size: 0.8em;
	width: 240px;
	margin-top: 10px;
}
.research .formfields label {
	float: left;
	width: 91px;
	padding: 4px 0px 4px 0px;
}
.research input.tb, .research select, .research textarea {
	border: solid 1px #7F9DB9;
	padding: 1px;
	margin: 2px 0px;
}
.research select {
	position: relative;
	top: -2px;
}
.research input.tb {
	width: 165px;
}
.research textarea{
	width: 290px;
}
.research input.other {
	width: 130px;
	vertical-align: middle;
}
.research input[type=radio] {
	vertical-align: middle;
}
.research .btn-send-research {
	margin-left: 300px;
}
.research .btn-send-research a.verstuur {
	display: block;
	width: 70px;
	height: 20px;
	background-image: url(/images/btn_send_research.png);
	background-repeat: no-repeat;
}
.research .btn-send-research a.verstuur:hover {
	background-position: left -20px;
}
.research .btn-send-research a.verstuur span {
	display: none;
}