/*
 Print styles
 Site: Pálffyho kúria
*/

/* Hide unnecessary parts */
#header .merkanta, #header .nav, #top, .features, #footer .sitemap, #sidebar, .breadcrumbs .right-nav { display: none; }

body { font-size: 10pt; }
h2 { font-size: 1.8em; }

/* Header */
#header h1 { font: normal 2.4em/1.2 Georgia, "New York CE", utopia, serif; margin-bottom: 0; }
#header h1 a { text-decoration: none; color: #000; }

/* Contact */
#header .contact { font-size: 1em; text-align: right; font-weight: bold; margin-bottom: 2em; }
#header .contact br, #header .contact strong { display: none; }

/* Sidebar */
#sidebar { margin: 1em 0 0 0; }
#sidebar h2 { font-size: 1.5em; }
#sidebar img { display: none; }

/* Content */
#content ul { list-style: square; margin: 1em 0 1em 2em; }
#content ol { list-style: decimal; margin: 1em 0 1em 2em; }

/* Flats */
table.flats-list { width: 100%; margin: 1em 0; }
.free { color: #669900; }
.reserved { color: #cc6600; }
.sold { color: #cc0000; }
p.status { font-weight: bold; margin: 15px 5px 0 5px; text-align: left; }

/* Footer */
#footer { border-top: 1px solid #000; font-size: 0.9em; margin-top: 2em; padding-top: 0.5em; }

