.boxmod {
    width         : 220px;
    min-height    : 150px;
    height        : auto;
    border-radius : 4px 4px 0 0;
    box-shadow    : 2px 1px 2px #999, -2px 1px 2px #999;
    background    : #38565c;
}

.boxheader {
    background         : #5585b8;
    border-radius      : 4px 4px 0 0;
    padding-left       : 4px;
    padding-top        : 2px;
    height             : 25px;
    width              : 216px;
    font-size          : 14px;
    font-family        : Arial, Helvetica, sans-serif;
    font-weight        : bold;
    -webkit-transition : 0.35s background ease;
    -moz-transition    : 0.35s background ease;
    -ms-transition     : 0.35s background ease;
    -o-transition      : 0.35s background ease;
    transition         : 0.35s background ease;

}

.boxheader:hover {

    background : #b3d4fc;

}

.boxcontent {
    padding-left : 3px;
    background   : #FFF;

    font-size    : 12px;
    font-family  : Arial, Helvetica, sans-serif;

}

.gradient {
    background : #eee;
    border     : 1px solid #DDD;
    background : -moz-linear-gradient(top, #EEE, #FFF);
    background : -webkit-linear-gradient(top, #eee, #fff);
    background : -ms-linear-gradient(top, #eee, #fff);
    background : -o-linear-gradient(top, #eee, #fff);
    filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    box-shadow : 1px 2px 4px rgba(0, 0, 0, .2);
}

.gradientblue {
    background  : #5585b8;
    border      : 1px solid #DDD;
    background  : -moz-linear-gradient(top, #5585b8, #5585b8);
    background  : -webkit-linear-gradient(top, #5585b8, #5585b8);
    background  : -ms-linear-gradient(top, #5585b8, #5585b8);
    background  : -o-linear-gradient(top, #5585b8, #5585b8);
    filter      : progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#5585b8', GradientType=0); /* IE6-9 */
    box-shadow  : 1px 2px 4px rgba(0, 0, 0, .2);
    color       : #FFF;
    font-weight : bold;
}

.gradientblue:hover {
    background  : #5585b8;
    border      : 1px solid #DDD;
    background  : -moz-linear-gradient(top, #5585b0, #5585b8);
    background  : -webkit-linear-gradient(top, #5585b0, #5585b8);
    background  : -ms-linear-gradient(top, #5585b0, #5585b8);
    background  : -o-linear-gradient(top, #5585b0, #5585b8);
    box-shadow  : 1px 2px 4px rgba(0, 0, 0, .2);
    color       : #FFF;
    font-weight : bold;
}

.apple {
    background : #f5f5f5;
    border     : 1px solid #FFF;
    box-shadow : 1px 2px 4px rgba(0, 0, 0, .4);
}

.centerBoxStart {

    background         : #F5F5F5;
    border             : 4px solid white;
    box-shadow         : 0 0 1px rgba(0, 0, 0, .4);
    width              : 512px;
    margin-top         : 7px;
    padding            : 10px;
    font-size          : 12px;
    margin-bottom      : 10px;
    font-family        : Arial, Helvetica, sans-serif;
    color              : #666666;
    -webkit-transition : 0.35s background ease;
    -moz-transition    : 0.35s background ease;
    -ms-transition     : 0.35s background ease;
    -o-transition      : 0.35s background ease;
    transition         : 0.35s background ease;

}

.centerBoxStart h3 {
    clear            : both;
    font-size        : 13px;
    font-weight      : bold;
    color            : #444;
    margin-top       : -1px;
    width            : 99%;
    background-color : #efefef;
    height           : 22px;
    padding-top      : 4px;
    border-radius    : 4px 4px 4px 4px;
    padding-left     : 4px;

}

.box01 {
    width              : 90%;
    min-height         : 320px;
    padding-left       : 6px;
    font-size          : 12px;
    padding-bottom     : 10px;
    margin-bottom      : 6px;
    font-family        : Arial, Helvetica, sans-serif;
    color              : #666666;
    -webkit-transition : 0.35s background ease;
    -moz-transition    : 0.35s background ease;
    -ms-transition     : 0.35s background ease;
    -o-transition      : 0.35s background ease;
    transition         : 0.35s background ease;
}

.box01r {
    width              : 96%;
    min-height         : 320px;
    font-size          : 12px;
    padding-bottom     : 10px;
    margin-bottom      : 6px;
    font-family        : Arial, Helvetica, sans-serif;
    color              : #666666;
    -webkit-transition : 0.35s background ease;
    -moz-transition    : 0.35s background ease;
    -ms-transition     : 0.35s background ease;
    -o-transition      : 0.35s background ease;
    transition         : 0.35s background ease;
}


.box01 h3 {
    background-color : #EFEFEF;
    border-radius    : 4px;
    clear            : both;
    font-weight      : bold;
    height           : 22px;
    margin-left      : -4px;
    margin-top       : 9px;
    padding-left     : 4px;
    padding-top      : 5px;
    width            : 99%;
    color            : #069;
    font-size        : 13px;
}

.box01 h4 {
    clear       : both;
    font-size   : 12px;
    font-weight : bold;
    color       : #666;
    margin-top  : -2px;
}

.box01 h5 {
    clear       : both;
    font-size   : 11px;
    color       : #666;
    margin-top  : -10px;
    font-weight : normal;
    font-style  : italic;
}

.box01 h6 {
    clear            : both;
    font-size        : 14px;
    font-weight      : bold;
    color            : midnightblue;
    margin-top       : -1px;
    width            : 99%;
    background-color : #dfdfdf;
    height           : 25px;
    padding-top      : 3px;
    border-radius    : 4px 4px 4px 4px;
    padding-left     : 4px;
}

.box02 {

    width              : 220px;
    margin-left        : 5px;
    padding            : 10px;
    font-size          : 12px;
    font-family        : Arial, Helvetica, sans-serif;
    color              : #666666;
    margin-bottom      : 10px;
    -webkit-transition : 0.35s background ease;
    -moz-transition    : 0.35s background ease;
    -ms-transition     : 0.35s background ease;
    -o-transition      : 0.35s background ease;
    transition         : 0.35s background ease;

}

.box02 h3 {
    clear            : both;
    font-size        : 13px;
    font-weight      : bold;
    color            : #444;
    margin-top       : -1px;
    width            : 99%;
    background-color : #efefef;
    height           : 22px;
    padding-top      : 4px;
    border-radius    : 4px 4px 4px 4px;
    padding-left     : 4px;

}

.box02 h4 {
    clear       : both;
    font-size   : 12px;
    font-weight : bold;
    color       : #666;
    margin-top  : -10px;
}

.box02 h5 {
    clear       : both;
    font-size   : 12px;
    color       : #666;
    margin-top  : -15px;
    font-weight : normal;
    font-style  : italic;
}

.box02 h6 {
    clear       : both;
    font-size   : 12px;
    color       : #666;
    font-weight : normal;
    margin-top  : -10px;
    font-family : "Open Sans Regular", Arial, Helvetica, sans-serif;
}

.livespan {
    clear       : both;
    font-size   : 11px;
    color       : #F00;
    font-weight : normal;
    font-style  : italic;
    font-family : 'Open Sans', sans-serif;
}

.modanzeige {
    clear       : both;
    font-size   : 12px;
    color       : midnightblue;
    font-weight : normal;
    font-style  : normal;
    font-family : 'Open Sans', sans-serif;
}

.modanzeige-sendungen {
    clear       : both;
    font-size   : 14px;
    color       : midnightblue;
    font-weight : normal;
    font-family : 'Open Sans', sans-serif;
}

.heightlong {

    height : 400px;

}

.chatdlg {
    font-family      : Arial, Helvetica, sans-serif;
    font-size        : 12px;
    background-color : #FAFAFA;
    overflow-x       : hidden;
    overflow-y       : hidden;
}

.whitebordered {
    /*background : rgba(238, 238, 238, .1);*/

    /*border     : 1px solid rgba(56, 86, 92, .3);*/
    /*box-shadow : 0 0 1px rgba(0, 0, 0, .2);*/
}

.basicBox {
    padding-top           : 10px;
    padding-left          : 7px;
    padding-right         : 7px;
    padding-bottom        : 10px;
    margin-bottom         : 5px;
    background            : #EFEFEF;
    border-radius         : 2px;
    min-height            : 220px;
    max-height            : 750px;
    height                : auto;
    width                 : 387px;
    overflow-y            : auto;
    -moz-border-radius    : 2px;
    -webkit-border-radius : 2px;
    border-top            : 1px solid #EEE;
    border-left           : 1px solid #EEE;
    border-right          : 1px solid #AAA;
    border-bottom         : 1px solid #AAA;
}

.basicBoxHeader {
    color         : #069;
    font-size     : 13px;
    margin-bottom : 8px;
    font-weight   : bold;
}

.basicBoxHeaderWB {
    color       : #069;
    font-size   : 13px;
    font-weight : bold;
}

.long {
    width      : 780px;
    min-height : 100px;
    max-height : 1850px;
}

.obereBox {
    margin-top : 5px;
}

#menDiv {
    display    : none;
    margin-top : -20px;
}

