/* ----------------------------------------------------- */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.menutext  {
	    text-align: right;
        line-height:24px; 
        font-family: Arial; 
        font-size: 16px;
}
.abstand { line-height: 4px; };
.haupttext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size  : 12px;
        LINE-HEIGHT: 18px;
        padding-right: 26px;
        padding-left: 26px;
        padding-bottom: 26px;
        padding-top: 30px;

}
/* ------------------------------------------------------ */
A.menue {
    font-weight: bold;  
    display: block;
    padding-right: 13px;
    border: 0px solid white;
	border-left: 10px solid #A91922;
    color: #A91922;
    white-space: nowrap;
    background-color: white;
    text-decoration: none;
}
A.menue:hover {
    color: yellow;
    background-color: #A91922;
}

A.menue3 {
    font-weight: bold;  
    display: block;
    padding-right: 13px;
    border: 0px solid white;
	border-left: 10px solid #A91922;
    color: #A91922;
    white-space: nowrap;
    background-color: white;
    text-decoration: none;
}
A.menue3:hover {
    font-weight: Bold;  
    display: block;
    padding-right: 50px;
    border-right: 0px solid black;
    color: black;
    white-space: nowrap;
    /* background-color: white;
    text-decoration: none;
	background-image: none;  */ 
	    	
    color: yellow;
    
	background-image: url(Bilder/hut2.gif);
	background-repeat:no-repeat;
	background-position:95px;
    background-color: #A91922;	
    

}

/* 
A.menue {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size  : 15px;
    font-weight: normal;
    border: 2px solid #6363ff;
    padding-right: 16px;
    font-variant: small-caps;    
    padding-left:16px;
    padding-bottom: 5px;
    display: block;
    color: white;
    padding-top: 4px;
    white-space: nowrap;
    background-color: #6363ff;
    text-decoration: none;
    LINE-HEIGHT: 14px;    
}

A.menue:hover {
    color: #6363ff;
    background-color: white;
}
*/



      
      /* Mouseoverformatierung für Menüpunkte (wenn nicht mouseover!! ) */
      .mouseover {

                text-decoration: none;
                color: black;
      }
      /* Mouseoverformatierung für Menüpunkte (wenn mouseover!! ) */
      .mouseover:hover {
                color: black;
                text-decoration: underline;
      }

      
      /* Mouseoverformatierung für Menüpunkte (wenn nicht mouseover!! ) */
      .graylink {
                text-decoration: none;
                color: #b0b0b0;
      }
      /* Mouseoverformatierung für Menüpunkte (wenn mouseover!! ) */
      .graylink:hover {
                color: black;
                text-decoration: underline;
      }      
      
      /* Mouseoverformatierung für Menüpunkte (wenn nicht mouseover!! ) */
      .mouseoverblue {
                text-decoration: none;
                color: blue;
      }
      /* Mouseoverformatierung für Menüpunkte (wenn mouseover!! ) */
      .mouseoverblue:hover {
                color: blue;
                text-decoration: underline;
      }
      
            
      /* Schwarzer Rahmen für Bilder */
      .blackimgborder  {
                border-color: #000000;
      }

      /* Schwarzerlink */
      .blacklink {
                color: #000000;
      }

      /* Tabellenrahmen */
      .tableborder {
                border-bottom: 1px solid  black;
                border-top: 1px solid  black;
                border-left: 1px solid  black;
                border-right: 1px solid  black;
      }


