/*mv*/
body {
        font-family:Arial, Helvetica, Sans-Serif;
        font-size:0.8em;
        color:#7e7804;
        background-color:#7e7804;/*Hintergrundfarbe*/

        width:866px;
        margin:auto;
        margin-top:2%;
        margin-bottom: 0px;
        padding: 20px;
        border: none;

}

#bildhome{

        position: absolute;
        margin-top: -109px;
        margin-left: 565px;

}
/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
img {

        border: none;
        margin-bottom: 0px;
        text-decoration: none;
}

a {
        color: none;

}
a:hover {
        color: none;
        text-decoration: none;
}



/*'''''''''''''''Standard Menu Formatierung''''''''''''''''''''''''''''''''''''''''''''''''''*/



.menu {
        list-style-type: none;
        text-align: center;
        padding-left: 0px; /*Extrawurst fuer Mozilla/Firefox*/
        margin-left: 0px; /*Extrawurst fuer IE*/

        background: none; /* Farbe der Menüleiste*/
        margin-top: 0px;
        border: none;
}

.menu li { 
        display: inline; /*kein Zeilenumbruch zwischen den einzelnen Listenelementen*/
        font-weight: 0px;
        padding: 0px;
        border: none;
}

.menu a {
        color:none;          /* Farbe der Menü-Beschriftung*/
        padding: 0px;
        text-decoration: none;
        border: none;

}

.menu a:hover {
        text-decoration: none;
        color: none;
        background: none;  /* Hintergrundfarbe der angeklickten Menüpunkte*/
}
