/* CSS Document */
html, body {
  width:100%;
  height:600px;
  margin:0px;
  padding:0px;
  background-color: #FFFFFF;
  background-attachment: fixed;
}

.links{
  width:50%;
  height:600px;
  margin-left:-400px; /*Hälfte von .hohe width und negativ*/
  margin-right:0px;
  float:left;
  padding:0px;
}


.grund {
  padding:0px;
  margin:0px;
  postion:relative;
  top:0px;
  left:0px;
  width:800px;
  height:600px;
  background-color: #FFFFFF;
  float:left; 
}/*bestätigt nocheinmal .hoehe*/

.grund_ueber {
  position: relative;
  left: 0px;
  top: 0px;
  width: 800px;
  height:600px;
  }

  .logo
  {
    margin: 0px;
    bottom: 0px;
    padding: 0px;
    position:absolute;
    left:0px; top:0px; width:800px; height:600px;
    
    background-repeat:no-repeat;

  }/*grundbox für Text, können noch weitere Boxen hinzugefügt werden, schwimmt mit*/

.navi{ 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #FFFFFF; 
}   
 
.navi a:link{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
  }
  
.navi a:visited{
    color: #FFFFFF;
    text-decoration: none;
  }
  
.navi a:hover{
    color: #FFFF00;
    text-decoration: none;
  }
  
.navi a:active{
    color: #FFFF00;
    text-decoration: none;
}

.textfeld{
      margin:0px ;
    padding:5px ;
      position:absolute;
      left:300px; top:160px; width:460px; height:400px;
  
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size:11px;
      color: #000000;
  
}
.textfeldscroll{
      margin:0px ;
    padding:5px ;
      position:absolute;
      left:300px; top:160px; width:460px; height:390px;
  
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size:11px;
      color: #000000;
      overflow: auto;
  
}
h1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size:12px;
      color: #0099FF;
}

h2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size:11px;
      color: #0099FF;
}
.bild{
      margin:0px ;
      padding:0px ;
      position:absolute;
      left:300px; width:200px;
}

.theorieplan{
      border-right-style: solid;
      border-right-width: 0px;
      border-right-color:#FFFFFF;
      border-spacing:0px;
      position:absolute;
      top:70px;
      left:24px;
	  border-collapse:collapse;

}
.tage{
      border-right-style: solid;
      border-right-width: 1px;
      border-right-color:#0099FF;     
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-bottom-color:#0099FF;
      text-align: center;
      height:70px;      
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size:11px;
      color: #000000;
      width: 70px;
      
}
.tage_ueberschr{
      border-style: solid;
      border-width: 0px;
      width: 80px;
      text-align: center;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size:11px;
      color: #000000; 
}
.orte{
      border-style: none;
      width: 196px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size:11px;
      font-weight:bold;
      color: #FFFFFF; }

.text_theorie2{
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size:11px;
      color: #000000;
      position:absolute; 
      top:380px; 
      left:243px; 
      width:370px; 
      font-size:9px; 
}
.text_theorie1{
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size:12px; 
      font-weight: bold; 
      width:365px; 
      position: absolute; 
      top: 23px; 
      left: 195px; 
      color: #0099FF;}
