/* merkmale: top right bottom left; */

body {
    text-align: center;
    background-image: url(images/backgrad.png);
    background-color: #CCC6AA;
    background-position: left top;
    background-repeat: repeat-x;
    background-attachment: fixed;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
img {
    border: none;
}
.centwide {
    margin: 0 auto;
    text-align: center;
}
.texthuge {
    margin: -16px 0 4px 0;
    padding: 0;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 7.5em;
    font-weight: bold;
    font-variant: small-caps;
    color: black;
}
.textover {
    margin: -100px auto 0 auto;
    padding: 0;
    width: 300px;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    font-variant: normal;
    color: #AAAAAA;
    position: relative;
    z-index: 16;
}
