#fb_fanbox{

}
#fb_fanbox h1{
    color: #5B729F;
    font-size: 45px;
    line-height: 100%;
    margin-top: 32px;
}

#fb_fanbox h1 span {
    color: inherit;
    font-size: 30px;
}

#fb_fanbox img.thumb{
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

#fb_fanbox img.close{
    position: relative;
    top: 3px;
}

#newsletter.popup{
    background-image: url("../images/popups/newsletter-bg.png"); 
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: auto;
    padding: 15px;
}

#newsletter.popup div.form-item{
    float: left;
    width: 60%;
}

#newsletter.popup input.form-submit{
    clear: none;
    float: right;
    font-size: 16px;
    padding-bottom: 6px;
    padding-top: 7px;
    margin-top: 0;
}

#new_news.popup{
    background-image: url("../images/popups/newsletter-bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: auto;
    padding: 15px;
}
#colorbox #cboxLoadedContent {
    margin-bottom: 0;
}

.popup ul{
    margin-bottom: 15px;  
}
.popup ul li{
    background-image: url("../images/popups/check.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 30px;
}

.popup a.button, .popup a.button:link, .popup a.button:visited{
    margin-bottom: 0;
}


#alert_startpage{
    background-color: #e8e8e8;
    background-image: url("../images/icon_home.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    padding: 7px 10px 7px 45px;
    position: relative;
}

#alert_startpage a{
    color:inherit;
}

#alert_startpage_close{
    background-color: #e8e8e8;
    background-image: url("../images/icon_close.png");
    background-position: right center;
    background-repeat: no-repeat;    
    padding-right: 35px;
    position: relative;
    float:right;
    cursor:pointer;
}

/* Mobil: bis 480px*/
@media only screen and (max-width: 640px) {
    #newsletter.popup div.form-item{
        float: none;
        width: 100%;
    }
}