html
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , sans-serif;
	margin: 10px;
	padding: 0;
	background-color: #333333;
	background: url(/images/bg.gif) #253e57;
	font-size: 13px;
}

table
{
	background-color: #FFFFFF;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

table.panel
{
	background-color: #D1E8F6;
}

h1
{
	font-size: 14px;
}

.IndexTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #80c41c;
	text-align: left;
}
.IndexSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #74A9D2;
	text-align: right;
	margin-right: 20px;
}

.finePrint
{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	margin: .5em 0 0;
	border: none;
}
.finePrint a
{
	color: #FFF;
	border: none;
}


td.navcorner
{
	text-align: center;
	background: url(/images/blue-menu-corner.gif) no-repeat bottom right;
	border-top: 0px; 
	border-right: 0px; 
	border-left: 1px; 
	border-style: solid;
	border-color: transparent;
	width: 21px;
	height: 19px;
}

td.nav
{
	text-align: center;
	background-color: #74A9D2;
	border-top: 0px; 
	border-right: 0px; 
	border-left: 1px; 
	border-style: solid;
	border-color: transparent;
	width: 90px;
	height: 17px;
}

TABLE.nav { 
	background-color: transparent;
	border-collapse: collapse;
}

td.nav a
{
	color: #FFF;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
}

td.nav a:hover
{
	color: DarkOrange;
	font-family: sans-serif;
	text-decoration: none;
}



.box
{
	float: left;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.box ul
{
	list-style-type: none;
	margin: 20px;
	padding: 0;
}

.box li
{
	padding: 0 0 1em;
}

.box a
{
	color: #D26301;
	font-size: 16px;
	font-weight: bold;
}

a.downloadSoftware
{
	padding-left: 20px;
	background: transparent url(/images/cd_go.png) left center no-repeat;
}

a.tarieven
{
	padding-left: 20px;
	background: transparent url(/images/money.png) left center no-repeat;
}

a.help
{
	padding-left: 20px;
	background: transparent url(/images/help.png) left center no-repeat;
}
a.contact
{
	padding-left: 20px;
	background: transparent url(/images/email_edit.png) left center no-repeat;
}

a.side-container
{
	 color: #6699cc;
}


/* Message Boxes */
div.messageBox {
	font-size: 12px;
	margin: 0 40px 10px 0;
	border: 1px solid #000;
	padding: 12px 40px 0 12px;
	background-repeat: no-repeat;
	background-position: 20px 14px;
	background-color: #ffffcc;
	border-color: #ffcc00;
	width: auto;
	min-height: 48px;
	_height: 48px;
}
div.messageBox.notification {
	background-image: url(/images/icon_notification.gif);
	background-color: #eff7fe;
	border-color: #83a8cc;
	color: #000;
	padding-left: 80px;
}
div.messageBox.confirmation {
	background-image: url(/images/icon_confirmation.gif);
	background-color: #fafff1;
	border-color: #a9d260;
	color: #000;
	padding-left: 80px;
}
div.messageBox.error {
	background-image: url(/images/icon_critalert.gif);
	background-color: #ffffcc;
	border-color: #ffcc00;
	color: #c60000;
	padding-left: 80px;
}
div.messageBox.alert {
	background-image: url(/images/icon_noncritalert.gif);
	background-color: #ffffcc;
	border-color: #ffcc00;
	color: #000;
	padding-left: 80px;
}
div.messageBox p {
	margin: 0 0 12px 0 !important;
	line-height: 1.5;
}
div.messageBox ul {
	margin: 0 0 12px 20px;
	padding: 0;
	line-height: 1.5;
}

/* hjalmar gekloot */

div.extramenu {
	border-style: solid;
	border-top: 0px;
	border-bottom: 1px; 
	border-right: 0px; 
	border-left: 1px; 
	border-color: #000000;
	}
