body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul {
        font-family: "Benguiat Frisky ATT", "Comic Sans MS", Arial, Helvetica, sans-serif;
        text-align:justify;
}

body, td, div, p, pre, ul {
        font-size: 16px;
}

h1 {
        font-size: 24px;
        color: Red;
        text-align : center;
}

h2 {
        font-size: 20px;
        color: Red;
        text-align : center;
}

h3 {
        font-size: 18px;
        color: Red;
        text-align : center;
}

.centerlines {
        font-size: 16px;
        text-align : center;
}

.menulines{
        border:2.5px solid #F0F0F0;
}

.menulines a{
        text-decoration:none;
        color:black;
}

.small {
        font-size: 14px;
}
.mini {
        font-size: 12px;
}
.minimini {
        font-size: 10px;
}

a {
        font-size: 14px;
}
a:link {
        color: Black;
}
a:visited {
        color: Silver;
}
a:active {
        color: Teal;
}
a:hover{
        color: Red;
}

#Center{
  text-align:center;
}

#Tabelle{
  text-align:center;
}

#Euro{
  text-align:right;
}

#copyright{
        clear:both;
        border-top:1px solid silver;
        margin-top:5px;
        text-align:left;
        padding-right:5px;
        font-size:12px;
        azimuth : far-left;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        color : Silver;
}