body { 
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-size: 100.01%;
margin: 0 0 0 5%;
}

h1 {                              /* Seitenüberschrift einmalig */
  padding: 30px 0 0 0px;
  background: transparent;
  color: #8A90AF;
}

h2 {                              /* Kaptel - Überschrift */
  font-family: Times New Roman;
  margin: 20px 0 15px 0;
  padding: 0px 0px 5px 0px;
  margin-top: 12px;
  font-size: 160%;
  color: #8A90AF;
  border-bottom:solid thin #8A90AF; 
}

h3 {                              /* Unterkaptel - Überschrift */
  font-family: Times New Roman;
  margin: 20px 0 15px 0;
  padding: 5px 0px 5px 0px;
  margin-top: 12px;
  font-size: 120%;
  color: #8A90AF;
  border-bottom:dotted thin #8A90AF; 
}

h4 {                              /* Grösser */
  font-size: 110%;
  font-weight:500;
  color: #8A90AF;
}

h5 {                              /* Massenschrift */
  font-size: 80%;
  font-weight:500;
}

h6 {                              /* Kleingedruckte */
  font-size: 60%;
  font-weight:500;
}

                                  /* code / kann im normalem Text usw.. stehen */  
code, pre {                       /* pre ist durchgängig */        
  font-family: 'Courier New', Verdana, Helvetica, Arial, sans-serif;
  background-color: #EEE;
  color: #000;
	letter-spacing: 0.1em;

}


#ndruck,
#impressum,
#menue,
#switcher,
.topper {
display: none;
}

p, li {
font-size: 100.01%;
line-height: 100%;
font-weight: normal;
}