* {
	font-size: 11px;
	font-family: arial, tahoma, helvetica, verdana;
}

body {
	margin: 0;
	padding: 0;
	/*color: #003b7a;*/
	color: #292929;
	background-color: #ffffff;
	margin-bottom: 6px;
}

a
{
	color: #1ea0d4;
	text-decoration:underline;
}

p {
	margin:0;
	padding:0;
}

#container {
	width: 798px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}

#printfooter {
	display: none;
}

#container #header {
	padding-top:60px;
	background: url('/shared/images/custom/corporate/logo.gif') no-repeat left top;
	position:relative;
}

#container #header #tofaxserv {
	position:absolute;
	z-index:2;
	width:797px;
	top:40px;
	height:20px;
	text-align:right;
	line-height:20px;
}

#container #header #tofaxserv a {
	color:#292929;
	text-decoration:none;
}

#container #header #tofaxserv a:hover {
	color:#292929;
	text-decoration:underline;
}


#container #header #header_image {
	width:797px;
	height:175px;
	background: url('/shared/images/custom/corporate/banner.jpg') no-repeat left top;
}

#container #main #left span.oplossingen {
	display:block;
	background: url('/shared/images/custom/corporate/headers/oplossingen.gif') no-repeat left top;
	width:169px;
	height:32px;
}

#container #main #left span.aanverwante {
	display:block;
	background: url('/shared/images/custom/corporate/headers/aanverwante.gif') no-repeat left top;
	width:169px;
	height:32px;
}


#container #main {
	width: 100%;
	margin-top: 16px;
}

#container #main #left {
	width: 169px;
	float: left;
}

#container #main #left .submenu a {
	display: block;
	border-top: 1px solid #ffffff;
	height: 18px;
	width: 161px;
	overflow: hidden;
	background-color: #cbcbcb;
	line-height: 12px;
	padding-top: 6px;
	padding-left: 8px;
	text-decoration: none;
	color: #292929;
}

#container #main #left .submenu a:hover,#container #main #left .submenu .selected {
	color: white;
	background-color: #929292;
	font-weight:bold;
}

#container #main #left a.hoe {
	display:block;
	background: url('/shared/images/custom/corporate/buttons/hoe.gif') no-repeat left top;
	width:169px;
	height:32px;	
}

#container #main #left a.kosten {
	display:block;
	background: url('/shared/images/custom/corporate/buttons/kosten.gif') no-repeat left top;
	width:169px;
	height:32px;	
}

#container #main #mid {
	width: 426px;
	margin:0px 17px;
	float: left;
	min-height:300px;
	overflow:hidden;
}

#container #main #right {
	width: 169px;
	float: left;
}

#container #main #right #directcontact form {
	margin:0;
	padding:0;
	display:block;
	width:169px;
	height:72px;
	overflow:hidden;
	background: url('/shared/images/custom/home_faxmailing_09.gif') #CBCBCB no-repeat left top;
	border-top:solid white 1px;
	padding:6px 0px;
}

#container #main #right #directcontact span.direct {
	display:block;
	background: url('/shared/images/custom/corporate/headers/direct.gif') no-repeat left top;
	height:32px;
	width:169px;
}

#container #main #right #directcontact input {
	float:left;
	margin: 0px 0px 5px 5px;
	width:150px; /* 'telefoonnummer' field is overwritten inline*/
	padding-left:2px;
}
	
#container #main #right #directcontact input.submit {
	height:17px;
	width:17px;
	display:block;
	background: url('/shared/images/custom/corporate/button_green.gif') no-repeat left top;
	border:0;
	float:left;
	margin:1px 0px 0px 4px;
	cursor:pointer;
}

#container #main #right span.voordelen { 
	display:block;
	background: url('/shared/images/custom/corporate/headers/voordelen.gif') no-repeat left top;
	width:169px;
	height:32px;
}

#container #main #right div.voordelen_body { 
	width:169px;
	/*height:166px;*/
	overflow:hidden;
	background-color:#d2ebf6;
	color:#209ad0;
	font-weight:bold;
	
}

