/*mv*/
body {
        font-family:Arial, Helvetica, Sans-Serif;
        font-size:0.8em;
        color:#FF7F00;
        background-color:#00001C;/*Hintergrundfarbe*/


        width: 1000px;
        height: auto;
        margin: auto;
        margin-top:2%;
        margin-bottom:1px;
        padding: 20px 20px 20px 20px;
        border-width: 1px;    /*Rahmenstaerke*/
        border-style: solid;
        border-color: #FF9F00; /*Rahmenfarbe*/

}


/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
img {

        border: none;
        margin-bottom: 1px;
        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;
        margin-bottom: 10px;
        border: none;


}



.menu li {
        display:inline; /*kein Zeilenumbruch zwischen den einzelnen Listenelementen*/
        font-weight: 0px;
        padding: 0px;
        border: none;
}

.menu a {
        color:#FF9F00;          /* Farbe der Menü-Beschriftung*/
        padding: 0px;
        text-decoration: none;
        border: none;

}

.menu a:hover {
        text-decoration: none;
        color: #FF9F00;
        background: none;  /* Hintergrundfarbe der angeklickten Menüpunkte*/
}
/*''''''''''''''''Formatierung der Bilder nach rechts''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.bildnachrechts {
        float:right; /*stellt ein Bild im Fliesstext rechtsbuendig dar*/
        padding: 5px; /*soll ja schließlich nicht am Text kleben.*/
        vertical-align:top; /*Damit die Bild-Oberkante auf gleicher Hoehe mit der Textoberkante abschliesst.*/
}

.bildnachlinks {
        float:left; /*ohne diese Angabe wuerde der Text nach der 1. Zeile umbrechen
        und unter dem Bild weiterlaufen:saehe sch... aus*/
        padding:5px;
        vertical-align:top; /*Damit die Bild-Oberkante auf gleicher
                            Hoehe mit der Textoberkante abschliesst.*/
}
.bildnachmitte {
        position:absolute;

        top:50%;
        left:30%;

}

/*''''''''''''''''''''Text''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

h1{
        font-size:1.2em;
        font-weight: 200;
        color:#FF9F00;
        margin-top:25px;
}

h2{
        font-size:1.0em;
        font-weight: 200;
        color:#FF9F00;
        margin-top:25px;
}

h3{
        text-align: center;
        font-size:1.0em;
        font-weight: 200;
        color: #FF9F00;
        margin-top:25px;
}

h4{
        text-align: center;
        font-size:1.2em;
        font-weight: 200;
        color: #FF9F00;
}

h5{
        text-align: center;
        font-size:0.85em;
        font-weight: 200;
        color: #FF9F00;
}

h6{

        font-size:0.8em;
        font-weight: 200;
        color: #FF9F00;

}


/*--------------Formatierung der Spalten -------------------------------------------*/

#linkeSpalte
{
        width: 33%;
        float: left;

}
#mittelSpalte
{
        width: 33%;
        float: left;
}
#rechteSpalte
{
        width: 33%;
        float: left;

}
#Spalte1
{
        width: 10%;
        float: left;

}
#Spalte2
{
        width: 30%;
        float: left;

}
#Spalte3
{
        width: 10%;
        float: left;

}
#Spalte4
{
        width: 10%;
        float: left;

}
#Spalte5
{
        width: 7%;
        float: left;

}