html, body {
	background-image: url(../img/header-background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
	height: 100%;
}
body, #viewport {
	position:relative;
	min-height:100%;
}
#viewport {
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	min-height: 1100px;
}
#container {
	position:relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	min-height:100%;
	z-index: 0;
}
/*--------------------------------------------------------
-- LINKS   
----------------------------------------------------------*/
a {
	outline:none;
	color: #333;
	text-decoration:none;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #666;
}
.over {
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
.over:hover {
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
}
.link-underline {
	text-decoration:underline !important;
}
#breadcrumb {
	position:absolute;
	margin-top:14px;
	font-size:10px;
	color:#888;
}
#breadcrumb a {
	color:#888;
}
/*--------------------------------------------------------
-- Header   
----------------------------------------------------------*/

#header {
	z-index: 99999 !important;
	position: relative;
	top: 0px;
	height: 180px;
	width: 980px;
}
#header div#title a {
	z-index: 99999 !important;
	position: absolute;
	display:block;
	text-align:left;
	right: 140px;
	bottom: 10px;
	font-family: Century Gothic;
	font-size: 32pt !important;
	text-decoration: none;
	color: #ffffff;
}
#header div#octo {
	z-index: 99999 !important;
	position: absolute;
	display:block;
	background-image: url(../img/octo.png);
	width: 221px;
	height: 166px;
	right: -17px;
	bottom: -48px;
}
/*--------------------------------------------------------
-- Navigation   
----------------------------------------------------------*/

ul#navigation {
	padding: 0px 0px 0px 2px;
	margin: 0;
}
ul#navigation li {
	display: block;
	list-style: none;
	float: left;
	width: 150px;
	margin-top:21px;
}
ul#navigation li a {
	float: left;
	display: block;
	width: 129px;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 4px #fcb44e;
	outline:none;
}
ul#navigation li:hover a {
	text-decoration: none;
	border-bottom: solid 4px #FFF;
}
ul#navigation li a:active {
	text-decoration: none;
}
ul#navigation li.selected a {
	background-color: #fff;
	color: #000;
}
ul#navigation li ul {
	padding: 0px;
	margin: 0px;
	display: none;
}
ul#navigation li:hover ul {
	display: block;
}
ul#navigation li.navigation-active ul {
	display: block;
}
.subnavigation-active {
	color: #fff;
}
ul#navigation li ul li {
	display: block;
	list-style: none;
	padding-top: 5px;
	padding: 0px;
	margin: 0px;
	margin-top:5px;
}
ul#navigation li ul li a {
	width: auto;
	margin-right:0px;
	color: #fff;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none !important;
}
ul#navigation li ul li a:hover {
	border-bottom:none;
	text-decoration:underline;
}
.navigation-active a {
	border-bottom: solid 4px #FFF !important;
}
.navigation-sub-active a {
	text-decoration:underline !important;
}

/*--------------------------------------------------------
-- Logindisplay   
----------------------------------------------------------*/

#logindisplay {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size:1.1em;
	text-align:right;
	color:White;
}
/*--------------------------------------------------------
-- Content   
----------------------------------------------------------*/

