
/* --->>> FARBEN <<<--- */

/*
  Hellgrün: #D2EFB8 / Mittelgrün: #C2E9A0 / Titelgrün: #009999
  Hellblau: #B8E4EF / Mittelblau: #A0DAE9 / Titelblau: #00299C
*/

/* Hintergrundfarbe und Schrift anpassen */

* {
  background-color: #FFFFFF !important;
}

body {
  font-size: 10pt;
}

/* Volle Seitenbreite */

body, #container, #right, #header {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Seitenelemente ausblenden */

#left, #header {
  display: none;
}

/* Logo einblenden */
#print_logo {
  display: block;
  width: 220px;
  height: 81px;
  float: right;
  margin-bottom: 1em;
}

/* Spezielle Optimierungen */

h1, h2, h3 {
  padding-top: 1em;
}

h1 {
  font-size: 15pt;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 10pt;
}

a.imagelink {
  border: none;
}

img {
  border: none;
}

div#home_leutert, div#home_wireshark {
  margin-top: 30px;
}

/* Formular-Darstellung optimieren */
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol li {
  margin-top: 1.5em;
}

input, textarea {
  display: block;
  width: 100%;
}

input.button {
  display: none;
}

/* Links aufbereiten (Ausgabe in Klammern) */
/*a:not([href^= '#']):after {
  content: " ("attr(href)")";
  color: #CCCCCC;
  font-style: italic;
  font-size: 0.85em;
}*/

/* Title-Attribute ausgeben */
/*[title]:after {
  content: " ("attr(title)")";
  color: #EEEEEE;
  font-style: italic;
  font-size: 0.85em;
}*/
