body {
	margin: 0px;
	padding: 0px;
	background-color: #e3e3e3;
}
body, td, p {
	font-family: verdana, helvetica;
	font-size: 11px;
	color: #000000;
}
table {
	padding: 0px;
	border-collapse: collapse;
}
form {
	display: inline;
}

a, a:hover, a:visited, a:active, a:link {
	text-decoration: none;
	color: #000000;
}

div#system_logo {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 202px;
	height: 50px;
	background-image: url(http://www.cosma.nl/interface/web/images/logo.png);
	background-color: #58ac25;
	color: #000000;
	z-index: 10;
}
div#system_boxi {
	position: fixed;
	left: 0px;
	top: 50px;
	width: 197px;
	height: 150px;
	background-color: #ffffff;
	color: #000000;
	z-index: 1;
}
div#system_menuhelp {
	position: fixed;
	left: 0px;
	top: 50px;
	height: 20px;
	width: 197px;
	background-color: #ffffff;
	color: #000000;
	z-index: 1;
}
div#system_menu, div#system_help, div#system_info {
	position: fixed;
	left: 0px;
	width: 197px;
	top: 70px;
	/* bottom: 50px; */
	bottom: 0px;
	background-color: #ffffff;
	color: #000000;
	overflow: auto;
	z-index: 1;
}
div#system_reseller {
	display: none;
	position: fixed;
	left: 0px;
	width: 197px;
	height: 50px;
	bottom: 0px;
	/* background-image: url(http://www.cosma.nl/interface/web/images/reseller.png); */
	background-color: #ffffff;
	color: #000000;
	z-index: 1;
}

div#system_menubar {
	position: fixed;
	left: 197px;
	top: 0px;
	bottom: 0px;
	width: 13px;
	z-index: 1;
}

div#system_head {
	position: fixed;
	left: 202px;
	top: 0px;
	padding-top: 0px;
	right: 0px;
	height: 50px;
	color: #000000;
	background-color: #ffffff;
	z-index: 100;
}
div#system_content {
	background-color: #e3e3e3;
	color: #000000;
	position: absolute;
	left: 210px;
	top: 50px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

