/***********************************************************
Styles für Dokument Navigation (linker Frame)
************************************************************/
body {
  background: #FFF; /* #E8EBEC; */
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ol {
  list-style: none;
  margin: 0.25em 0 0 12px;
  padding: 0;
}
li {
  margin-bottom: 0.25em;
}
/*
MSIE unterstützt automatische Nummerierung von Listen gemäß CSS2  nicht richtig.
In Zukunft eventuell verwendbar:

ol {
  list-style: uper-roman;
}
ol ol {
  list-style: decimal;
}
ol ol ol {
  list-style: upper-latin;
}
*/

/***********************************************************/
/* ANPASSUNGEN 						   */
/*							   */

.cntNavTitle, .cntNavLevel0, .cntNavLevel1, .cntNavLevel2 {
  margin-top: 2px; 
  margin-bottom: 2px; 
  font-size: 105%;
 }

.cntNavTitle {
  font-weight: bold; 
  margin-left: 6px; 
 }

.cntNavLevel0 { 
  margin-top: 8px;
  margin-left: 6px; 
  
 }
  
.cntNavLevel1 { 
  margin-top: 4px;
  margin-left: 12px; 
 }

.cntNavLevel2 { 
  margin-left: 18px; 
 }
 
 .ebene1 { 
   font-weight: bold; 
   margin-left: 6px; 
   margin-top: 8px; 
   margin-bottom: 3px; 
  }
 
 .ebene2 { 
   font-weight: bold; 
   font-size: 80%;
   margin-top: 0px; 
   margin-bottom: 3px; 
   margin-left: 6px; 
  }

 .ebene3 { 
   font-size: 90%;
   margin-top: 0px; 
   margin-bottom: 3px; 
   margin-left: 6px; 
  }
 .ebene4 { 
   font-size: 90%;
   margin-top: 0px; 
   margin-bottom: 3px; 
   margin-left: 6px; 
  }
 
/*							   */
/***********************************************************/