#container #main #right a.voordelen_footer {
	display:block;
	width:169px;
	height:28px;
	background: url('/shared/images/custom/corporate/buttons/meer.gif') no-repeat left top;	
}

/************************************************
** FROM HERE ON IT IS COPY+PAST FROM STYLE.CSS **
************************************************/

#footer {
	margin-top: 8px;
	margin-bottom: 4px;
	width: 798px;
	height: 30px;
	overflow: hidden;
	background-image: url('/shared/images/custom/footer/footer_background.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#footer div {
	float: left;
	height: 30px;
	margin-left: 6px;
}

#footer div a {
	display: block;
	height: 30px;
}

#footer div a#footer_bookmark {
	width: 71px;
	background-image: url('/shared/images/custom/footer/footer_bookmark.gif');
	background-position: top left;
}

#footer div a#footer_stuur_door {
	width: 71px;
	background-image: url('/shared/images/custom/footer/footer_stuur_door.gif');
	background-position: top left;
}

#footer div a#footer_printen {
	width: 58px;
	background-image: url('/shared/images/custom/footer/footer_printen.gif');
	background-position: top left;
}

#footer div a#footer_ideal {
	width: 115px;
	background-image: url('/shared/images/custom/footer/payment-logos.gif');
	background-position: top left;
}

#footer a.text_link {
	color: #fff !important;
	margin-top: 8px;
	height: 22px;
	text-decoration: none;
}

#credits_wrapper {
	width: 798px;
	height: 30px;
	color: #000;
}

#credits {
	width: 564px;
	margin-left: auto;
	margin-right: auto;
}

#credits div {
	float: left;
}

#credits div a {
	color: #000;
	text-decoration: underline;
}

/***********************
** FORM STYLING       **
***********************/


.clear {
	clear: both;
}

/*
.checkbox, input[type=checkbox] {
	*//*width: 15px;*//*
	height: 15px;
	margin:0;
	padding:0;
}

img, .inputimage, input[type=image] {
	border: none;
	vertical-align: middle;
}

.preload {
	display: none;
}

.highlight {
	*//*color: red;*//*
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

table td {
	padding: 3px 5px;
	color: black; *//*#6f6f6f;*//*
}

a * {
	border: none !important;
}

a {
	color: black !important;
}
*/
/*************************************
** USED TO BE BODY.CSS FROM MARTIJN **
*************************************/
/*
#abo_wiz_menu {
	width: 100%;
	height:31px;
	margin-bottom: 18px;
}

#abo_wiz_menu input {
	border:1px solid #DBDBDB;
	height: 31px;
	width:141px;
}
#abo_wiz_menu input:hover {
	border: 1px solid #B7B7B7;
}

.abo_wiz_header {
	background: #4C4C4C;
	padding-left: 10px; 
	border-bottom: 1px solid white;
	padding-bottom: 1px;
}

.abo_wiz_selector, .abo_wiz_overview {
	background: #cbcbcb;
	padding:10px;
	color: black;
}

.abo_wiz_overview {
	background: none;
	border:1px solid #b7b7b7;
}

.white_header {
	position: relative;
	padding-left: 10px;
	border:1px solid #b7b7b7;
	border-bottom:none;
}

.free_stuff {
	font-weight:bold;
	color:#FF0000;
	text-decoration:line-through;
}
*/
h1 {
	font-size: 18px;
	color: #1ea0d4;
	margin-top:0;
}

h2 {
	font-size: 16px;
	color: #1ea0d4;
	margin-top:0;
}

/*
#blocks a#one:hover {
	background-image: url('/content/image/images/original/74.gif') !important;
}

#blocks a#two:hover {
	background-image: url('/content/image/images/original/75.gif') !important;
}

#blocks a#three:hover {
	background-image: url('/content/image/images/original/76.gif') !important;
}

.couponcode_error
{
	font-weight:bold;
	color:#CC0000;
}
*/
