body {
  background: white;
  color:#000;
  font: x-small/1.5em   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
  font-size:small;
	overflow: auto;
	margin: 0px 0px 0px 0px;
}

a {
	color: #3875d7;
	text-decoration: none;
}

a:hover {
	color: #2f63b7;
}

.center {
	text-align: center;
} 
  
html>body {font-size:small;}

#header {
  width: 800px;
  background: repeat-x bottom;
	border-bottom: 0px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	height: 30px;
	visibility: visible;
	margin: 0px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header ul {
  margin:0;
  padding: 0px 0px 0 10px;
  list-style:none;
  }
#header li {
  float:left;
    margin:0;
	padding: 0 0 0 0px;
}
#header li.titel {
  float:left;
  background: no-repeat left top;
  margin:0;
	color: black;
	font-size: x-large;
	font-weight: bold;
	border-right: 1px solid #918a67;
	display: block;
	height: 20px;
	padding: 5px 15px 5px 0px;
}

#header img {
	padding-right: 5px;
	padding-left: 5px;
}
#header a {
  display:block;
  width: 80px;
  height: 20px;
  background: white;
  text-decoration:none;
  text-align: center;
  font-weight:bold;
  color: #3875d7;
	border-right: solid #918a67 1px;
	padding: 5px 10px 5px 10px;
}

#header a:hover {
  color: #2f63b7;
}
#header #current {
	background: repeat-x url(hback.png);
}
#header #current a {
  color: white;
  padding-bottom:5px;
	background: repeat-x url(hback.png);
}

#subheader {
	width: 100%;
	font-size: xx-small;
	text-align: right;
	font-weight: normal;
	position: absolute;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	top: 30px;
	color: black;
	height: 17px;
	background: repeat-x url(shback.png);
}

#subheader a {
	color: #3875d7;
	text-decoration: none;
}

#footer {
	width: 100%;
	font-size: xx-small;
	text-align: right;
	font-weight: normal;
	position: fixed;
	font-style: italic;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	bottom: 0px;
	height: 12px;
	color: black;
	background: repeat-x url(shback.png);
}

#main {
	top: 65px;
	position: absolute;
	left: 140px;
	height: 100%;
	width: 80%;
}

#menulinks {
	border-right: 2px solid #b4b4b4;
	float: left;
	position: absolute;
	width: 120px;
	top: 47px;
	height: 100%;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#menulinks ul {
	list-style: none;
	float: left;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#menulinks li {
	 float:left;
    margin:0;
	padding: 0 0 0 0px;
}

#menulinks a {
  float:left;
  display:block;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  font-size: x-small;
  left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #3875d7;
  width: 115px;
}

#menulinks a:hover {
  color: #2f63b7;
}

#menulinks #mcurrent {
	background: 0 #b4b4b4;
	text-align: left;
	border-bottom: 1px solid #aaaaaa;
}

#menulinks #mcurrent a {
  color: white;
  padding-bottom: 5px;
	background: #b4b4b4;
	padding-top: 5px;
	text-align: left;
	border-bottom: 1px solid #aaaaaa;
}
