
/* ============================================================	*/ 
/* ========	HTML STANDAARDEN  	===============================	*/
/* ============================================================	*/ 

html {
	height:100%;
	width:100%;
	overflow: -moz-scrollbars-vertical;
	font-size:11px;	
	line-height: 18px;
}

body {
	margin:0 0 0 0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#FFF;
}

body, table, th, td, input, textarea, select {
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	color:#636466;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0;
	font-weight:normal;
}
	
a {
	color: #666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	margin-bottom:1px;
	font-size:1.4em;
	color:#EE2E24;
	font-weight:normal;
	border-bottom:1px solid #B1B1B2;
}
h2 {
	margin-bottom:1px;
	color:#EE2E24;
	font-size:14px;
	font-weight: bold;
	line-height: 24px;
	border-bottom:1px solid #E1E1E2;
	margin-bottom: 6px;
}
.menuColl h2 {
	margin-bottom:1px;
	color:#444;
	font-size:14px;
	font-weight: bold;
	line-height: 24px;
	border-bottom:0px solid #E1E1E2;
	margin-bottom: 6px;
}

.mainColl h1 {
	margin-bottom:1px;
	color:#444;
	font-size:16px;
	font-weight: bold;
	line-height: 24px;
	border-bottom:1px solid #E1E1E2;
	margin-bottom: 6px;
}

h1 a, h2 a {}
h1 a:hover, h2 a:hover {}
h3 {font-size:1.0em;font-weight:bold;}
h4 {font-size:11px;}
h5 {font-size:11px;font-weight:bold; padding-left: 15px;}
h6 {font-size:0.7em;}	
p {}
img {border:none;}
ol {margin:0;padding:0;}
ul,
li {margin:0;padding:0;list-style:none;}
div.mainColl ol li {list-style: decimal; }
div.mainColl ol {padding: 0 0 0 20px; }
div.mainColl ul li 
{
    list-style: none;
    list-style-position:inherit;
	background: url(../layout/arrow.png) no-repeat 0px 7px; 
    padding-left: 12px;
    margin-left: 8px;
    }
div.mainColl ul {padding: 0 0 10px 0; }

form {margin:0;}
label {}
.cB {clear:both;font-size:1px;}
fieldset {
	border:none;
	margin:0;
	padding:0;
	}
address {
	font-style:normal;
	}
/* ============================================================	*/ 
/* ========	CONTAINER		  	===============================	*/
/* ============================================================	*/ 

.container {
	position:relative;
	margin:0 auto 0 auto;
	width:961px;
	min-height:100%;
	height:100%;
	text-align:left;
	background-color:#FFF;
	background:#FFF url(../layout/shadow_back.gif) no-repeat left top;
	}

.aliesDetail ul {
	padding-left: 0px;
	list-style: none;
}

.aliesDetail ul li 
{
		margin-left: 12px;
		padding-left: 5px;
}

html>body .container {
    height:auto;
	}
/* ============================================================	*/ 
/* ========	CONTENTBLOCK		===============================	*/
/* ============================================================	*/

div.contentBlock {
	width:923px;
	overflow:hidden;
	margin:0 19px;
	padding:0;
	}

/* ============================================================	*/ 
/* ========	HEADER				===============================	*/
/* ============================================================	*/

div.header {
	height:83px;
	}
.logo {
	position:absolute;
	top:10px;
	left:29px;
	width:207px;
	height:61px;
	z-index:10;
	}
.logo img {display:block;}
.printLogo {display:none;}
	
/* ============================================================	*/ 
/* ========	TOP NAVIGATIE		===============================	*/
/* ============================================================	*/

.topNav {
	float:right;
	padding-top:0;
	}
.topNav ul {}
.topNav li {
	float:left;
	}
.topNav li.first {border-left:none;}
.topNav a {
	font-size: 9px;
	padding:0 5px;
	color:#636466;
	text-decoration:none;
	border-left:1px solid #636466;
	}
