﻿body 
{
	margin: 10px;
	padding: 10px;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #FFFFFF;
}

.outerbox
{
	width: 1001px;
	height: 500px;
}

#box
{
	top: 35px;
	position: relative;
}

#leftbox
{
	top: 40px;	
	position: relative;
	background-image: url('../images/topstreg.jpg');
	background-repeat: no-repeat;	
	width: 500px;
	height: 400px;
	background-color: #E9E9E9;
}

#splitter
{
	left: 520px;
	position: absolute;
	background-image: url('../images/midtstreg.jpg');
	background-repeat: no-repeat;
	width: 5px;
	height: 454px;
}

#rightbox
{
	float:right;
	width: 500px;
	height: 455px;
	background-color: #E9E9E9;
}

#whitebox
{
	background-color: #ffffff;
	width: 489px;
	height: 390px;
}

#footer
{
	position: relative;
	top: 40px;
	background-image: url('../images/bundstreg.jpg'); 
	background-repeat: no-repeat;
	width: 1000px;
	height: 5px;
}

.menucurrent
{
       position: absolute; 
       width: 100px; 
       border-bottom: solid 4px #000000;
}

.menunormal
{
       position: absolute; 
       width: 100px; 
       border-bottom: solid 4px #CCCCCC;
}

#navmenu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; padding: 5px 5px 5px 10px; width: 50px}
#navmenu a {text-decoration:none; color: #000000; }
#navmenu a:hover { color: #666666; }

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
