/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Druck-Stylesheet für www.wiesbaden.de
| fasc | 2009-03-20 - 2009-03-25
| 
| Inhaltsverzeichnis:
| - ==print           Druckanweisungen
| - ==noprint         Bereiche ausblenden, die nicht gedruckt werden sollen
| - ==print           Bereiche einblenden, die nur gedruckt werden sollen
| - ==elements        Allg. Elemente
| - ==layout          Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==print */

@page { 
  size: 21cm 29.7cm; 
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==classes */

.acc {
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements */

body {
  color: #000;
  background-image: none !important;
  background-color: #FFF;
  margin-left: 10%;
  overflow: visible;
  text-align: left !important;
  width: 600px;
}

div.paragraph-fixedheight {

  width: 459px; height: auto; overflow: auto;

}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==layout */

div.column-left,
div.column-right {
  float: none !important;
  margin: 0 !important; padding: 0 !important;
  page-break-after: left;
}

#content-wrapper {
  background: none !important;
  border-top: 1px solid #ED9400;
  margin-top: 30px; 
}

#page {
  background: none !important;
  width: 600px;
}

#page-wrapper {
  width: 600px;
}

#print-logo {
  display: block;
  margin-top: 10px;
  text-align: right;
}

#dividers,
div.columns,
div.columns-wrapper,
div.divider,
div.intro,
ul.teaser li {
  background: none !important;
}

.content div.teaser-small {
  margin-bottom: 15px;
}

.content div.teaser-big {
  height: auto;
}

#nav_breadcrumb {
  padding-left: 0;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==print */

.footer.print {
  display: block;
}

.footer.print table.date {
  margin: 0 0 15px 15px !important;
}

.footer.print table.date td, 
.footer.print table.date th {
  font-size: .75em !important;
  line-height: 1.33em !important
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==noprint */
  
#commercials,
.footer.noprint,
#header,
#marginal,
#navigation,
#page-shadow-bottom,
#presentation,
#presentation-bg,
div.weather {
  display: none !important;
}