.topNav li.first a {border-left:none;}
.topNav a:hover {
	text-decoration:underline;
	}

/* ============================================================	*/ 
/* ========	TOPSEARCH			===============================	*/
/* ============================================================	*/

form.topSearch {
	position:absolute;
	top:55px;
	right:10px;
	width:250px;
	height:17px;
	z-index:100;
	text-align:right;
	color:#414042;
	font-size:10px;
	}

.topSearch div {
	float:left;
	height:15px;
	margin-right:10px;
	line-height:17px;
	font-weight:bold;
	}
	.topSearch input {float:left;margin-right:10px;}
	.topSearch input.typeText {height:16px;width:170px;}
	
/* ============================================================	*/ 
/* ========	NAVIGATION			===============================	*/
/* ============================================================	*/

.headnav {
	height:26px;
	width:923px;
	margin-bottom:20px;
	overflow:hidden;
	background:#104A7D url(../layout/headnav-back.gif) repeat-x left top;
	line-height: 18px;
	}
.headnav ul {}
.headnav li {
	float:left;
	}
.headnav li.first {}
.headnav a {
	display:block;
	font-size:13px;
	color:#FFF;
	padding:4px 14px;
	border-left:1px solid #20374B;
	border-right:1px solid #A0B7CB;
	}
.headnav a:hover,
.headnav a.active {
	background:#EE2E24 url(../layout/headnav-hover.gif) repeat-x left top;
	border-right:1px solid #FABCB9;
	text-decoration: none;
	}
.headnav li.first a:hover,
.headnav li.first a.active {
	border-left:1px solid #EE2E24;
	}

/* ============================================================	*/ 
/* ========	BREADCRUMB			===============================	*/
/* ============================================================	*/

#BreadCrumb { 
	display:block;
	font-size:10px;
	margin:-15px 0 0 10px;
	padding:0;
	width:640px;
}
#BreadCrumb a { text-decoration: underline; }
#BreadCrumb a:hover { text-decoration: none; }

	
/* ============================================================	*/ 
/* ========	KOLOMMEN		  	===============================	*/
/* ============================================================	*/ 

.mainContent {
	position:relative;
	margin:20px 10px;
	width:903px;
	overflow:hidden;
	}
body.homepage .mainContent {margin-left:0px;}
.menuColl {
	position:relative;
	float:left;
	width:210px;
	margin-right:20px;
	
	}
.mainColl {
	position:relative;
	float:left;
	width:441px;
	margin-right:11px;
	border-right: 1px solid #ECECEC;
	padding-right: 10px;
	}
.sideColl {
	position:relative;
	float:left;
	width:210px;
}
	
.wideColl {
	float:left;
	width:675px;
	overflow:hidden;
	margin-right:15px;
}
	
.Overlay {
	width:675px;
	left: 0px;
}

.homepage_nieuws {
	float: left;
	clear: both;
	padding: 15px;
	width: 640px;
}

.homepage_nieuws ul {
	width: 300px;
	float: left;
	margin-right: 20px;
}

.homepage_nieuws li {
	clear:both;
	display:block;
	margin-bottom:15px;
	min-height:38px;
}

.nieuws_datum {
	background:transparent url(../layout/nieuws_datum.gif) no-repeat scroll left top;
	clear:right;
	color:white;
	display:block;
	float:left;
	height:40px;
	line-height:14px;
	margin-right:10px;
	padding:4px 0 0;
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	width:36px;
}

.homepage_inleiding {
	padding: 16px 10px 10px 16px; 
	margin-right: 12px; 
	float: left; 
	width: 299px;
}

.homepage_inleiding a {
	color:#EE2E24;
	text-decoration:none;
	background: transparent url(../layout/arrow.png) no-repeat scroll 2px 4px;
	padding-left: 11px;
}

.homepage_inleiding a:hover {
	color:#EE2E24;
	text-decoration:underline;
}

