body {
    margin: 0;
}

/* title */
h4 {
    display: block !important;
}

/* contact */
#contact-information, #information, #house-associations {
    display: block !important;
}

/* house */
#information, #interior, #people, #information, #tabs.extern #photos {
    display: block !important;
}

/* header & footer */
#inextern-switch.extern #house-print-header, #tabs.extern #house-print-footer {
    display: block !important;
}

/* extern */
#inextern-switch.extern .intern-print, #tabs.extern #people {
    display: none !important;
}

#inextern-switch.extern .extern-print {
    display: block !important;
}

/* intern */
#inextern-switch.intern .extern-print {
    display: none !important;
}

#inextern-switch.intern .intern-print {
    display: block !important;
}

/* general */
#header, h2, #database, #client, #settings, .ui-tabs-nav, .button, #uploadform, #history, #maps, #street-view, #rental-declaration {
    display: none !important;
}

.print-show {
    display: block !important;
}

.print-hide {
    display: none !important;
}