#content {
	z-index: -19;
	padding: 10px 0px 10px 0px;
	padding-bottom: 258px; /* Height of the footer + padding bottom */
	margin: 0px;
	height:auto;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
	position: relative;
	overflow:auto;
}
#content2 {
	line-height:2em;
}
#content3 {
	line-height:1.5em;
}
#content4_left {
	margin-top:20px;
	width:235px;
	height:100%;
	position:relative;
	float:left;
}
#content4_right {
	margin-top:20px;
	float:right;
	width:745px;
	height:100%;
	position:relative;
	line-height:1.4em;
}
#content4_right img {
	float:left;
	position:relative;
	width:auto;
	height:auto;
}
/*--------------------------------------------------------
-- Footer   
----------------------------------------------------------*/
#footer {
	z-index: 40;
	position:absolute;
	bottom:0;
	width:100%;
	height:228px;   /* Height of the footer */
	background-color: #353535;
	background-image: url(../img/footer-background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer-content {
	position:relative;
	width: 980px;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	padding-top: 0px;
	height:228px;   /* Height of the footer */
}
#footer-content label {
	float:left;
	width:80px;
}
#footer-content input {
	float:left;
	width:168px;
	height:17px !important;
	background-image:url(../img/input-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	color:#333;
}
#footer-content textarea {
	width:252px;
	height:82px;
	background-image:url(../img/textarea-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e3e3e3;
	border:0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	color:#333;
	overflow:auto;
}
.footer-spacer {
	height:27px;
}
#footer a {
	text-decoration:none;
	color: #e8e8e8;
}
#footer a:hover {
	text-decoration:underline;
	color: #FFF;
}
#footer-top-links {
	height: 30px;   /* Height of the footer */
	text-align: center;
	font-size:10px;
	color: #888;
}
#footer-top-links a {
	color:#888;
}
#footer-top-links a:hover {
	color:#555;
}
/*--------------------------------------------------------
-- Footer Navigation   
----------------------------------------------------------*/
ul#footer-navigation {
	padding: 0px 0px 0px 2px;
	margin: 0;
}
ul#footer-navigation li {
	display: block;
	list-style: none;
	float: left;
	margin-top:10px;
}
.onderdelen {
	width: 160px;
}
.voorwaarden {
	width:195px;
}
.contact {
	width:190px;
}
.contact2 {
	width:170px;
}
.stel-ons-een-vraag {
	width:260px;
}
ul#footer-navigation li ul {
	padding: 0px;
	margin: 0px;
	line-height: normal !important;
}
ul#footer-navigation li ul li {
	float:none !important;
	display: block;
	list-style: none;
	padding-top: 10px;
	padding: 0px;
	margin: 0px;
	margin-top:3px;
	min-height: 19px;
}
.footer-header {
	margin-bottom:10px;
}
.footer-header2 {
	margin-bottom:5px;
}
.btn {
	position:relative;
	cursor: pointer;
}
.btn-left {
	background-image:url(../img/btn.png);
	position:absolute;
	left: 0px;
	height: 19px;
	width: 50%;
	background-position:left;
	background-repeat: no-repeat;
}
.btn-right {
	background-image:url(../img/btn.png);
	position:absolute;
	right: 0px;
	height: 19px;
	width: 50%;
	background-position:right;
	background-repeat: no-repeat;
}
.btn-content {
	z-index: 10000000;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	top: 3px;
	line-height:normal;
}
.btn-content a {
	display:block;
	float:left;
}
.btn:hover {
	text-decoration: none !important;
}
.btn:hover .btn-left, .btn:hover .btn-right {
	background-image: url(../img/btn-over.png);
}
/* TEXT   
----------------------------------------------------------*/
p {
	line-height: normal;
	margin:0px;
	padding:0px;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin-top:10px;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #333;
}
h2 {
	margin-top:26px;
}
h3 {
	color:#ea7506;
	font-size:22px;
	padding: 0;
	margin: 0;
	font-weight:normal;
}
h4 {
	color:#333;
	font-size:15px;
	padding:0px;
	margin:0px;
	margin-bottom:8px;
	font-weight:bold;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}
