body {
  margin: 0px;
  font-family: Arial,Helvetica,sans-serif,Verdana; 
  font-size: font-size:100%;
}

.path {
  font-size: 76%;
  margin-bottom: 10px;
}

/***************** Formatierungen Navigation ****************/
.navigation {
  margin-bottom: 22px;
}

.navigation b {
  display: block;
  background-color: #FF0000;
  font-size: 82%;
  color: #FFFFFF;
  padding: 2px 5px;
  border-bottom: 2px solid #5F737E; 
}

.navigation a {
  display: block;
  border-bottom: 1px solid #5F737E;
  font-size: 76%;
  text-decoration: none;
  color: #333333;
  padding: 3px 0px 3px 20px;
  background-image: url(images/ar.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.navigation a:hover {
  background-color: #EEEEEE;
  color: #FF6633;
}

.navigation .subpoints {
  border-bottom: 1px solid #5F737E;
}

.navigation .subpoints a {
  display: block;
  font-size: 76%;
  text-decoration: none;
  padding: 2px 0px 2px 30px;
  background-image: url(images/ar.gif);
  background-repeat: no-repeat;
  background-position: 20px center;
  border-bottom: none;
}

.navigation p {
  font-size: 76%;
  padding: 4px 6px;
  margin: 0px; 
  text-align: justify;
}

/***************** Formatierungen Header ****************/

.header h1 {
  font-size: 130%;
  color: #000000;
  padding: 0px;
  margin: 0px;
  margin-left: 30px;
}

.header .links {
  float: right;
  padding-right: 20px;
  position: relative;
  top: -16px;
  font-size:76%;
}

.header .links a {
  color: #003399;
  margin-right: 5px;
}

.header .links a img , .footer div img {
  vertical-align: bottom;
  border: none;
}

.logo, .header {
  border-bottom: 1px solid #5F737E;
}

/***************** Formatierungen Content ****************/
.content {
  padding: 0px 15px;
}

.content .header {
  border-top: 1px solid #5F737E; 
}

.content, .content td, .content th {
  font-size: 76%;
}

.content h1 {
  font-size: 26px;
  font-weight: normal;
  font-weight: bold;
  color: rgb( 60%, 60%, 60% );
  padding: 4px 0px 3px 28px;
  background-image: url(images/che.png);
  background-repeat: no-repeat;
  background-position: left center;
  /* font-variant: small-caps; */
}

.content h2 {
  font-size: 100%;
  font-weight: bold;
  font-style: italic;
}

.content a {
  color: #FF0000;
}

.liste a {
  display: block;
  text-decoration: none;
  padding: 4px;
  border-bottom: 1px solid #5F737E;
  color: #333333;
  padding: 3px 0px 3px 20px;
  background-image: url(images/ar_alt.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.liste a:hover {
  background-color: #EEEEEE;
}