.homepage_participanten {
	padding: 16px 10px 10px 16px; 
	margin-right: 12px; 	
}

.homepage_participanten a {
	color:#EE2E24;
	font-size: 10px;
	text-decoration:none;
	background: transparent url(../layout/arrow.png) no-repeat scroll 3px 3px;
	padding-left: 10px;
}

.homepage_participanten a:hover {
	color:#EE2E24;
	text-decoration:underline;
}

.homepage_participanten, .participanten_blok img {
	cursor: hand;
	cursor: pointer;
}

.overzicht_contact {
	font-size: 14px;
	line-height: 36px;
	padding-top: 10px;
}

.overzicht_contact img {
	float: right !important;
	padding-right: 82px;
}

.overzicht_contact span {
	color: #EE2E24;
}
.noMargin {
	margin:0;
}
.movieLink {margin-top:0px;}
.movieLink img {display:block;}
.BannerEvent{
position: absolute;
top: 10px; 
left: 260px; 
float: left; 
width: 468px;

}
/* ============================================================	*/ 
/* ========	MENU BLOCKEN  	===============================	*/
/* ============================================================	*/ 

.menu {
	margin-top:-2px;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
	border-bottom:1px solid #E1E1E2;
}

.menu li {
	width:210px;
	overflow:hidden;
	border-top:1px solid #E1E1E2;
}

.menu li a {
	position:relative;
	display:block;
	padding:3px 0;
	width:195px;
	color:#636466;
	padding-left:15px;
	border-bottom:0px solid #E1E1E2;
}

.menu li a:hover {
	color:#EE2E24;
	background-color:#F2F2F2;
}

