
 body{
  background-Color: #ffffff;
  margin-top:4px;
  margin-left:2px;
  margin-right:2px;
  font-family: Arial;
  color: #000000;
  font-size: 11px;
 }

 a:hover{
  text-decoration: none;
  color: #000000;               
 }
            
 a:link{    
  text-decoration: underline ;
  color: #000000; 

 }
            
 a:visited{ 
  text-decoration: underline ;
  color: #000000; 
 } 
 
 td{
  font-family: Arial;
  color: #000000;
  font-size: 11px;
 }

 .CSMedLargeText{
  font-family: Arial  color: #000000;
  font-size: 14px;   
 }

 .ChapterNavigation{
  font-family: Arial;
  color: #b72229;
  font-Weight: bold;
  font-size: 14px;
  text-decoration: none;
  height:22px;
 }

 .MethodHead{
  font-family: Arial;
  color: #000000;
  font-Weight: bold;
  font-size: 11px;
  text-decoration: none; 
  border-bottom: 1px solid #000000; 
  border-right: 1px solid #FFFFFF;
  padding: 3px;
  background-color:#d9dadb;
 }

 .CSMedMainMethBorder{
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 3px;
  background-color:#eaeaeb;
 }

 .CSMedMainMethBottom{
  border-bottom: solid 1px #000000;
  height: 0px;
  padding:0px;
 }

 .CSMedTransOverlayDiv{
  min-height: 100%; /* Mindesthöhe für moderne Browser */
  height:auto !important; /* Important Regel für moderne Browser */
  height:100%; /* Mindesthöhe für den IE */
  overflow: hidden !important; /* FF Scroll-leiste */
  position: fixed;
  z-index:1000;
  top: 0px; 
  left: 0px; 
  width:100%;
  background-color: #E0E0E0;
  visibility: hidden;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
 }

 .AppendixDiv{
  margin: -175px 0 0 -340px; 
  position: fixed; 
  height: 350px; 
  width: 680px;
  top: 45%;
  left: 50%; 
  z-index: 1005;
  visibility: hidden;
 }