/* CSS Document */

body 
  {
   background-image: url("grafiken/bg.gif");
   background-repeat: repeat;
   background-color:#FD8F06;
   text-align:center;
  }
  
h1
  {
   font-family:Arial, sans-serif;
   font-size:18px;
   font-weight:bold;
   color:#000000;
  }

.gesonderte_oeffnungszeiten
  {
   font-family:Arial, sans-serif;
   font-size:18px;
   font-weight:bold;
   color:#000000;
  }
  

.standardklein
  {
   font-family:Arial, sans-serif;
   font-size:11px;
   font-weight:normal;
   color:#000000;
  }

.standard
  {
   font-family:Arial, sans-serif;
   font-size:12px;
   font-weight:normal;
   color:#000000;
  }

.standard_weiss
  {
   font-family:Arial, sans-serif;
   font-size:12px;
   font-weight:normal;
   color:#FFFFFF;
  }

.standardfett
  {
   font-family:Arial, sans-serif;
   font-size:12px;
   font-weight:bold;
   color:#000000;
  }

.standardgross
  {
   font-family:Arial, sans-serif;
   font-size:14px;
   font-weight:normal;
   color:#000000;
   margin:0px;
  }

.standardgross_weiss
  {
   font-family:Arial, sans-serif;
   font-size:14px;
   font-weight:normal;
   color:#FFFFFF;
   line-height:1.5;
  }

.standardgrossfett
  {
   font-family:Arial, sans-serif;
   font-size:14px;
   font-weight:bold;
   color:#000000;
  }

.standard11
  {
   font-family:Arial, sans-serif;
   font-size:11px;
   font-weight:normal;
   color:#000000;
  }

.standard14
  {
   font-family:Arial, sans-serif;
   font-size:14px;
   font-weight:normal;
   color:#000000;
  }

.probetraining_standard
  {
   font-family:Arial, sans-serif;
   font-size:18px;
   font-weight:normal;
   color:#FF9900;
  }

.titel_ndi
  {
   font-family:Arial, sans-serif;
   font-size:12px;
   font-weight:bold;
   color:#000000;
   text-decoration:none;
  }
  
.titel12sw
  {
   font-family:Arial, sans-serif;
   font-size:12px;
   font-weight:bold;
   color:#000000;
  }

.titel22
  {
   font-family:Arial, sans-serif;
   font-size:22px;
   font-weight:bold;
   color:#000000;
   margin:0px;
  }
  
.titel28
  {
   font-family:Arial, sans-serif;
   font-size:28px;
   font-weight:normal;
   color:#000000;
   margin:0px;
  }  
  
.titel28fett
  {
   font-family:Arial, sans-serif;
   font-size:28px;
   font-weight:bold;
   color:#000000;
   margin:0px;
  }  
  
.inhalt_überschrift
  {
   font-family:Arial, sans-serif;
   font-size:18px;
   font-weight:bold;
   color:#000000;
   margin:0px;
  }    
  
.inhalt_überschrift2
  {
   font-family:Arial, sans-serif;
   font-size:14px;
   font-weight:bold;
   color:#000000;
   margin:0px;
  }    
  
.inhalt_link_fett
  {
   font-family:Arial, sans-serif;
   color:#000000;
   font-weight:bold;
  }    
  
.inhalt_link
  {
   font-family:Arial, sans-serif;
   color:#000000;
  }    
  
.link
  {
   font-family:Arial, sans-serif;
   font-size:14px;
   font-weight:bold;
   color:#000000;
   text-decoration:underline;
  }

.link_kursplan
  {
   font-family:Arial, sans-serif;
   font-size:11px;
   font-weight:bold;
   color:#000000;
  }

.inhalt_hintergrund
  {
  }

.kurs_schwierigkeitsgrad
  {
   font-family:Arial, sans-serif;
   font-size:12px;
   font-weight:normal;
   color:#FF0000;
  }
  
#inhalt
  {
   width:900px; 
   height:420px;
   overflow:visible;
   background-color:#FFAA33;
   margin-top:5px;
   text-align:left;
  }
  
/*html>body #inhalt
  {
   height:auto;
   min-height:420px;
  }*/

#gesamtinhalt
  {
   width:970px; 
   height:585px; 
   margin-left:auto; 
   margin-right:auto; 
   background-color:#FD8F06; 
   overflow:visible; 
   clear:both;
  }
  
html>body #gesamtinhalt
  {
   /*height:auto;*/
   /*min-height:585px;*/
  }
  
#anzeige
  {
   position: absolute;
   top: 20px;
   left: 20px;
   width:480px;
   height:465px;
   border: 2px solid grey;
   background-color:#FD8F06;   /*transparent*/
   visibility: hidden;
   z-index: 100;
  }

#titel
  {
   display:none;
  }
  
#ndi-link
  {
   font-family: Arial, Helvetica, Sans Serif;
   font-size: 14px;
   display: inline;
   color: #000000;
   text-decoration: none;
   font-weight: normal;
   cursor: text;
  }

#rl
  {
   position:absolute;
   top: 1px;
   left: 1px;
   width: 1px;
   height: 1px;
   overflow: hidden;
  }
