/* CSS Stylesheets f&uuml;r MERLIN Kommunikationstechnik, merlin@merlinkom.de */
/* Version 1 Stand  05 April 2001 */
/* Copyright (c) 2001 MERLIN Kommunikationstechnik. */

/* Beginn der Stylesheets f&uuml;r die Bildschirmseiten. */

font {
  color: #000000;
  font-family: Arial,Helvetica;
  font-size: 10pt;
  line-height : 16pt;
 }

font.size1 {
  color: #000000;
  font-family: Arial,Helvetica;
  font-size: 12pt;
  line-height : 16pt;
 }

font.green {
  color: green;
  font-family: Arial,Helvetica;
  font-size: 10pt;
  line-height : 16pt;
 }

font.white {
  color: #ffffff;
  font-family: Arial,Helvetica;
  font-size: 10pt;
  line-height : 16pt;
 }

font.title {
  color: #000000;
  font-family: Arial,Helvetica;
  font-size: 8pt;
 }

font.bold {
  color: #000000;
  font-family: Arial,Helvetica;
  font-size: 10pt;
  font-weight : bold;
  line-height : 16pt;
 }

font.small {
  font-family: Arial,Helvetica;
  font-size: 8pt;
 }

font.medium {
  color: #000000;
  font-family : Arial,Helvetica;
  font-size : 14pt;
}

font.big {
  color: #000000;
  font-family: Arial,Helvetica;
  font-size: 18pt;
  line-height : 22pt;
}

font.nav {
  color: #000000;
  font-family: Arial,Helvetica;
  font-size: 12pt;
}

font.linkw {
  color: #444444;
  font-family: Arial,Helvetica;
  font-size: 10pt;
  text-decoration : none;
}

font.link {
  color: #000000;
  font-family: Arial,Helvetica;
  font-size: 10pt;
  text-decoration : none;
}

a:link {
  color: #000000;
  font-family: Arial,Helvetica;
  font-size: 12pt;
  text-decoration : none;
}

a:visited {
  color: #000000;
  font-family: Arial,Helvetica;
  font-size: 12pt;
  text-decoration : none;
}

a:active {
  color: #000000;
  font-family: Arial,Helvetica;
  font-size: 12pt;
  text-decoration : none;
}

a:hover {
  color: #000000;
  font-family: Arial,Helvetica;
  font-size: 12pt;
  text-decoration : none;
}

a.nav:link {
  color: #ffffff;
  font-family: Arial,Helvetica;
  font-size: 12pt;
  text-decoration : none;
}

a.nav:visited {
  color: #ffffff;
  font-family: Arial,Helvetica;
  font-size: 12pt;
  text-decoration : none;
}

a.nav:active {
  color: #ffffff;
  font-family: Arial,Helvetica;
  font-size: 12pt;
  text-decoration : none;
}

a.nav:hover {
  color: #000000;
  font-family: Arial,Helvetica;
  font-size: 12pt;
  text-decoration : none;
}

/* Ende der Normalen Stylesheets */
/* Beginn der Drucker Stylesheets */
@page  {
        size:21.0cm 29.7cm;
        margin-top:1.7cm;
        margin-bottom:1.4cm;
        margin-left:2cm;
        margin-right:2cm;
        marks:cross;
        background-color:#ffffff;
        color:#000000;
       }
/* Ende der CSS Datei */