/* Print-CSS-Datei zu www.it-infothek.de */

/* schwarz    :   #000000 */
/* weiss      :   #FFFFFF */


/* for older browsers */
header, nav, section, article, aside, footer {
  display: block;
}

/*Seite allgemein*/
body {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  width: 95%;
}

/*Seitenbereich*/
#top {
  background: #FFFFFF;
  border-radius: 0;
  color: #000000;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

article {
  background: #FFFFFF;
  clear: both;
  color: #000000;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

article ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0 2px 10px 30px;
  background: #FFFFFF;
  color: #000000;
}

/*Service-Navigation*/
aside {
  width: 100%;
  float: none;
  padding: 0;
  margin: 1% 0;
  background: #FFFFFF;
  color: #000000;
}

/* Impressum-Container in Service-Navigation*/
#anbieter {
  background: #FFFFFF;
  color: #000000;
}

aside h2 {
  background: #FFFFFF;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: 0;
  border-top: 2px solid #000000;
  color: #000000;
  padding: 1em 0 0 0;
  margin: 2em 1% 0 1%;
  width: 98%;
}

.serviceliste {
  background: #FFFFFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #000000;
  padding: 1em 0;
}

aside p {
  font-size: .9em;
  margin: 1%;
  width: 98%;
}

/*Abkuerzungen und Akronyme*/
abbr {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

a:link, a:visited, a:hover, a:active, a:focus {
  cursor: pointer;
  display: inline-block;
}

/* Tabellenueberschrift */
caption {
  caption-side: top;
  padding: 0;
  margin: 0;
  color: #000000;
  background: #FFFFFF;
  font-style: italic;
}

/* Bilder generell */
img {
  border: 0;
  max-width: 95%;
}

abbr, dfn {
  font-variant: normal;
  font-style: normal;
  text-transform: none;
}

a, address, blockquote, caption, cite, div, dfn, dl, dt, fieldset, h1, h2, h3, img, input, label, legend, li, ol, option, p, q, select, textarea, td, th, ul {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

cite, q, em {
  font-style: italic;
  font-size: 1em;
}

code {
  font-size: .95em;
  font-family: Monaco, Courier, monospace;
}

dd {
  margin: 0;
  padding: 0 0 1em 0;
}

dt, legend, strong, th {
  font-weight: bolder;
}

/* Seitenueberschriften */
article h1 {
  background: #FFFFFF;
  color: #000000;
  margin: 0;
  width: 100%;
  padding: 0;
  font-size: 1.4em;
  font-weight: bold;
}

/* Kapitelueberschriften */
article h2 {
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  font-size: 1.2em;
  padding: 1%;
  width: 98%;
}

/* Unterkapitelueberschriften */
article h3 {
  color: #000000;
  background: #FFFFFF;
  border-bottom: 1px solid #000000;
  font-size: 1em;
  padding: 1%;
  width: 98%;
}

article h3 a:link,
article h3 a:visited,
article h3 a:hover,
article h3 a:active,
article h3 a:focus {
  background: #FFFFFF;
  color: #000000;
  cursor: auto;
  text-decoration: none;
}

/* Tabelle */
table {
  width: 98%;
  border-collapse: collapse;
  border: 0;
  margin: 1em auto 2em auto;
}

/* Normale Tabellenzelle */
td {
  background: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
  vertical-align: top;
}

/* Zelle, rechts ausgerichtet */
td.rechts {
  text-align: right;
}

/* Zelle mit einer Grafik als Inhalt */
td.grafik {
  text-align: center;
}

/* Kopfzelle */
th {
  background: #FFFFFF;
  border: 1px dotted #000000;
  color: #000000;
  vertical-align: top;
  text-align: left;
}

th, td {
  font-size: .8em;
}

td ul {
  margin: 0;
  padding: 0 0 10px 15px;
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
  background: transparent;
}

a:hover, a:active, a:focus {
  color: #000000;
  background: #FFFFFF;
}

article p, article form, article dl, article pre, article ul, article ol, article table, article address {
  line-height: 150%;
}

/* Meist fuer Quellcode genutzt */
pre {
  background: #FFFFFF;
  color: #000000;
  margin: 0 0 .95em 0;
}

article p {
  margin: 1%;
  width: 98%;
}

article p + p {
  margin-bottom: 1.5em;
}

article p.col2 {
  float: left;
  margin: 1em 0;
  width: 45%;
}

article p.col2:nth-child(even) {
  margin-left: 10%;
}

article p.col2:nth-child(odd) {
  clear: both;
}

/* Umschliesst ein Bild */
p.grafik {
  background: #FFFFFF;
  color: #000000;
  border: 1px dotted #000000;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 0;
  overflow: auto;
}

/* weinrot und fett (fuer Resultat) */
.ergebnis {
  color: #000000;
  background: #FFFFFF;
  font-weight: bold;
}

/* Fuer Beispiele-Absatz */
.beispiel {
  width: 96%;
  color: #000000;
  background: #FFFFFF;
  border: 1px dotted #000000;
  font-weight: normal;
  padding: 5px;
}

/* Bildbeschreibungen */
.klein {
  background: #FFFFFF;
  color: #000000;
  font-style: italic;
  margin-top: 0;
  font-size: 0.8em;
}

/* Wandel in Grossbuchstaben */
.grossbuchstaben {
  text-transform: uppercase;
}

/* unterstrichen und fett (bisher in p) */
.hervor {
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px dotted #000000;
  width: 98%;
  margin-top: 2em;
}

/* Referenzen Bildvorschau */
.vorschau {
  float: left;
  margin: 0 20px 10px 0;
}

/* zentriert ausgerichtet */
.zentriert {
  text-align: center;
}

/* Liste allgemein */
ul {
  list-style: disc none;
}

/* Aufzaehlung mit eigenem Bullet */
ul.verweis {
  list-style-image: url(../images/point.gif);
  margin: 0;
  padding: 0 2px 10px 20px;
  background: #FFFFFF;
  color: #000000;
}

/* Aufzaehlung mit eigenem Bullet */
ul.unterverweis {
  list-style-image: url(../images/point.gif);
  margin: 0;
  padding: 0 0 0 20px;
  background: #FFFFFF;
  color: #000000;
}

/* Aufzaehlung mit eigenem Bullet extern */
ul.extern {
  list-style-image: url(../images/extern_sw.gif);
  margin: 0;
  padding: 10px 2px 10px 20px;
  background: #FFFFFF;
  color: #000000;
}

/* Blaue Schrift */
.schriftblau {
  background: #FFFFFF;
  color: #000000;
  font-weight: bolder;
}

/* Rote Schrift */
.schriftrot {
  background: #FFFFFF;
  color: #000000;
  font-weight: bolder;
}

#quelle {
  text-align: right;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
  width: 98%;
}

address {
  padding: .5em;
  margin: 0;
}

#pfad, #teaser, #toc, .seitenmenu, p.pfeilnavigator, #verweismenue, form, #servicemenue, #biene, #news, footer {
  display: none;
}
