.impressum_container {
    color : white;
    background-color : #4B4B4B;
    padding-bottom : 10pt;
    padding-left : 62pt;
    padding-right: 62pt;
    font-size : 8pt;
}
.impressum_container a{
    color : #ABABAB;
    text-decoration : none;
}
#impressum_two_col_container{
    overflow : hidden;
}
#impressum_left_col {
    float : left;
    width : 50%;
    border-right : 2pt solid #ABABAB;
}
#impressum_right_col {
    float : left;
    width : 49%;
}
#impressum_bottom_col {
    border : none;
}
