/* STYLES mengele.org
------------------------------------- */

body {
    font-size: 100%;
    font-family: trebuchet,arial,sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat;
    background-color: #ededed;
}


#flyer {
    float: right;
    width: 447px;
    height: 574px;
    margin: 1% 2% 0 0;
    background-image: url('../images/flyer.gif');
    background-repeat: no-repeat;
}


#zettel {
    position: absolute;
    top: 40%;
    left: 35%;
    width: 9.5em;
    margin: 0;
    padding: 0;
}

#textblock {
    margin: 0;
    padding: 15px 5px 25px 5px;
    color: #000000;
    background-color: #D0E66E;
}

#textblock h1 {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 0.7em;
    line-height: 1.3;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    text-align: center;
}

#textblock ul {
    margin: 0 0 5px 18px;
    padding: 0;
    font-size: 0.6em;
    list-style-type: square;
}

#textblock ul li {
    color: #e27fc0;
}
#textblock ul li em {
    color: #000000;
    font-style: normal;
}

#textblock p {
    margin: 0 0 5px 0;
    font-size: 0.6em;
    text-align: center;
}


.abreisser {
    float: left;
    height: 10.5em;
    width: 1.785em;
    margin: 0 2px 0 0;
    padding: 3px 0 0 0;
    font-size: 0.7em;
    text-align: center;
    background-color: #D0E66E;
    text-decoration: none;
    color: black;
}
a.abreisser:hover, a.abreisser:focus, a.abreisser:active {
    background-color: #e27fc0;
}

.abreisser span {
    display: block;
    width: 20px;
    clear: both;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.last {
    margin: 0;
}

#email a {
    font-weight: normal;
    color: black;
    text-decoration: none;
    line-height: 1;
}
#email a:hover, #email a:focus, #email a:active {
    text-decoration: underline;
}

.nofloat {
    float: none;
    width: auto;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 0;
}

script {
    display: none;
}