body,p {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

#wrapper {
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 0;
	}

#header {
	background: url('images/background.gif');
	text-align: center;
	position: fixed;
	background-color: #000098;
	color: #fff;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 82px;
	z-index: 2;
	white-space: nowrap;
}
	
#nav {
	position: fixed;
	float: left;
	top: 82px;
	left: 0;
	overflow: auto;
	width: 146px;
	font-size: 12px;
	padding-top: 0px;
	text-align: left;
	z-index: 1;
}

#content {
	position: inherit;
	margin-left: 155px;
	margin-right: 5px;
	margin-top: 82px;
	z-index: 1;
	display: block;    /* was run-in */
}

.clear {
	clear: both;
}

#footer {
	position: relative;
	color: white;
	background-color: #000098;
	font-weight: normal;
	font-size: small;
	text-align: center;
	vertical-align: bottom;
	z-index: 1;
	border-top-color: #000098;
	border-top-style: groove;
	border-top-width: 1px;
}

.totop {position:fixed; left:10px; top:90%;}

.navtab {
	max-width: 150px;
	min-width: 150px;
}
.navtd {
	max-width: 84px;
	min-width: 84px;
}

.kaderCell {
	background: #E2E2E2;
	width: 150px;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	border: 1px solid #E2E2E2;
	margin-right: 150px;
}

.menu {
	width: 140px;
	text-decoration: none;
	font-weight: normal;
	color: #000098;
	background-color: transparent;
	border-bottom: 1px solid silver;
}
.menu ul {
	float: left;
	font-family: Tahoma;
	font-size: small;
	color: #000098;
	width: 100%;
	padding: 0;
	margin-left: 2px;
	margin-top: 0px;
	list-style-type: none;
	background-color: transparent;
}
.menu a {
	float: left;
	width: 140px;
	text-decoration: none;
	color: #1B1B1B;
	background-color: transparent;
	border-bottom: 1px solid silver;
}
.menu a:hover {
	background-color: #000098;
	text-transform: none;
	color: Yellow;
}
.menu li {display:inline}

.menubalk {
	background-color: #000098;
	width: 140px;
	color: white;
	text-align: justify;
}



