/* Rahmen für alle head Dateien */
 .head_table_top {
    background-position: center bottom;
    background-image:url(http://static.missioklinik.de/img/head_top.gif);
    background-repeat:repeat-x;
}

 .head_table_top_side {
    background-position: center bottom;
    background-image:url(http://static.missioklinik.de/img/head_side.gif);
    background-repeat:no-repeat;
}

 .head_table_middle { }

 .head_table_middle_side {
    background-position: center middle;
    background-image:url(http://static.missioklinik.de/img/head_side.gif);
    background-repeat:repeat-y;
}

 .head_table_bottom {
    background-position: center top;
    background-image:url(http://static.missioklinik.de/img/head_bottom.gif);
    background-repeat:repeat-x;
}

 .head_table_bottom_side {
    background-position: center top;
    background-image:url(http://static.missioklinik.de/img/head_side.gif);
    background-repeat:no-repeat;
}