.menu li.active a, 
.menu li.active a:hover {color:#FFF;background:transparent url(../layout/menu_back_open.gif) no-repeat 0px 5px;}


.menu li.hasSub {background:transparent url(../layout/hasSub_back.gif) no-repeat 0px 5px;}
/* .menu li.hasSub a:hover {background:transparent url(../layout/hasSub_back_hover.gif) no-repeat 0px 0px;} */


.menu li.open {
	color:#FFF;
	background:transparent url(../layout/hasSub_back_open.gif) no-repeat 0px 5px;
}
.menu li.open a {color:#FFF;}
.menu li.open a:hover {background:transparent url(../layout/hasSub_back_open.gif) no-repeat 0px 5px;}

.menu li .subMenu li {}
.menu li .subMenu li a {
	padding-left:25px;
	position:relative;
	width:185px;
	overflow:hidden;
	color:#636466;
	}
.menu li .subMenu li a:hover,
.menu li .subMenu li a.active {color:#EE2E24;background:#E6E7E8 url(../layout/dot_red.gif) no-repeat 15px 8px;
	}

.menu li .subsubMenu li {}
.menu li .subsubMenu li a {
	padding-left:35px;
	position:relative;
	width:175px;
	overflow:hidden;
	color:#000;
	}
.menu li .subsubMenu li a.inactive {color:#636466;background:#FFF url(../layout/dot_reddd.gif) no-repeat 25px 8px;
	}
.menu li .subsubMenu li a:hover,
.menu li .subsubMenu li a.active {color:#EE2E24;background:#F2F2F2 url(../layout/dot_red.gif) no-repeat 25px 8px;
	}
	
.mainVisual { margin-bottom: 1px; }
.mainVisual img {
	display:block;
	}
.negative {
	margin-top:-9px;
	}
/* ============================================================	*/ 
/* ========	LAYOUT BLOCKEN  	===============================	*/
/* ============================================================	*/ 
.block {
	margin-bottom:10px;
	padding-bottom:1px;
	border-bottom:0px solid #B1B1B2;
}

.block .content {
	padding:8px;
}

.block a {
	color: #EE2E24;
    text-decoration: underline;
	background: transparent url(../layout/arrow.png) no-repeat scroll 2px 13px;
}

.block a:hover {
	color:#EE2E24;
	text-decoration:underline;
}

.uitgelicht {
	padding-top: 46px;
}

.contactblock {
	border:1px solid #D1D1D2;
	margin-bottom:17px;
	padding: 4px 10px 0 10px;
}

.contactblock h2 {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	font-weight: normal;
	border-bottom: 1px solid #D1D1D2;
	margin-bottom: 5px;
}

.contactblock img {
	margin: 6px 0;
}

.contactblock span a {
	background: transparent url(../layout/arrow.png) no-repeat scroll 2px 14px;
	padding:10px;
}

.contactblock span {
	font-size: 11px;
	display: block;
	line-height: 16px;
	font-weight: normal;
	border-top: 1px solid #D1D1D2;
	padding: 5px 0 0 0;
	margin-top: 10px;
}

.participanten_quote span,
.participanten_blok span {
	font-size: 11px;
	display: block;
	line-height: 16px;
	font-weight: normal;
	border-top: 1px solid #D1D1D2;
	padding: 5px 0 0 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

.participanten_quote a,
.participanten_blok a {
	background:url("../layout/arrow.png") no-repeat scroll 2px 14px transparent;
	padding:10px;
	color: #666666;
	text-decoration: none;
}

.intro {
	margin-bottom:15px;
}
	
.banner {
	margin-bottom:10px;
	padding-bottom:1px;
	border-bottom:none;
	}
.banner img {display:block;}

.blockTest 
{
	overflow:hidden;
	height:100%;
	margin-bottom:10px;
	padding-bottom:1px;
	font-size:11px;
  line-height:17px;
	border-bottom:1px solid #B1B1B2;
	}
/* -------- PAGEFOOTER --------------------------------------- */

.pageFoot {
	height:25px;
	position:absolute;
	top:2px;
	width:441px;
}

.pageFoot a {
	display:block;
	float:right;
	margin-left: 0px;
	padding:0 0 3px 10px;
	font-size:10px;
	color:#838486;
	text-decoration:none;
}

.pageFoot a:hover {
	color:#EE2E24;
	text-decoration:underline;
}

/* ============================================================	*/ 
/* ========	CONTENT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

.searchResultHead {
	padding:7px 0;
	border-bottom:1px solid #B1B1B2;
	
	}
.searchResults {}
.searchResults ol {
	margin:0;padding:0;
	list-style:none;
	}
.searchResults li {margin:0;padding:0;
	}
.searchResults a {
	position:relative;
	display:block;
	padding:8px 10px;
	_width:421px;
	color:#636466;
	text-decoration:none;
	}
.searchResults a span {
	color:#EE2E24;
	text-decoration:underline;
	}
.searchResults a:hover {
	text-decoration:none;
	color:#636466;
	background-color:#F1F1F2;
	}
.searchResults a:hover span {
	text-decoration:none;
	color:#EE2E24;
	}
	
/* -------- VIDEOBLOG --------------------------------------- */
.videoblog {}
.videoblog h1 {
	position:relative;
	border:none;
	}
.videoblog .content {
	margin-top:-15px;
	padding:0;
	}
.videoblog .content img {
	display:block;
	}
	
/* -------- RECRUITMENT EVENTS --------------------------------------- */
.recruitmentEvents {}
.recruitmentEvents h1 {
	border:none;
	}

.eventOverview {
	width:441px;
	overflow:hidden;
	}
.eventOverview li {
	margin:0;
	padding:1px 0 0px 0;
	width:441px;
	border-top:1px solid #B2B2B3;
	overflow:hidden;
	background: none !important;
	}
.eventOverview b {
	display:block;
	}
.eventOverview a b {
	color:#EE2E24;
	text-decoration:underline;
	}
.eventOverview a {
	display:block;
	width:441px;
	color:#636466;
	text-decoration:none;
	}
.eventOverview a:hover {
	text-decoration:none;
	color:#636466;
	background-color:#F1F1F2;
	}
.eventOverview a:hover b {
	color:#EE2E24;
	text-decoration:none;
	cursor:pointer;
	}
.eventOverview span {
	display:block;
	float:left;
	padding:8px 3px 8px 10px;
	border-top:1px solid #FFF;
	}
span.event {
	width:160px;
	}
span.eventlong {
	width:260px;
	}
span.event b {}
span.eventDate 
{
	text-align:left;
	width:130px;
	margin-left:10px;
	}
h1.Index 
{
	border-bottom:0px solid #000;
}
h1.Video 
{
	border-bottom:0px solid #000;
	font-size:1.0em;
}
.eventOverviewindex {
	width:210px;
	overflow:hidden;
	}
.eventOverviewindex li {
	margin:0;
	padding:1px 0 0px 0;
	width:210px;
	border-top: 0px solid #B2B2B3;
	overflow:hidden;
	}
.eventOverviewindex {
	display:block;
	}
.eventOverviewindex a {
	display:block;
	width:200px;
	padding:5px 0px 5px 10px;
	color:#EE2E24;
	text-decoration:none;
	}
.eventOverviewindex a:hover{
	cursor:pointer;
	background-color:#F1F1F2;
	text-decoration: none;
	}
a span.eventindex{
	text-decoration: none;
	}
 a:hover span.eventindex{
	text-decoration: underline;
	}
span.eventDateIndex {
	color:#636466;
	text-decoration:none;
	border-top:0px solid #636466;
	}
a eventDateIndex {
	color:#636466;
	text-decoration:none;
	}
.index 
	{
	text-decoration:none;
	}
span.presention {
	display:block;
	margin-left:20px;
	float:left;
	width:150px;
	}	
ul.offices {
	margin-bottom:-10px;
	}
ul.offices li {
	margin:0;
	width:421px;
	overflow:hidden;
	padding-bottom:10px;
	}
ul.offices li.divider {
	height:1px;
	width:441px;
	margin:0 -10px;
	border-top:1px solid #B2B2B3;
	}
ul.offices li img {
	float:right;
	}
ul.offices b {
	display:block;
	margin-bottom:10px;
	}
.offices a.pdf {
	display:block;
	padding:10px 0 5px 22px;
	text-decoration:underline;
	background:transparent url(../layout/icon_pdf.gif) no-repeat 0px 9px;
	}	 
.offices a:hover {color:#EE2E24;text-decoration:none;}
ul.contacts {}
ul.contacts li {
	width:421px;
	padding:0 10px;
	border-top:1px solid #B2B2B3;
	}
ul.contacts li span{
	display:block;
	width:421px;
	overflow:hidden;
	padding:10px 0;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	}
ul.contacts li img {
	float:left;
	margin-right:10px;
	}
ul.contacts li a.readMore {
	display:block;
	margin-top:10px;
	}
ul.companyPeople {
	width:441px;
	overflow:hidden;
	}
ul.companyPeople li {
	width:438px;
	overflow:hidden;
	border-top:1px solid #B2B2B3;
	background: none !important;
	margin-left: 0px !important;
	}
ul.companyPeople a {
	display:block;
	padding:10px;
	color:#636466;
	text-decoration:none;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	}
ul.companyPeople a:hover {
	text-decoration:none;
	background-color:#F1F1F2;
	}
ul.companyPeople b {
	display:block;
	} 
ul.companyPeople i {
	font-style:normal;
	color:#EE2E24;
	text-decoration:underline;
	}
ul.companyPeople a:hover i {
	font-style:normal;
	color:#EE2E24;
	text-decoration:none;
	}
ul.companyPeople span 
{
	float:left;
	display:block;
	width:40px;
	margin-right:10px;
	_height:100px;
	height:100px;
	}
ul.companyPeople img {
	float:left;
	margin-right:10px;

	}	
.companyTest
{
	display:block;
	float:left;
	width:210px;
}
	
.right
{
	display:block;
	float:right;
	margin-left:20px;
	}
.companyTest a {
	color:#EE2E24;
	text-align:left;
	text-decoration:underline;
	}
ul.companyPeopleTest {
	width:210px;
	}
ul.companyPeopleTest li {
	width:220px;
	text-align:center;
	overflow:hidden;
	border-bottom:1px solid #B2B2B3;
	background: none !important;
	}
ul.companyPeopleTest a {
	height: 120px;
	display:block;
	padding:6px;
	color:#636466;
	text-align:left;
	text-decoration:none;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;

	}
ul.companyPeopleTest a:hover {
	text-decoration:none;
	background-color:#F1F1F2;

	}
ul.companyPeopleTest b {
	display:block;
	} 
ul.companyPeopleTest i {
	font-style:normal;
	color:#EE2E24;
	text-decoration:underline;
	}
ul.companyPeopleTest a:hover i {
	font-style:normal;
	color:#EE2E24;
	text-decoration:none;
	}
ul.companyPeopleTest span 
{
	float:left;
	display:block;
	width:40px;
	height: 120px;
	margin-right:10px;
}

ul.companyPeopleTest img {
	float:left;
	margin-right:10px;
	position: relative;
	top: 6px;
}

.company {}
.company {
	width:425px;
	overflow:hidden;
	}
.company img {
	float:left;
	margin:0 10px 10px 0;
	}
.companyIntro {
	width:425px;
	}

.companyIntro p {
	margin-bottom:10px;
	}

.alies {
	width:441px;
	}
.aliesHead {
	padding:10px 10px 4px 10px;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #B2B2B3;
	}
ul.aliesOverview {
	width:441px;
	overflow:hidden;
	padding-top:1px;
	padding-bottom:3px;
	margin-bottom:10px;
	background:transparent url(../layout/thumbs_back.gif) repeat left top;
	}
ul.aliesOverview li {
	float:left;
	text-align:center;
	margin:1px 0 2px 0;
	}
ul.aliesOverview b {
	display:block;
	}
ul.aliesOverview a {
	display:block;
	width:147px;
	height:97px;
	overflow:hidden;
	padding:10px 0 0 0;
	color:#636466;
	font-weight:bold;
	}
ul.aliesOverview a:hover {
	text-decoration:none;
	background-color:#F1F1F2;
	}
ul.aliesOverview span {
	display:block;
	text-align:center;
	padding:10px;
	}
ul.aliesOverview img {
	margin:auto;
	}
.aliesDetailNoPic {
	padding:10px;
	}	
.aliesDetail {
	border-top: 0px solid #B2B2B3;
	padding:10px;
	}
.aliesDetail p {
	margin-bottom:10px;
	}
.aliesDetail img {
	display:block;
	float:left;
	margin:0 10px 10px 0;
	}
.downloads {
	margin:10px -10px 0px -10px;
	padding:10px 10px 0px 10px;
	border-top:1px solid #B2B2B3;
	}
.downloads a.pdf {
	display:block;
	padding:7px 0 5px 22px;
	text-decoration:underline;
	background:transparent url(../layout/icon_pdf.gif) no-repeat 0px 6px;
	}
.downloads a.pdf:hover {
	display:block;
	padding:7px 0 5px 22px;
	text-decoration:none;
	background:transparent url(../layout/icon_pdf.gif) no-repeat 0px 6px;
	}
.nav 
{
	width:441px;
	overflow:hidden;
	}
.nav b {
	padding:0px 3px 0px 3px;
	color:#EE2E24;
	text-decoration:underline;
	}
.nav a b {
	color:#EE2E24;
	text-decoration:underline;
	}
.nav a {
	padding:0px 3px 0px 3px;
	color:#EE2E24;
	text-decoration:none;
	}
.nav a:hover 
{
	padding:0px 3px 0px 3px;
	text-decoration:underline;
	color:#EE2E24;
	}
.nav a:hover b {
	color:#EE2E24;
	text-decoration:none;
	cursor:pointer;
	}
.nav .vor {
	display:block;
	float:left;
	text-align:right;
	width:80px;
	padding:0px 0px 0px 3px;
	border-top:1px solid #FFF;
	}
.nav .volg {
	display:block;
	float:left;
	overflow:hidden;
	text-align:left;
	width:70px;
	padding:0px 3px 0px 0px;
	border-top:1px solid #FFF;
	}
.nav .nr
{
	display:block;
	float:left;
	width:280px;
	text-align:center;
	border-top:1px solid #FFF;
	}
/* ============================================================	*/ 
/* ========	FORMULIEREN		  	===============================	*/
/* ============================================================	*/ 

form {
		margin:0px;
		}
.formGrid {
	margin:10px 0;
		}
.nameCell {
	display:block;
	float:left;
	padding:2px 0;
	width:150px;
	}
.nameCell2 {
	display:block;
	/* float:left; */
	padding:2px 0;
	padding-left: 15px;
	width:300px;
	}
.nameCell3 {
	display:block;
	float:right;
	padding:0px 0;
	width:300px;
	}
.nameCell4 {
	position:relative;
	display:block;
	float:right;
	margin-bottom:10px;
	margin-top:3px;
	bottom:30px;
	left:12px;
	font-style:italic;
	width:80px !important; /*moz width*/
	width:80px;/*IE width*/
	}
.nameCell5 {
	position:absolute;
	display:block;
	float:right;
	text-align: left;
	padding-left:5px;
	margin-bottom:40px;
	font-style:italic;
	width:80px;
	}
.inputCell {
	padding-bottom:4px;
	}
.wideCell {
	display:block;
	padding:2px 0;
	padding-bottom:4px;
	}
.wideCell2 {
	display:block;
	}
.btnCell {
	display:block;
	margin-bottom:15px;
	text-align: right;
	}
input, select {
	vertical-align:middle;
	}
input.typeText {
	margin-bottom:12px;
	padding-left:5px;
	width:185px;
	font-size:12px;
	font-weight:normal;
	font-style: italic;
	color:#666;
	border:1px solid #BFBFBF;
	}
input.typeText2 {
	margin-bottom:6px;
	padding-left:5px;
	width:175px;
	height:1.5em;
	font-size:11px;
	font-weight:normal;
	color:#000;
	border:1px solid #000;
	}
input.typeText3 {
	margin-bottom:12px;
	padding-left:5px;
	width:46px;
	height:1.5em;
	font-size:11px;
	font-weight:normal;
	color:#000;
	border:1px solid #BFBFBF;
	}
input.typeText4 {
	margin-bottom:12px;
	padding-left:5px;
	width:107px;
	height:1.5em;
	font-size:11px;
	font-weight:normal;
	color:#000;
	border:1px solid #BFBFBF;
	}
input.typeText5 {
	margin-bottom:2px;
	padding-left:5px;
	width:80px;
	height:1.2em;
	font-size:11px;
	font-weight:normal;
	color:#000;
	border:1px solid #BFBFBF;
	}
input.typeFile {
	margin-bottom:12px;
	padding-left:2px;
	height:1.5em;
	width:150px !important; /*moz width*/
	width:170px;/*IE width*/
	font-weight:normal;
	color:#000;
	border:1px solid #BFBFBF
	}
select.select {
	border:1px solid #BFBFBF;
	padding-left:2px;
	color:#000;
	height:1.5em;
	margin-bottom:12px;
	width:170px;
	font-size:11px;
	}
select.video {
	border:1px solid #BFBFBF;
	padding-left:2px;
	color:#000;
	height:1.5em;
	margin-bottom:12px;
	width:209px;
	font-size:11px;
	}
label {
	}
.checkbox {
	/*
	display:block;
	margin:0px 0;
	*/
	margin-bottom:6px;
	margin-left: 5px;
	margin-right: 15px;
	padding-left:2px;
	width:1.2em;
	height:1.2em;
	font-size:10px;
	font-weight:normal;
	color:#000;
	border:1px solid #BFBFBF;
	}
.checkbox label {
	vertical-align:middle;
	cursor:pointer;
	}
textarea.textarea {
	padding: 5px 5px 5px 5px;
	border:1px solid #BFBFBF;
	margin-top:6px;
	margin-bottom:10px;
	font-size:11px;
	width:317px;
	}
#Mail a{
	color:#EE2E24;
	text-decoration:underline;
	font-size:10px;
	}
#Mail a:hover{
	color:#EE2E24;
	text-decoration:none;
	font-size:10px;
	}
#Login a{
	color:#EE2E24;
	text-decoration:underline;
	font-size:10px;
	}
#Login a:hover{
	color:#EE2E24;
	text-decoration:none;
	font-size:10px;
	}
