.container {
    background-color: #000000;
    /*border-left: 2px solid #ffffe1;*/
    /*border-right: 2px solid #ffffe1;*/
}

.header {
    background-color: #000;
    /*height: 50px;*/
    /*padding-bottom: 20px;*/
}

.header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Aktionsanzeige  */

.special {
    position: absolute;
    right: 0px;
    top: -190px;
}

.special img {
    float: right;
    padding-right: 0;
}

.trustcheck {
    margin-top: 30px;
    text-align: center;
}

.aktion img {
    /*float: left;*/
    /*position: relative;*/
}

.aktion img {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    height: 70px;
    /*width: 150px;*/
}

.facebook_logo img{
    /*float: left;*/
    /*position: relative;*/
    /*top: -50px;*/
    /*margin-top: 50px;*/
}

.facebook_logo img {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    width: 60px;

}



.topmenu {
    /*background-color: cyan;*/
    /*margin-bottom: 20px;*/
    background-color: #000;
    /*border: 1px solid #ffffe1;*/
}

.topmenu {
    margin-left: 10px;
    margin-right: 10px;
}

.topmenu ul {
    list-style:none;
    /*margin:0px;*/
    margin:auto;
    padding:0px;
    text-align: center;
}

.topmenu li {
    display:inline-block;
    padding:10px 30px;
    /*background-color:#ccc;*/
    margin: 10px 10px 10px 0

}

.topmenu a {
    font-size: 14px;
    color: #ffffe1;

}

.usermenu {
    /*padding-left: 5px;*/
}

.usermenu ul {
}

.usermenu li{
    list-style: none;
    margin-bottom: 5px;
}

.usermenu hr {
    margin-bottom: 5px;
}

.main {
    /*background-image: url("/images/layout/bg_kinder.jpg");*/
    background-repeat: no-repeat;
    background-size: 100%;
}

.main {
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
}

.maincontent {
    min-height: 500px;
}

.maincontent {
    margin-top: 20px;
}

.maincontent {
    opacity: 0.7;
}

.teaser {
    padding-bottom: 30px;
}

.teaser img {
    border: 2px solid #00ffff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 210px;*/
    width: 216px;
}

.grid_8.teaser img {
    border: 2px solid #00ffff;
    /*display: block;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    width: 450px;
}

.footer {
    /*background-color: blue;*/
    /*height: 50px;*/
}

.footer {
    border-top: 2px solid;
    margin-top: 40px;
    padding-top: 20px;
}

.footernav {
    padding-top: 30px;
    /*padding-bottom: 30px;*/
}


.footernav a {
    font-size: 14px;
    text-decoration: none;
    color: #808080;
}

.imprint {
    background-color: #000;
    /*border: 1px solid #00ffff;*/
    color: #ffffe1;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
}

.imprint > a {
    /*margin-left: 100px;*/
}

.imprint > img {
    width: 12px;
}

.privacy p {
    padding: 10px;
}

.login input {
    /*line-height: 20px;*/
    line-height: 12px;
}

.login fieldset {
    border: 3px solid #ffffe1;
    /*border-radius: 6px;*/
    background: #000;
    padding: 10px;

}

.login legend {
    padding: 0 20px;
    text-align: center;
}

.register fieldset {
    border: 3px solid #ffaa00;
    /*border-radius: 6px;*/
    background: #e0ffff;
    padding: 10px;

}

.register legend {
    padding: 0 20px;
    text-align: center;
}

.statsBox {
    background-color: #000;
    padding-left: 5px;
    color: #ffffe1;
}

.statsBox li {
    color: #ffffe1;
}

.statsBox a {
    color: #ffffe1;
}