﻿/* CSS layout */
html, body, form{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	font-family:Arial;
	font-size:11px;
	text-align:left;
	color:#5b5b5b;

}
#container {
	height:100%;
	width:950px;
	margin: 0 auto;
	background-color:#fff;
}
#topbarContainer{
	width:944px;
	margin: 0 auto;
	background-color:#e5e5e5;
	height:32px;
	background-image:url('topbar_bg.gif');
	background-repeat:no-repeat;
	background-position:left top;
}
#logo {
	position:relative;
	top:10px;
	left:31px;
	background-image:url('logo_ikpraat.jpg');
	background-repeat:no-repeat;
	width:94px;
	height:121px;
	text-indent:-9999px;
}
#topbarLinks {
	float:right;
	margin:7px 17px 0 0;
}
#topbarSiteactions {
	float:right;
	margin:7px 0px 0 0;
	color:#b7b7b7;
	font-family:Arial;
	font-size:11px;
}
#topbarLogin {
	float:right;
	margin:7px 17px 0 0;
}
#topnavContainer {
	width:944px;
	margin-left: auto;    
	margin-right: auto;
	height:110px;
	background-color:#fff;
}
#topnav{
	float:right;
	margin:70px 17px 0 0;

}

/*
#topnavContainer {
	width:944px;
	height:110px;
	margin: 0;
	padding:0;
	background-color:#fff;
}
#topnav{
	float:right;
	vertical-align:bottom;
	margin:0px 17px 0 0;
	color:#ff0000;
	padding:0;
	padding-top:65px;
}*/
#contentContainer {
	clear:both;
	margin:0;
	padding:0;
	width:950px;
	background-color:#fff;
	height:354px;
}
#contentLeft {
	float:right;
	background-image:url('bg_content_left.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	width:705px;
	height:354px;
}
#contentRight {
	float:right;
	background-image:url('bg_content_right.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	width:239px;
	height:354px;
}
#contentSearch {
	width:239px;
	height:60px;
	background-color:transparent;
}
#contentIntro {
	height:192px;
	color:black;
	font-size:18px;
	padding:20px;
}
#contentIntro a{
	padding:0;
	color:#000;
	font-size:12px;
	text-decoration:underline;
}
#contentDemo{
	width:239px;
}
.demoLink{
	display:block;
	height:60px;
}
#contentVervolgContainer {
	clear:both;
	margin:0 auto;
	padding:0;
	width:944px;
	background-color:#a9ad2a;
	width:944px;
	height:205px;
}

#contentVervolgLeft {
	float:left;
	background-image:url('bg_contentvervolg_left.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	width:705px;
	height:205px;

}
#contentVervolgRight {
	float:right;
	background-image:url('bg_contentvervolg_right.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	width:239px;
	height:205px;
}
#statements {
float:left;
	clear:both;
	width:950px;
	height:128px;
	padding: 10px 0 0 0;
}
.statement{
	float:left;
	width:233px;
	height:128px;
	margin:0 6px 0 0;
	background-position:left top;
	background-repeat:no-repeat;
}
.statement a{
	display:block;
	height: 128px;
}
#statement1 {
	background-image:url('img_statement01.jpg');
}
#statement2 {
	background-image:url('img_statement02.jpg');
}
#statement3 {
	background-image:url('img_statement03.jpg');
}
#statement4 {
	margin:0;
	background-image:url('img_statement04.jpg');
}

#contentMain{

}
#footer {
	clear:both;
	height:30px;
	background-image:url('logo_wortell.gif');
	background-repeat:no-repeat;
	background-position:left top;
}

#footerVervolg {
	clear:both;
	height:30px;
	background-image:url('logo_wortell.gif');
	background-repeat:no-repeat;
	background-position:left top;
	border-top:1px #e5e5e5 solid;
}
#disclaimer {
	float:right;
	text-align:right;
	margin:10px 0px 0 0;
}

#disclaimer a {
	color:#727272;
	font-family:Arial;
	font-size:11px;
	text-decoration:underline;
	padding:0 15px;
}
#disclaimer a:hover {
	color:#353535;
	text-decoration:underline;
}

a {
	color:#727272;
	font-family:Arial;
	font-size:11px;
	text-decoration:underline;
	padding:0 10px;
}
a:hover {
	color:#353535;
	text-decoration:underline;
}

#search{
	margin: 18px 0 0 80px;
	height: 25px;
	width: 149px;
}
#pageTitle
{
	padding:25px 20px 5px 250px;
	color:#fff;
	font-size:22px;

}

/*=========================================
	pagelayout
=========================================*/

#introTekst {
	padding:20px 20px 10px 250px;
	color:#fff;
	font-size:12px;
}
#introTekst a {
	padding:0;
	color:#fff;
	font-size:12px;
	text-decoration:underline;
}
#contentIntroVervolg{
	height: 120px;
	color:black;
	font-size:18px;
	padding:20px;
}
#contentIntroVervolg a{
	padding:0;
	color:#000;
	font-size:12px;
	text-decoration:underline;
}


#mainContent{
	width:950px;
	/*margin-bottom:20px;*/

}

#mainContentLeft{
	float:left;
	width:662px;
	margin:20px;
}

#mainContentRight{
	float:right;
	width:248px;
}

#subNavSep{
	height: 10px;
}


#subNav {
	background-color:#fff;
}
.subNav{
	width:248px;
	height:48px;
	margin:0 0 5px 0;
	display:block;
}

.subNav a{
	display:block;
	height: 48px;
}
#subNav1 {
	background-image:url('sub_btn1.jpg');
}
#subNav2 {
	background-image:url('sub_btn2.jpg');
}
#subNav3 {
	background-image:url('sub_btn3.jpg');
}
#subNav4 {
	margin:0;
	background-image:url('sub_btn4.jpg');
}
#info {
	margin:10px 0 10px 0;
	width:248px;
	height:114px;
	background-image:url('bg_meerinfo.jpg');
	background-repeat:no-repeat;
	background-position:left top;	
	text-indent:-9999px;
	border:1px solid transparent;
}
#meerInfo {
	margin:50px 10px 10px 20px;
}
#meerInfo a {
	color:#fff;
	font-size:12px;
}