fieldset p {
	margin: 2px 12px 10px 10px;
}
fieldset label {
	display: block;
}
fieldset label.inline {
	display: inline;
}
legend {
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}
input[type="text"], input[type="password"] {
	width:168px;
	height:17px !important;
	background-image:url(../img/input-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	color:#333;
}
.field-validation-error {
	color: #ff0000;
}
.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}
.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}
/* BANNERS   
----------------------------------------------------------*/
#banners {
	position:absolute;
	height:320px;
	width:192px;
	right:0px;
}
#banners-onder {
	width:980px;
	height:191px;
}
#voordelen {
	height:191px;
	width: 483px;
	float: left;
	margin-right:14px;
	background-image:url(../img/voordelen-bg.png);
	position:absolute;
}
#box {
	margin-top:16px;
	margin-left: 0px;
	float:left;
}
#tekst {
	margin-top:40px;
	margin-left: 5px;
	float:left;
}
#myslides {
	right:0px;
	height:191px;
	width: 483px;
	background-image:url(../img/referenties-bg.jpg);
	position:absolute;
}
#referenties {
	right:0px;
	height:191px;
	width: 483px;
	background-image:url(../img/referenties-bg.jpg);
	position:absolute;
}
#referenties-plaatje {
	right:0px;
	bottom:0px;
	position:absolute;
	background-image:url(../img/referenties-gfsf.jpg);
	background-repeat:no-repeat;
	height: 191px;
	width:160px;
	z-index:1;
}
#referenties-plaatje2 {
	right:0px;
	bottom:0px;
	position:absolute;
	background-image:url(../img/referenties-lia.jpg);
	background-repeat:no-repeat;
	height: 191px;
	width:160px;
	z-index:1;
}
#referenties-tekst {
	color:#555;
	position:absolute;
	background-image:url(../img/referenties-balk.png);
	width: 421px;
	height:38px;
	margin-top:130px;
	text-align:right;
	padding: 0px;
	line-height:1.5em;
	padding: 3px 8px 0px 0px;
	z-index:2;
}
#referenties-quote {
	width: 284px;
	height: 87px;
	position:absolute;
	margin-left:25px;
	margin-top:20px;
}
#banner {
	position:relative;
	color:#444;
	width: 178px;
	height:83px;
	background-image:url(../img/banner-bg.png);
	padding:2px 7px 2px 7px;
	margin-bottom:20px;
	line-height:1.5em;
}
#button {
	position:absolute;
	width:90px;
	height:20px;
	right:5px;
	bottom:5px;
}
/* UNSORTED   
----------------------------------------------------------*/
img {
	border:none;
}
#subs {
	position:relative;
	width:206px;
	height:791px;
	float:left;
	background-image:url(../img/balk-left-bg.png);
	background-repeat:no-repeat;
}
#subs-text {
	width: 127px;
	height: 15px;
	margin-bottom:8px;
	position:relative;
	padding:12px;
}
.e-mailings {
	background-image:url(../img/sub-e-mailings.jpg);
}
.sms {
	background-image:url(../img/sub-sms.jpg);
}
.enquetes {
	background-image:url(../img/sub-enquetes.jpg);
}
.statistieken {
	background-image:url(../img/sub-statistieken.jpg);
}
.contacten {
	background-image:url(../img/sub-contacten.jpg);
}
.e-mailings:hover, .e-mailings-active {
	color:#FFF;
	background-image:url(../img/sub-e-mailings-over.jpg);
}
.sms:hover, .sms-active {
	color:#FFF;
	background-image:url(../img/sub-sms-over.jpg);
}
.enquetes:hover, .enquetes-active {
	color:#FFF;
	background-image:url(../img/sub-enquetes-over.jpg);
}
.statistieken:hover, .statistieken-active {
	color:#FFF;
	background-image:url(../img/sub-statistieken-over.jpg);
}
.contacten:hover, .contacten-active {
	color:#FFF;
	background-image:url(../img/sub-contacten-over.jpg);
}
form#aanmeldenproefaccount img#versturen, form#logon img#inloggen{
	cursor:pointer;
}
form#aanmeldenproefaccount label.error, form#logon label.error, form#contactfooter label.error{
	display:none !important;
}

form#aanmeldenproefaccount .inloggen{
	background-image:url(../img/but_inloggen.gif);
}

form#contactfooter #bericht, form#contactfooter #emailadres{
	float:right;
}

/*BEGIN FANCYBOX CONTACT*/


#fancybox-contact {
	text-align:left;
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	padding:20px;
	font-size:13px;
	color:#FFF;
}
#fancybox-contact h1 {
	text-align:left;
	color:#FFF;
	font-size:22px;
	font-weight:700;
	margin-bottom:20px;
}
#fancybox-contact h2 {
	font-weight:bold;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*-------ONZE PARTNERS------------------------*/

#partner {
	width:130px;
	height:72px;
	position:relative;
	background-color:white;
	border:1px solid #d9d9d9;
	margin-right:18px;
	margin-bottom:18px;
	float:left;
	text-align:center;
}
#partner:hover {
	border:1px solid #777;
}
#partner img {
	margin-top:8px;
}


