@import url("/content/downloads/files/content.css");

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

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

#printfooter {
	display: none;
}

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

#container #header {
	position: relative;
}

#container #header #header_image {
	width:994px;
	height:190px;
	overflow:hidden;
}

#container #header #flagholder {
	left:927px;
	position:absolute;
	top:28px;
	z-index:1000;
	height:30px;
	width:67px;
}

#container #header #header_login {
	position: absolute;
	left: 348px;
	top: 28px;
	z-index:1000;
	height:30px;
}

#container #header #header_login div {
	float: left;
	margin-left: 6px;
}

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

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

#container #main #leftwiz {
	width: 208px;
	float: left;
	margin-right:20px;
}

#container #main #left #overige_diensten a {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #868686;
	height: 18px;
	width: 161px;
	overflow: hidden;
	background-color: #cbcbcb;
	line-height: 12px;
	padding-top: 6px;
	padding-left: 8px;
	text-decoration: none;
	color: #292929 !important;
	white-space:nowrap;
}

#container #main #left #overige_diensten a:hover {
	color: #fff !important;
}

#container #main #left #abonnementen_menu a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 25px;
	height: 19px;
	width: 144px;
	overflow: hidden;
	white-space:nowrap;
}

#container #main #left #overige_diensten a.selected {
	color: white !important;
	font-weight: bold;
}

#container #main #left #abonnementen_menu a.selected {
	color: white !important;
	/*font-weight: bold;*/ /*Nathan: Turned this off on Tom's request.*/
}

#container #main #left #abonnementen_menu a.unselected {
	color: #292929 !important;
}

#container #main #left #abonnementen_menu a:hover {
	color: #fff !important;
}

#container #main #left #abonnementen_menu a.plus {
	background-image: url('/shared/images/custom/left/menu_left_plus.gif');
}

#container #main #left #abonnementen_menu a.minus {
	background-image: url('/shared/images/custom/left/menu_left_minus.gif');
}

#container #main #left #abonnementen_menu a.blank {
	background-image: url('/shared/images/custom/left/menu_left_blank.gif');
}

#container #main #left #abonnementen_menu a.child {
	background-image: url('/shared/images/custom/left/menu_left_child.gif');
}

#container #main #left #abonnementen_menu a.last_child {
	background-image: url('/shared/images/custom/left/menu_left_last_child.gif');
}

#container #main #rightwiz {
	width: 765px;
	float: right;
}

#container #main #right {
	width: 810px;
	float: right;
}

#footer {
	margin-top: 8px;
	margin-bottom: 4px;
	width: 994px;
	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,
#footer div a#footer_stuur_door,
#footer div a#footer_printen
{
	background-position: top left;
}

#footer div a#footer_ideal {
	width: 130px;
	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;
	white-space: nowrap;
}

#credits {
	height: 30px;
	width: 798px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;	
}

#credits div {
	float: left;
}

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

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

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

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

.clear {
	clear: both;
}

.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:765px;
	height:33px;
	margin-bottom: 18px;
	overflow:hidden;
	white-space:nowrap;
}

#abo_wiz_menu input {
	width:197px;
	height:33px;
	border:0;
	margin:0;
	padding:0;
	background-color:white;
	background-repeat:no-repeat;
	cursor:pointer;
	/*height="99" width="765"*/
}

#abo_wiz_menu input#kies_abonnement {
	background-position:0px 0px;
}

#abo_wiz_menu input#kies_abonnement.ok {
	background-position:0px -66px;
}

#abo_wiz_menu input#kies_abonnement.selected,#abo_wiz_menu input#kies_abonnement.okselected {
	background-position:0px -33px;
}

#abo_wiz_menu input#naw_gegevens {
	background-position:-197px 0px;
}

#abo_wiz_menu input#naw_gegevens.ok {
	background-position:-197px -66px;
}

#abo_wiz_menu input#naw_gegevens.selected,#abo_wiz_menu input#naw_gegevens.okselected {
	background-position:-197px -33px;
}

#abo_wiz_menu input#kies_betaalwijze {
	background-position:-394px 0px;
}

#abo_wiz_menu input#kies_betaalwijze.ok {
	background-position:-394px -66px;
}

#abo_wiz_menu input#kies_betaalwijze.selected,#abo_wiz_menu input#kies_betaalwijze.okselected {
	background-position:-394px -33px;
}

#abo_wiz_menu input#afrekenen {
	width:174px;
	background-position:-591px 0px;
}

#abo_wiz_menu input#afrekenen.ok {
	width:174px;
	background-position:-591px -66px;
}

#abo_wiz_menu input#afrekenen.selected,#abo_wiz_menu input#afrekenen.okselected {
	width:174px;
	background-position:-591px -33px;
}



/*
#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;
	width:370px;
	overflow:hidden;
}

.abo_wiz_selector, .abo_wiz_overview {
	background: white;
	padding:15px;
	color: black; /*#6f6f6f;*/
}

.abo_wiz_overview {
	background-color: white;
	border:1px solid #b7b7b7;
}

.abo_wiz_overview hr {
	border:0;
	color: black;
	background-color: black;
	height: 1px;
	margin:5px 0px;
}	

div#aboinfotable div.tr {
	clear:both;
}

div#aboinfotable div.tr div.td1 {
	float:left;
	width:95px;
	margin-right:10px;
	height:20px;
	text-align:right;
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
}

div#aboinfotable div.tr div.td2 {
	float:left;
	width:225px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
}
	
.abo_wiz_selector {
	background-color: #f8f8f8;
	overflow:hidden;
}

.abo_wiz_selector input.radio {
	margin:0;
	float:left;
	margin-top:0px; /* 5px for mozilla - 3px for IE8 - 0px for IE7 */
}

.abo_wiz_selector input.checkbox {
	margin:0;
	float:left;
	margin-top:3px; /* 5px for mozilla - 3px for IE8 -/ IE7 */
}

.abo_wiz_selector label {
	float:left;
	width:180px;
	margin:0px 5px;
	margin-top:5px;
}

.abo_wiz_selector br {
	clear:both;
}

.abo_wiz_selector hr {
	border:0;
	color: #c6c6c6;
	background-color: #c6c6c6;
	height: 1px;
	margin:10px 0px;
}

.white_header {
	width:368px;
	overflow:hidden;
	border:1px solid #b7b7b7;
	border-bottom:none;
}

.free_stuff {
	font-weight:bold;
	color:#FF0000;
	text-decoration:line-through;
}

.strong {
	font-weight:bold;
}

.warning {
	color:red;
	font-weight:bold;
	white-space:nowrap;
}

div.abo_wiz_selector div.step2 input {
	float:left;
	display:block;
}

h1 {
	font-size: 18px;
	color: #1ea0d4;
}

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

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

.disabled
{
	color: #696969;
}
