@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#totaal {
	width: 762px;
	height:100%;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
}
#totaal #left {
	background-image: url(../images/bg.gif);
	width: 223px;
	min-height: 400px;
	float: left;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height:100%;
}
#totaal #main {
	width: 519px;
	float: left;
	min-height:400px;
	background-image: url(../images/bgpage.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-position: right bottom;
	padding-right: 20px;
	color: #000000;
	height: auto;
}
#totaal #main li {
	color: #000000;
}

#totaal #main a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

#totaal #top {
	background-color: #000000;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;
}
#totaal #pag {
	background-image: url(../images/bg.gif);
	min-height:400px;
	height: auto;
	float: left;
}

#totaal #bottom {
	height: 80px;
	float: left;
	background-color: #000000;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 592px;
	background-image: url(../images/bottom.gif);
	padding-left: 170px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#totaal #bottom a {
	color: #666666;
	text-decoration: none;
}
#totaal #footer {
	float: left;
	background-color: #000000;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 762px;
	margin: 0px;
	padding: 0px;
}
#totaal #footer a {
	color: #666666;
	text-decoration: none;
}
#footer {
	float: left;
	background-color: #000000;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 762px;
	margin: 0px;
	padding: 0px;
	height: 200px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
li {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
li a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
#totaal #main a:hover {
	font-weight: bold;
	color: #669900;
	text-decoration: underline;
}
