#TableStart
{
  width           : 765px;
  height          : 360px;  
}


#Winter
{
 width            : 33%;
 height           : 55%;
 background       : url(../Bilder/Winter.jpg);
 
}


#Sommer
{
 width            : 33%;
 height           : 55%;
 background       : url(../Bilder/Sommer.jpg); 
}

#Spass
{
 width            : 33%;
 height           : 55%;
 background       : url(../Bilder/Spass.jpg); 
}

#WinterSchriftUeber
{
  color            : #000000;
  font-family      : "trebuchet ms", helvetica, sans-serif;
  font-size        : 17px;
  font-weight      : bold;
  height           : 10%;
  border-bottom    : 1px solid #915507;
  text-align: left;
  
   
}

#SommerSchriftUeber
{
  color            : #000000;
  font-family      : "trebuchet ms", helvetica, sans-serif;
  font-size        : 17px;
  font-weight      : bold;
  height           : 10%;
  border-bottom    : 1px solid #915507; 
  text-align: left;
   
 } 
 
 #SpassSchriftUeber
{
  color            : #000000;
  font-family      : "trebuchet ms", helvetica, sans-serif;
  font-size        : 17px;
  font-weight      : bold;
  height           : 10%;
  border-bottom    : 1px solid #915507;
  text-align: left; 
  
 } 

#WinterSchriftUeber a {
  color                 : #000000;
  text-decoration       : none;  
}

#WinterSchriftUeber a:hover {
  color                 : #7F9FEA;
  text-decoration       : none;  
}

#SommerSchriftUeber a {
  color                 : #000000;
  text-decoration       : none;  
}

#SommerSchriftUeber a:hover {
  color                 : #2DA50D;
  text-decoration       : none; 
}

#SpassSchriftUeber a {
  color                 : #000000;
  text-decoration       : none;  
}

#SpassSchriftUeber a:hover {
  color                 : #915507;
  text-decoration       : none; 
}

#SommerSchrift
{
  background-color      : #2DA50D;
  color                 : #FFFFFF;
  font-family           : "trebuchet ms", helvetica, sans-serif;
  font-size             : 12px;  
  height                : 35%;
  
     
}

#WinterSchrift
{
  background-color            : #7F9FEA;
   color:    #FFFFFF;
  font-family      : "trebuchet ms", helvetica, sans-serif;
  font-size        : 12px;
  height           : 35%; 
  
     
}

#SpassSchrift
{
  background-color            : #915507;
   color:    #FFFFFF;
  font-family      : "trebuchet ms", helvetica, sans-serif;
  font-size        : 12px;

  height           : 35%;
  
     
}

