html {
	height: 100%;
}

body	{
	background-color:#dcdcdc;
	font-family:arial, verdana,  sans-serif;
	font-size:1em;
	xheight: 100%;
}

img {
	border: 0px;
}

body-popup {
	background-color:#ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

/* opmaakstijlen die gezamenlijk de hoogte en layout bepalen */ 
.layout {
	margin-left:auto;
	margin-top:20px;
	margin-right:auto;
	width:730px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-color:#ffffff;
	text-align:left;
	height: 100%;
	z-index:0;
}

/* moz en opera: box-model correctie */

html:not([dummy]) .kader {
	min-height: 595px;
	height: 100%;
}

/* mozilla fix */
html:not([dummy]) .kader {
	xmin-height: 800px !important;
}

.kader {
	position:relative;
	width:730px;
	margin:0px;
	margin-left:0px;
	padding-left:0px;
	background-image:url('/images/menu-background.jpg');
	background-repeat:repeat-y;
	z-index:0;
}

/* menu */
#hoofdnavigatie {
	position:relative;
	width:126px;
	float:left;
	z-index:0;
}

#menu {
	width:126px;
	margin-top:50px;
	text-transform:capitalize;
	font-family:arial;
	position:absolute;
}

#menu a:link {
	color:#000000;
	text-decoration:none;
}

#menu a:visited {
	color:#000000;
	text-decoration:none;
}

#menu a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#menu a:active {
	color:#ececec;
	text-decoration:none;
}

.button {
	margin-top:12px;
	margin-left:10px;
	padding-right:10px;
	text-align:left;
	font-family:arial;
	font-weight:bolder;
	font-size:13px;
}

.naam ul#lijst {
	list-style:disc;
	color:rgb(248,153,29);
	font-size:12px;
	font-weight:normal;
}
/* einde menu */
/* legenda */
.legenda table {
	width:125px;
}

.legenda td {
	font-size:10px;
	padding:0px;
}

.legenda img {
	padding:0px;
	margin:0px;
}
/* einde legenda */

#inhoud {
	position:relative;
	margin-left:126px;
	margin-top:0px;
	margin-right:0px;
	padding-top:60px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	width:562px;
	border-style:solid;
	border-width:0px;
	border-left-width:1px;
	border-color:#000000;
	z-index:0;
	font-size:small;
	height: 100%;
}

html>body #inhoud {
	margin-top:0px;
	margin-left:126px;
	float:left;
	xmin-height:500px;
}

#logo {
	position:absolute;
	float:left;
	width:168px;
	height:85px;
	margin-top:-21px;
	margin-left:-36px;
	z-index:3;
}

html>body #logo {
	margin-left:-36px;
}

.submenu {
	font-family:helvetica, arial;
	font-weight:bold;
	position:absolute;
	z-index:3;
	margin-left:auto;
	margin-top:8px;
	margin-right:auto;
	width:730px;
	height:19px;
	border-style:solid;
	border-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:#000000;
	background-color:#f8981d;
	text-align:right;
	font-size:x-small;
}

.versieinfo {
	z-index:0;
	position:absolute;
	width:730px;
	height:13px;
	margin-top:32px;
	margin-left:0px;
	padding:0px;
	border-style:solid;
	border-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:#000000;
	background-color:#cfccc5;
/* Ter voorkoming van vaste minimale hoogte block. Zonder, geen hoogte van 12px mogelijk, maar minimaal 14 px. */
	font-size:xx-small;
}

.footer {
	position:relative;
	margin-left:auto;
	margin-top:auto;
	margin-right:auto;
	margin-bottom:0px;
	height:90px;
	width:560px;
	border-style:solid;
	border-width:0px;
	border-color:#000000;
}

.icons {
	border:0px;
	margin-top:25px;
	float:left;
}

#flashlogo {
	float:right;
}

.adresinfo {
	margin-right:auto;
	margin-left:auto;
	vertical-align:middle;
	width:730px;
	height:12px;
	margin-top:0px;
	padding:0px;
	border-style:solid;
	border-width:1px;
	border-top-width:0px;
	border-color:#000000;
	background-color:#cfccc5;
/* Ter voorkoming van vaste minimale hoogte block. Zonder, geen hoogte van 12px mogelijk, maar minimaal 14 px. */
	font-size:xx-small;
}

/* Opmaak voor teksten */
h1 {
	font-size:small;
}

p {
	font-size:small;
	text-indent:0em;
}

#subnav {
	font-size:x-small;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:right;
	margin-right:10px;
	margin-top:3px;
}

#subnav a:link {
	color:#000000;
	text-decoration:none;
}

#subnav a:visited {
	color:#000000;
	text-decoration:none;
}

#subnav a:hover {
	color:#000000;
	text-decoration:underline;
}

#subnav a:active {
	text-decoration:none;
}