/* ============================================================	*/ 
/* ========	FOOTER				===============================	*/
/* ============================================================	*/

div.footer {
	/* position:absolute;*/
	position: relative;
	border-top:1px solid #CCC;
	bottom:0;
	left:0;  
	width:943px;
	clear:both;
	}
div.footer {
	padding:5px 0 5px 0;
	font-size:11px;
	font-family:Myriad, Verdana, Arial, Helvetica, Sans-serif;
	}
	
.HeaderText {
	font-family:Myriad,Verdana,Arial,Helvetica,Sans-serif;
	font-size:12px;
	font-weight:bold;
	left:250px;
	padding:5px 0;
	position:absolute;
	top:25px;
}
/* ============================================================	*/ 
/* ========	POPUPLAYER		  	===============================	*/
/* ============================================================	*/ 

#popupLayer {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	min-height: 900px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
#Mail {
	display:none;
	position: absolute;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	top: 40px;
	left: 40%;
	margin-left:-110px;
	z-index: 901;
	width: 350px;
	background-color: #FFF;
	border:1px solid #000;
	text-align:left;
	}
#VideoLayer {
	display:none;
	position: absolute;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	top: 40px;
	left: 30%;
	margin-left:-110px;
	z-index: 901;
	width: 650px;
	background-color: #FFF;
	border:1px solid #000;
	text-align:left;
	}
