@charset "utf-8";

#navi h1 {
	font-size: 1em;
	margin-bottom: 0.1em;
}

#navi .element li {
	list-style-image: url(img/menu_arrow.gif);
}

#navi .current,
#navi .menu_item.new,
#navi .menu_item:hover {
	list-style-image: url(img/menu_arrow_active.gif);
	color: #ff0000;
}
#navi .menu_item a {
	display: block;
}

#navi ul {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 13px;
	font-weight: 800;
	padding-left: 20px;
}

#navi .header
{
	font-size: 13px;
	color: #eeeeee;
	font-weight: 800;
	margin: 0px 5px 0px 0px;
	padding-left: 4px;
	background-color: #e70000;
	background-image: url(img/cont_nav_back.gif);
	background-repeat: repeat-x;
	border: 1px solid #000000;
	border-bottom: 0px;
}

#navi .element
{
	font-size: 12px;
	background-color: #eeeeee;
	border: 1px solid #000000;
	margin: 0px 5px 13px 0px;
	padding: 5px;
}

#sidebar .element td {
	font-size: 12px; /* IE scheint probleme mit vererbung zu haben... */
}
