* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background-image: url(../bilder/umschlag.jpg);
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}

header, nav, footer, aside, section, audio {
    display: block;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background-image: url(../bilder/Spaltenschatten3.png)
}

header {
    background-color: #B28C67;
    background-image: url(../bilder/logo_lang.jpg);

    color: #DECCBC;
    font-family: Times;
    font-style: italic;
    font-size: 2.7em;
    text-align: center;
    height: 150px;
    width: 1000px;
}

header p {
    float: left;
}

audio {
    width: 1000px;
    background-color: #B28C67;
}


#titleline {
    float: none;
    text-align: center;
    padding: 0.25em;
}


#steuerungoben {
    background-image: url(../bilder/braunlogo.png);
    height: 24px;
}

#steuerungoben ul {
    list-style-type: none;
}

#steuerungoben li {
    display: inline;
}

#steuerungoben a {
    display: block;
    width: 124px;
    float: left;
    text-align: center;
    line-height: 24px;
    color: white;
    text-decoration: none;
}

#steuerungoben a:hover {
    background-image: url(../bilder/grau-50.png);

}


#steuerunglinks {
    background-color: #B28C66;
    width: 130px;
    padding-left: 6px;
    padding-right: 6px;
    float: left;
}

#steuerunglinks ul {
    padding-top: 20px;
    list-style-type: none;
}

#steuerunglinks li {
    background-color: #DECCBC;
    border: solid 2px;
    border-color: #B28C66;
    color: #3E3E3E;
    padding-top: 10px;
    font-family: Times;
    font-weight: bold;
    font-size: medium;
    font-style: italic;
    text-align: center;
}

#steuerunglinks ul ul{
    padding-left: 0em;
    padding-top: 20px;
    list-style-type: none;
}

#steuerunglinks a {
    color: #3E3E3E;
    text-decoration:  none;
}

#steuerunglinks a:hover {
    color: #DECCBC;
}
#steuerunglinks a:active {
    color: #878787;
}
#steuerunglinks li:hover {
    color: #DECCBC;
    background-image: url(../bilder/grau-50.png);
}

#steuerunglinks img{
     padding-top: 5px;
}




/*
#steuerunglinks #nolinaceaelink li {
background-color: #FF0000;
border: solid 1px black;
    font-size: x-small;
}

*/


aside {
    width: 200px;
    float: right;
}

aside img {
    padding-top: 1px;
    border:1px solid;
    border-color: #B18E68;
}


#steuerungrechts {
    background-color: #B28C66;
    width: 197px;
    padding-left: 2px;
    padding-right: 2px;
    float: left;
 }

#steuerungrechts ul {
    padding-top: 20px;
    list-style-type: none;
}

#steuerungrechts li {
    background-color: #DECCBC;
    border: solid 2px;
    border-color: #B28C66;
    color: #3E3E3E;
    padding-top: 4px;
    font-family: Times;
    font-weight: bold;
    font-size: medium;
    font-style: italic;
    text-align: center;
}

#steuerungrechts ul ul{
    padding-left: 0em;
    padding-top: 10px;
    list-style-type: none;
}

#steuerungrechts a {
    color: #3E3E3E;
    text-decoration:  none;
}

#steuerungrechts a:hover {
    color: #DECCBC;
}

#steuerungrechts li:hover {
    color: #DECCBC;
    background-image: url(../bilder/grau-50.png);
}


section {
/* border: solid 1px;*/
    margin-left: 150px;
    margin-right: 208px;
/*    background-color: #F0EEDF;
*/
}

section h1 {
    background-color: #DECCBC;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3E3E3E;
    font-family: Times;
}

section h2 {
    background-color: #DECCBC;
    color: #3E3E3E;
    text-align: center;
    padding: 10px;
    font-family: Times;
    font-size: 13pt;
    margin: 10px;
}

section h3 {
    background-color: #DECCBC;
    color: #3E3E3E;
    text-align: center;
    padding: 10px;
    font-family: Times;
    font-size: 12pt;
    margin: 10px;
}

section h4 {
    background-color: #DECFC4;
    color: #3E3E3E;
    text-align: center;
    padding: 10px;
    font-family: Times;
    font-size: 12pt;
    margin: 10px;
}


section p {
    color: #3E3E3E;
    text-align: justify;
    padding-top: 1em;
    padding-right: 2em;
    padding-left: 2em;
    font-family: Times;
    font-size: 12pt;
    line-height: 1.2em;
}

section a {
    font-family: Times;
    font-size: 12pt;
    padding: 0;
}


section table, tr, td {
    padding-top: 1em;
    font-family: Times;
    font-size: 12pt;
    text-align: left;
}

section .keytospecies table, tr,td {
    padding: 10px;
    background-color: #E9DCC1;
    font-size: 11pt;
    border: solid 1px;
}


section .bildlegende {
    text-align: center;
    padding-bottom: 1em;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

section ul {
    padding: 5px;
    font-family: Times;
    font-size: 12pt;
    list-style-type: none;
    margin-left: 10px;
    margin-right: 10px;
}

section li {
    margin-left: 10px;
}

section #linkespalte {
    float: left;
    width: 290px;
}

section #rechtespalte {
    float: right;
    width: 290px;
}

footer {
    background-color: #B28C66;
    color: white;
    text-align: center;
    font-family: Times;
    font-size: x-small;
    clear: both;
}