/* 
Projekt: Herten - Stadt Herten
Start: 11.08.2008
Author: unternehmen.online GmbH & Co. KG

Bearbeitet am: 21.04.2011 von MKue    
QS am:         21.04.2011 von MKue 
(Validiert nach: CSS level 2.1)   
*/

/* allg. Formate fuer die Druckversion */
html, body {
overflow: visible !important;
height: auto !important;
width: auto !important;
}

body {
font-size: 10pt;
}

* {
background: #fff !important;
color: #333 !important;
text-align: left !important;
position: static !important;
float: none !important;
clear: both !important;
}

html body div {
display: block !important;
height: auto !important;
width: auto !important;
}

html body span.more a,
html body span.more2 a {
margin: 0 !important;
padding: 0 !important;
}

html body span.marginal-news-date,
html body a.marginal-news-link {
margin: 0 !important;
padding: 0 !important;
display: block !important;
width: auto !important;
}

div.teasertextcontainer h2 {
margin: 0 !important;
}

/* Seiteninhalte, die gedruckt werden sollen */
/* Visual & Logo */
html body .header,
/* Klickpfad */
html body .path,
/* Hauptinhaltsbereich */
html body .startcontent, 
html body .content,
/* Kontextspalte */
html body .marginal, 
/* Abbinder */
html body .footer {
display: block;
float: none;
width: 100%;
margin: 0 0 20px 0;
}

/* Seiteninhalte, die NICHT gedruckt werden sollen */
/* Sprungmarkennavigation */
div.jump,
/* Metanavigation */
div.metanav-sites,
div.metanav,
/* div.metanav-container nicht = wird noch fuer weitere Inhalte zweckentfremdet */
/* Navigationen */
div.nav01,
div.nav02,
/* Dropdowns in der Contextspalte */
div.help-container, 
span.drucken,
/* Facebook iframe */
div#c9221,
.unsichtbar,
hr,
html body .footer a {
display: none !important;
}

