

  /***************************************
  ** BOXEN
  ***************************************/
  TABLE.BoxKopfMitKroeger {
  }
  
  
  TABLE.BoxKopfMitKroeger .Titel {
    padding-left:5px;
    background-color: #92BFD4;
    font-size:12px;
    color:white;
  }

  
  
  TABLE.BoxInhaltMitBild {
    background-color: white;
    height:90%;
    margin-bottom:10px;
  }
  
  TABLE.BoxInhaltMitBild .Titel {
    font-size:14px;
  	font-style: normal;
    font-weight: bold;
  	font-variant : small-caps;
    color:#545551;  
  }
  

  

  TABLE.BoxInhaltMitBild .Titel A {
    font-size:14px;
  	font-style: normal;
    font-weight: bold;
  	font-variant : small-caps;
    color:#545551;  
    text-decoration:none;
  }

  TABLE.BoxInhaltMitBild .Titel A:HOVER {
    text-decoration:underline;
  }

  
  TABLE.BoxInhaltMitBild .Text {
    font-size:11px;
  	font-style: normal;
    font-weight: normal;
    color:#888A84;  
    padding-top:5px;
  }
  
  TABLE.BoxInhaltMitBild P,
  TABLE.BoxInhaltMitBild P.bodytext {
    padding:0px;
    margin:0px;
    border:0px;
  }
  
  TABLE.BoxInhaltMitBild .Bild {
    padding:2px;
    padding-right:10px;    
  }
  
  TABLE.BoxInhaltMitBild .Bild IMG {
    border:0px;
  }
  

  TABLE.BoxInhaltMitBild .Mehr {
    font-size:11px;
    font-weight: bold;
    color:#888A84;  
    padding-bottom:2px;
  }
  
  
  TABLE.BoxInhaltMitBild .Mehr A {
    font-size:11px;
    font-weight: normal;
    color:#DE041E;
    text-decoration:none;  
  }

  TABLE.BoxInhaltMitBild .Mehr A:HOVER {
    text-decoration:underline;  
  }  
