@CHARSET "UTF-8";

ul.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.navigation li {
	display: inline;
	padding: 0 1ex;
	border-left: 2px solid;
	text-transform: uppercase;
}
ul.navigation li.first {
	border-left: none;
}

ul.header {
	position: relative;
	top: 25px;
	margin-left: 15px;
}

ul.header li {
	position: relative;
	border-color: #2b73b5;
	color: #2b73b5;
	font-weight: bold;
}
ul.header li.first {
	border-left: none;
}
ul.header li.current, ul.header li.active {
	color: #00cc99;
}

ul.header li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 1ex 0 0 1ex;
	width: 95%;
}
ul.header li:hover ul {
	display: block;
	padding-right: 1ex;
}
ul.header li.active:hover ul, ul.header li.current:hover ul {
	display: none;
}
ul.header li ul li {
	display: block;
	padding: 0;
	border: none;
	color: black;
	font-size: 83.33%;
	font-weight: normal;
	text-transform: none;
	white-space: nowrap;
}
ul.header li ul li.current, ul.header li ul li.active {
	color: black;
}

ul.left li {
	display: block;
	margin: 0 1ex;
	padding: .5ex 0 .5ex 15px;
	border: none;
	border-bottom: 1px solid white;
	background: url('../img/bullet.gif') no-repeat 3px 8px;
	text-transform: none;
}
ul.left li.current, ul.left li.active {
	color: #00cc99;
	background-image: url('../img/bullet_active.gif');
}
ul.left ul {
	margin: .5ex 0 .5ex -3px;
}
ul.left ul li, ul.left ul li {
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
	background-position: 3px 5px;
	color: #2b73b5;
}

ul.footer {
	display: inline;
}

ul.imprint {
	position: absolute;
	top: 1em;
	right: 1ex;
}

ul.footer li, ul.imprint li {
	border-width: 1px;
}

div#page_links a {
	color: inherit;
	text-decoration: inherit;
}
div#page_links a:hover {
	text-decoration: underline;
}
div#page_links span.current {
	font-weight: bold;
}