.info {
	color:#000000;
	font-size:xx-small;
	text-align:right;
	margin-right:10px;
	margin-top:0px;
}

.lijst {
	font-size:small;
}

/* menuitems */
#menu ul {
	margin-left:10px;
	padding-left:1em;
	margin-top:0px;
	margin-bottom:6px;
}

#menu li {
	margin:0;
	padding:0;
}

/* text gedeelte */
#inhoud th,
h1 {
	font-size: 13px;
	text-align: left;
	margin-bottom: 3px;
}

#inhoud td {
	font-size: 11px;
}

#inhoud table.overzicht {
	border-width: 1px;
	border-color: black;
}

#inhoud table.overzicht td {
	border-width: 0px;
	border-color: black;
}

#inhoud table.overzicht td.even,
	border-width: 0px;
	border-color: black;
	background-color: #E3E6E9;
}

#inhoud table.overzicht th,
#inhoud table.overzicht th a {
	border-width: 0px;
	border-color: black;
	border-bottom-width: 1px;
	background-color: #C8CDD1;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#inhoud table.overzicht th.right {
	border-width: 0px;
	border-color: black;
	border-bottom-width: 1px;
	background-color: #C8CDD1;
	font-size: 11px;
	text-align: right;
}

#inhoud table.overzicht td a img {
	cursor: hand;
}

#inhoud table.overzicht td.helptekst {
	border-top-width: 1px;
	background-color: #C8CDD1;
}

#inhoud table.overzicht td.helptekst img{
	background-color: #C8CDD1;
	vertical-align: middle;
	margin-right: 2px;
}

#inhoud form table.overzicht select,
#inhoud form table.overzicht input {
	font-size: 11px;
}

#topborderwhite {
	border-style:solid;
	border-top-width:1px;
	border-color:#ffffff;
}

#topborder {
	border-style:solid;
	border-top-width:1px;
	border-color:#000000000;
}

#kaderlijn {
	background-image:url('/images/interface_abonnees_v02_03.jpg');
	background-repeat:repeat-y;
}
/* totaal */
#inhoud table.overzicht tr.totaal td {
	background-color: #C8CDD1;
	border-top-width: 1px;
	font-weight: bold;
}

/* text gedeelte */
#inhoud {
	font-size: 11px;
	vertical-align: top;
}

#inhoud th,
h1 {
	font-size: 13px;
	text-align: left;
	margin-bottom: 3px;
}

#inhoud td {
	font-size: 11px;
}

#inhoud table.overzicht {
	border-width: 1px;
	border-color: black;
}

#inhoud table.overzicht td {
	border-width: 0px;
	border-color: black;
}

#inhoud table.overzicht td.even{
	border-width: 0px;
	border-color: black;
	background-color: #E3E6E9;
}

#inhoud table.overzicht th,
#inhoud table.overzicht th a {
	border-width: 0px;
	border-color: black;
	border-bottom-width: 1px;
	background-color: #C8CDD1;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#inhoud table.overzicht th.right {
	border-width: 0px;
	border-color: black;
	border-bottom-width: 1px;
	background-color: #C8CDD1;
	font-size: 11px;
	text-align: right;
}

#inhoud table.overzicht td a img {
	cursor: hand;
}

#inhoud table.overzicht td.helptekst {
	border-top-width: 1px;
	background-color: #C8CDD1;
}

#inhoud table.overzicht td.helptekst img{
	background-color: #C8CDD1;
	vertical-align: middle;
	margin-right: 2px;
}

#inhoud form table.overzicht select,
#inhoud form table.overzicht input {
	font-size: 11px;
}

#topborderwhite {
	border-style:solid;
	border-top-width:1px;
	border-color:#ffffff;
}

#topborder {
	border-style:solid;
	border-top-width:1px;
	border-color:#000000000;
}

#kaderlijn {
	background-image:url('/images/interface_abonnees_v02_03.jpg');
	background-repeat:repeat-y;
}
/* totaal */
#inhoud table.overzicht tr.totaal td {
	background-color: #C8CDD1;
	border-top-width: 1px;
	font-weight: bold;
}

/* w3c */
div.w3c {
	margin-top: 60px;
	margin-left: 10px;
}

/* nederland.net */
div.powerdby {
	vertical-align: bottom;
	text-align: right;
	margin-right: 10px;
}

/* live stats */
table.livestats {
	border-width: 1px;
	border-color: black;
}

table.livestats th {
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: black;
	font-size: 11px;
	text-decoration: none;
}

table.livestats td {
	border-width: 0px;
	font-size: 11px;
	vertical-align: bottom
}

td b.fout {
	color:red;
}

/* voorbeeld vakje */
xdiv.voorbeeld {
	background-color: #EEEEEE;
}

.naam {
	padding-top:6px;
}


