@import url(global.css);
body {
	color:#333;
	background:#e8eaec;
}
#wrapper {
	min-width: 70em;
	max-width: 95em;
	position: absolute;
}
html > body #wrapper {
	width: 98%;
	min-width: 70em;
	max-width: 95em;
	position: absolute;
}
#top-menu {
	font-size: 80%;
	height: 2em;
	padding-top: 0.5em;
	background-color: rgb(245,245,245);
	position: static;
	margin: 90px 0 40px 0;
}
#top-menu a {
	font-weight: bold;
	color: #333;
}
#header {
	background: #fff url(../images/humboldt-logo-quer_small.png) no-repeat 0px 10px;
	padding: 5px 0 0 0;
	color: #777;
	position: absolute;
	top: 0;
	width: 100%;
}
#header h1 {
	margin: 13px 0 0px 200px;
	font-weight: 200!important;
	font-size: 1.2em;
}
#quick-search {
	margin-right: 6px;
}

#quick-search a {
color: #333;
}

#main-menu {
	background-color: #578bb8;
	left: 0;
	border-top: 1px solid #fff;
	width: 100%;
}
#main-menu li {
	margin: 0;
	padding: 0;
}
#main-menu li a {
	background-color: #578bb8;
	border-right: 1px solid #fff;
	font-size: 90%;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
}
#main-menu li a:hover {
	background-color: #80b0da;
	color: #ffffff;
}
#main-menu li a.selected, #main-menu li a.selected:hover {
	background-color: #80b0da;
	color: #ffffff;
}
#footer {
	background-color: #578bb8;
	border: 0;
	color: #fff;
}
#footer a {
	color: #fff;
	font-weight: bold;
}
#main {
	font:90% Verdana, Tahoma, Arial, sans-serif;
	background: #fff;
}
#main a {
	font-weight: bold;
	color: #467aa7;
}
#main a:hover {
	color: #2a5a8a;
	text-decoration: underline;
}
#content {
	background: #fff;
}
#content .tabs ul {
	bottom:-1px;
}

div.splitcontentleft,
div.splitcontentright
{
padding-top: 10px;
background: url(../images/border-hor.png) repeat-x;
}

div.splitcontentleft p,
div.splitcontentright p
{
margin: 0 0 0.5em 0;
}
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {
	border-bottom: 0px;
	color:#606060;
	font-family: Trebuchet MS, Georgia, "Times New Roman", serif;
}
h2, .wiki h1 {
	letter-spacing:-1px;
}
h4 {
	border-bottom: dotted 1px #c0c0c0;
}
#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
	background-position: 0% 40%;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 3px;
}
#top-menu a.home {
	background-image: url(../images/home.png);
}
#top-menu a.my-page {
	background-image: url(../images/user_page.png);
}
#top-menu a.projects {
	background-image: url(../images/projects.png);
}
#top-menu a.administration {
	background-image: url(../images/admin.png);
}
#top-menu a.help {
	background-image: url(../images/help.png);
}

#main-menu
{
position: relative;
top: 80px;
}
#footer {
	margin-top: 15px;
	margin-left: 10px;
	padding: 5px 15.8em 0 15em;
	font-size: 90%;
	background: url(../images/border-hor_red.png) repeat-x top left;
	color: #333;
}
#top-menu #loggedas { float: right; margin-right: 0.5em; color: #777; }

#footer a {
  color:#467AA7;
  font-weight:bold;
}

#footer a:hover {
  color:#2A5A8A;
  text-decoration:underline;
}