body {
    background: url("static/hintergrund_test.png");
    background-size: 100% 100%;
    height: 100% !important;
    font-family: Candara;
    min-height: 100%;
    margin: 0 auto;

    color: white;
    font-size: 18px;
}

li A:link {
	background-color : transparent;
	color : white;
	text-decoration : none;
}
li A:visited {
	background-color : transparent;
	color : white;
	font-weight : bold;
	text-decoration : none;
}
li A:hover {
	background-color : transparent;
	color : red;
	text-decoration : none;
}

ul.menu .active {
	background-color : transparent;
	color : red;
	text-decoration : none;
}

a img {
	border: 0;
}

A:link {
	color : white;
}

A:visited {
	color : white;
	font-weight : bold;
}


ul.menu, ul.menu ul {
    list-style-type: none;
}

ul.menu a {
    display: block;
    padding: 0px 0px 0px 0px;
    font-weight:normal;
    font-size: 18px;
}

ul.menu ul a {
    padding: 0 0px;
    z-index: 210;
}

ul.menu li {
    font-family: Candara;
    padding: 5px 5px 5px 5px;
    margin:0;
    background-image: none;
    #background-color: #99B299;
    float:left;
    border-right: 1px solid white;
    font-size: 18px;
    z-index: 210;
}

ul.menu li:last-child {
    border-right: 0px;
}

/*Unterpunkte*/
ul.menu ul {
    margin-left:0;
    padding: 0px 0px 0px 0px;
    position: absolute;
    background-color: #00213b;
    /*background: url(./fileadmin/templates/static/content_bg.png);*/
    border:1px solid #FFF9E4;
    display:none;
    min-width:180px;
    z-index: 210;
}

/* IE-Hack für die Breite */
*html ul.menu ul {
    width:10px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}

ul.menu ul li {
    float:none;
    background-color: transparent;
}

ul.menu_bottom, ul.menu_bottom ul {
    list-style-type: none;
}

ul.menu_bottom li {
    padding: 10px 10px 10px 10px;
    margin:0;
    background-image: none;
    background-color: #666666;
    float: left;
    border-right: 1px solid white;
    font-size: 18px;
}
