#aktuell {
 background-color: #FCC493;
 background-repeat:repeat;
 margin: 0px 0px 0px 0px;
 text-align: center;
} 
h1{
    width: 1100px;
    padding-top: 20px;
    text-align: center;
} 
#textbox
{
    text-align:  justify;
    padding: 10px 10px 10px 10px;
    width: 850px;
    height: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 9px;
    -moz-box-shadow: 0px 0px 8px #FF0033;
    -webkit-box-shadow: 0px 0px 8px #FF0033;
    box-shadow: 0px 0px 8px #FF0033;
} 
table img {
   padding:1px;
   border:1px solid #021a40;
}
table img:hover {
   padding:1px;
   border:1px solid #FF0000;
}
.more-link{
    font-family: 'Tangerine', serif;
    font-size: 38px;
}
.zaehler{
    margin: -90px 0 40px 1055px;
}
#footer {
    clear:left;
    margin-top:1em;
    background:#efefef;
    text-align:center;
    padding:15px;
    font-size: x-large;
}
table img.bild {
 transition: transform 0.5s;
}
table img.bild:hover {
 transform: scale(3.5, 3.5);
 text-align: center;
}