#VideoLayer h3{
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	color:#FF0000;
	font-size:1.2em;
	}
#VideoLayer a{
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	color:#636466;
	font-size:1.0em;
	}
#Login {
	display:none;
	position: absolute;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	top: 40px;
	left: 40%;
	margin-left:-110px;
	z-index: 901;
	width: 500px;
	background-color: #FFF;
	border:1px solid #000;
	text-align:left;
	}
div.error {
	margin-top:-14px;
	margin-left:250px;
	height:14px;
	font-size:10px;
	color:#EE2E24;
	text-align:right;
	width:162px;
	}
div.error2 {
	margin-top:-14px;
	margin-left:300px;
	height:14px;
	font-size:10px;
	color:#EE2E24;
	text-align:right;
	width:162px;
}

/* SHADOWBOX */
.floatleft {float: left;width: 100px;height: 100px;margin:10px 20px;text-align: center;cursor:pointer;}
.Vorige {float: left;width: 70px;height: 100px;}
.Volgende {float: right;width: 70px;height: 100px;text-align: right;}
.Volgende img, .Vorige img {cursor: pointer;margin:40px 5px 0 5px;}
.carousselframe {float:left;width:490px;height:350px;margin: 5px 110px;overflow:hidden;}

.participanten_quote {
	display: block;
}

/*.participanten_quote:hover {
	background-color: #EEE;
	cursor: hand;
	cursor: pointer;
}*/

.meer_nieuws {
	background:url("../layout/arrow.png") no-repeat scroll 2px 3px transparent;
	color:#EE2E24;
	padding-left:11px;
	text-decoration:none;
}
