
p.titel
{ color: white;  font-family: Courier New;  text-align: center;  }

p.zitat
{ color: black; font-size:10pt;  }

p
{ color: #39799C;   font-size: 11pt;  font-weight: normal;}  

body.farbe {  background-color: #94A6BD; }

body {
   background-color: white;
   scrollbar-base-color : white;
   scrollbar-track-color : white;
   scrollbar-face-color : white;
   scrollbar-highlight-color : #39799C;
   scrollbar-3d-light-color : #39799C;
   scrollbar-dark-shadow-color :white ;
   scrollbar-shadow-color :#39799C ;
   scrollbar-arrow-color : #39799C;
}



a:link, a:visited { 
   color : black;  
   text-decoration : underline;
   font-size : 11pt;
}

a:hover, a:active{ 
   color : #39799C;  
  text-decoration :underline;

   font-size : 11pt;
}

table.nav
{ width: 80%;
  align:center; }

table
{ color: #39799C;   font-size: 11pt;  font-weight: normal;
  align:center; }

td.rahmen
{
 border-style: solid;
    border-width: 1px; 
    border-color: #39799C;
   width: 50%;
  font-size: 12pt;
  color: black; 
  font-weight:bold;
  text-align:center;
}

img {
  border-style: solid;
  boder-width:1px;
  boder-color: black;

}


