html    {
    padding: 0;
    margin: 0;
}

body {
    background-color: #949494;
    font-size: 100.01%;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #000;
    height: 101%;  
}

#container  {
    position: relative;
    width: 900px;
    background-color: #ebebeb;
    color: #000;
    margin-left: auto;
    margin-right: auto;

}

/* Trennt den Header vom eigentlichen Inhalt */
#trenner    {
    position: relative;
    height: 20px;
    background-color: #949494;
    padding: 0;
    margin: 0;
}



#menue   {
    position: absolute;
    width: 260px;
    left: 0px;
    top: 190px;
}

#inhalt {
    width: 563px;
    margin-left: 260px;
    background-color:#fff;
    overflow: auto;
    padding: 1em 4em 20em 2em;
    font-size: 0.8em;
}

#inhalt a {
    padding: 0;
    margin: 0;
    background-image: url();
}

#footer {
    clear: both;
    background-color: #ebebeb;
    color: #000;
    text-align: right;
    font-size: 0.6em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

h1  {
    font-size: 1.2em;
}

#menue ul   {
    margin-top: 3em;
    line-height: 1.5em; 
}

#menue ul li    {
    list-style-type: none;
    width: 250px;
}

/* Untermenue */
#menue ul ul {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

#menue ul ul li {
    padding-left: 1.5em;
    list-style-type: none;
}

#menue ul ul li a   {
    font-weight: normal;
    font-size: 0.7em;
}

#menue a    {
    text-decoration: none;
    color: #000;
    background-color: #ebebeb;
    font-size: 0.8em;
    padding-left: 1em;
    font-weight: bold;
}

#menue a:hover, a:active, a:focus   {
    text-decoration: none;
    background: #ebebeb url(pfeil.gif) no-repeat;
    background-position: 0em 0.2em;
    padding-left: 1em;
}

/* Pfeil für den aktuellen Menuepunkt */
li.menu_current a {
    text-decoration: none;
    color: #000;
    background-color: #ebebeb;
    font-size: 0.8em;
    padding-left: 1.5em;
    background: #ebebeb url(pfeil.gif) no-repeat;
    background-position: 0em 0.2em;
}

/* Das folgende Hintergrundbild gibt es nicht. IE hat aber Probleme mit der Darstellung, deswegen wurde dieser Fake eingebaut. */
#menue ul li ul li.menu_default a {
    background: #ebebeb url(pfeil.jpg) no-repeat;
}

#footer a   {
    text-decoration: none;
}


