body {
	background: #FFFFFF;
	/*margin: 0 0 1em 0;*/
	/*padding: 0 0 1em 0;*/
	font-size: 11px;
	font-family: Verdana;

}

#container {
        position: relative;
        margin: 0 auto;
	width: auto;
	height: auto;
        background: #FFFFFF;
	text-align: left;
}


/* ------------------------------------------------- */
/* Style voor de pagina's waar geen statusbalk wordt */
/* weergegeven                                       */
/* Begin ------------------------------------------- */
#totaal {
        margin: 0px 0px 0px 0px;
	width: 600px;
	height: auto;
        background: #FFFFFF;
	text-align: left;
}

#totaal table td.bottomleft{
      	font-size: 8px;
	font-family: Verdana;
	color: gray;
	text-align: left;
	width: 350px;
}

#totaal table td.bottomright{
      	font-size: 8px;
	font-family: Verdana;
	color: gray;
	text-align: right;
	width:350px;
}

#totaal hr {
	color: orange;
	background: orange;
	height: 2px;
	border: 0px;
}

#totaal a{
        color: orange;
        text-decoration: none;
        font-weight: bold;
}

#totaal a:hover{
        text-decoration: underline;
}

#totaal table td.bottomleft{
      	font-size: 8px;
	font-family: Verdana;
	color: gray;
	text-align: left;
	width: 400px;
}

#totaal table td.bottomright{
      	font-size: 8px;
	font-family: Verdana;
	color: gray;
	text-align: right;
	width: 400px;
}

#totaal img{
        max-width: 800px;
}
/* Eind -------------------------------------------- */


/* ------------------------------------------------- */
/* Style voor de pagina's waar een statusbalk wordt  */
/* weergegeven                                       */
/* Begin ------------------------------------------- */
#main {

        margin: 0px 0px 0px 0px;
	width: 800px;
	height: auto;
        background: #FFFFFF;
	text-align: left;
}

#main h1 {
	text-align: center;
	color: orange;
	font-size: 16px;
	text-decoration: none;
}

#main hr {
	color: orange;
        background: orange;
	height: 2px;
	border: 0px;
}

#main a{
        color: orange;
        text-decoration: none;
        font-weight: bold;
}

#main a:hover{
        text-decoration: underline;
}

#main table td.status{
        width: 150px;
        background: #DCDCDC;
	vertical-align: top;
	text-align: center;

}

#main table td.tekst{
        margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	width: 650px;
        font-size: 11px;
	font-family: Verdana;
}

#main table td.tekst img{
	max-width: 650px;
}

#main table td.bottomleft{
      	font-size: 8px;
	font-family: Verdana;
	color: gray;
	text-align: left;
	width: 400px;
}

#main table td.bottomright{
      	font-size: 8px;
	font-family: Verdana;
	color: gray;
	text-align: right;
	width: 400px;
}

#main div.dropdown{
        display: none;
        color: gray;
}
/* Eind -------------------------------------------- */


.verborgen
{
display:none;
}