@font-face
{
    font-family: "NimbusRomNo9L-Reg";
    src: url(font/nimbus-roman-no9-l/NimbusRomNo9L-Reg.otf);
}
@font-face
{
    font-family: "NimbusRomNo9L-Med";
    src: url(font/nimbus-roman-no9-l/NimbusRomNo9L-Med.otf);
}
.table
{
    border-style: solid;
    border-color: black;
    
}
td, th {
    border: 1px solid black;
    background-color: rgba(255, 255, 255, 0.42);
}
/*.agrar
{
    background-color: green;
}
.bergwerk
{
    background-color: grey;
}
.verabeitung
{
    background-color: brown;
}
.ende
{
    background-color: rgb(194, 194, 0);
}*/
#site
{ 
    background-image: url("Bilder/1602.gif");
    background-size: 100%;
    background-attachment:fixed;
    margin: 0;
    background-color: #593939;
    color: #F2C572;
    font-family: "NimbusRomNo9L-Reg";
}
h1
{
    text-align: center;
    font-size: 75px;}
    font-family: "NimbusRomNo9L-Med";
.table
{
    border-style: solid;
    border-color: black;
    background-color: #261A1A;
    font-size: large;
}
td, th {
    border: 1px solid black;
    background-color: #261A1A;
    font-size: large;
}
input
{
    background-color: #593202;
    color: #F2D479;
    font-size: medium;
}
.struktur
{
    margin-left: auto;
    margin-right: auto;
}
#button
{
    text-align: right;
}
.klick
{    
    font-size: 20px;
    width: 150px;
    height: 35px;
    color: #000000;
    background-color: #D9BF8F;
    border-color: #261A1A;
    border-radius: 6px;
    border-width: 4px;
}
.klick:hover
{
    background-color: #caa51f85;
}
.klick:active
{
    transform: translateY(2px);
}
#zurueck
{
    background-color: #D9BF8F;
    color: #000000;
    border-color: #261A1A;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: larger;
}
#zurueck:hover
{
    background-color: #D9BF8F;
    color: #000000;
    border-color: #261A1A;
    text-align: center;
    text-decoration: none;
    border-radius: 0px;
}
#back
{
    text-align: center;
}