﻿body
{
	background-color:#FFFFA4;
    bottom:0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size:13px;
	margin:0 0.5em 0 0.5em;
    top:0;
}

body, li, ul, a, p
{
	margin:0;
	padding:0;
}

ul li.levelOne
{
	padding-left: 0.5em;
	margin-bottom: 2px;
	margin-top: 2px;
}

ul li.levelOne:first-child
{
    margin-top: 0;
}

ul li.levelOne ul
{
	margin-left:1em;	
}

ul
{
    overflow:hidden;
}

li
{
	list-style-type:none;
}

ul a {
	background-image: url('../images/menuGradient.png');
	background-repeat:repeat-y;
	text-decoration:none;
	color:black;
	display:block;
	padding-left:0.25em;
}

ul li.showChildren
{
    margin-bottom:0;
}

ul ul a
{
    background-position: -1.11em center;
    font-size:90%;
	margin-bottom: 0px;
	margin-top: 2px;
}

li a.selected {
	color:#800000;
	font-weight:bold;
	background-color:#FFCC66;
	background-image:none;
}

ul li.hideChildren ul
{
	display:none;
}

ul a:hover
{
	font-weight:bold;
	color:black;
}

ul a.selected:hover
{
	color:#800000;
}

* html body ul
{
    height: 35em;
}

* html body * ul
{
    height:auto;
}

body > ul
{
    height: 34em;
}

p.impressum
{
    left:0;
    right:0;
    text-align:center;
}

p.impressum a
{
    text-decoration:none;
    display:block;
    color:Black;
    margin:0;
}

