/*
Contentpapst Standard-Vorlagenset
© 2002-2008, sandoba.de medien agentur

Contentpapst ist das Content-Management-System der sandoba.de medien agentur (www.sandoba.de) aus Berlin. Weder ein Teil noch der gesamte Quellcode, Inhalte oder Grafiken sind ohne schriftliche Erlaubnis in anderen Medien (v.a. auf anderen Websites) einzusetzen, sofern nicht anderweitig angegeben.
*/

/* Import der Datei "standard.css" */

@import url(standard.css);

body {
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  font-style: normal;
  font-family: Arial, Helvetica, Sans-Serif;
  margin: 2cm 1cm 1cm 2.5cm;
  size: portrait;
  background-color: #FFFFFF;
  caption-side: top;
  orphans: 2;
  widows: 2;
}

table {
  font-size: 11px;
}

banner {
  border-color:#000000;
}

/* In der Druckversion nicht benötigte Elemente werden ausgeblendet. */

#layout_top, #layout_navigation, #layout_bottom, #layout_content_backtracking, #layout_demo {
  display: none;
}

#layout_content {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 600px;
  margin: 0;
  padding: 0;
}

#layout_content_inside {
  line-height: 17px;
}

#layout_content_inside ul {
  color: #000000 !important;
}

#layout_content_inside ul a {
  color: #000000 !important;
}

.table_frame {
  width: 600px;
}