h1,h2,h3,h4,h5,h6  {
   color:#336699;
   font-family:Arial,Helvetica,sans-serif;
}

h1,h2 {
   text-align:center;
}

body  {
   background-color:#e6e6e6;
   font-family:Arial,Helvetica,sans-serif;
}

ul {
   list-style-type:disc; 
}

.extern {
   color:#ff0000;
}

.navi {
   text-align:right;
   color:#336699; 
}

.navilink {
   text-align:right;
   color:#336699; 
}

.rechteleiste {
  list-style-type:none;
}

.fachbegriff {
   color:#ff0000
}

.box {
  border:#336699 thick solid;
  background:#ffffff;
  padding:5px;
  text-align:center;
}

@media print {
  @page {
  size: 21cm 29.7cm
  }
}


