/* ----------------------------------------------------- */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menutext  {
		text-align: right;
        line-height: 18px; 
        font-family: Helvetica, Verdana, Arial; 
        font-size: 10px;
}
.abstand { line-height: 4px; };
.haupttext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size  : 12px;
        LINE-HEIGHT: 22px;
  
}

.bildschatten {
  background-image: url(index/bildschatten.png);
  background-repeat:no-repeat;
  background-position: bottom left; 
  padding: 4px 7px 17px 7px;
}
/* ------------------------------------------------------ */
A.menue {
    font-weight: bold;  
    display: block;
    padding-right: 20px;
    border-right: 1px solid transparent;
    color: white;
    white-space: nowrap;
    background-color: transparent;
    text-decoration: none;
	background-image: none;    
}
A.menue:hover {
    color: black;
    background-color: white;
}

A.menue2 {
    font-weight: bold;  
    display: block;
    padding-right: 20px;
    border-right: 1px solid transparent;
    color: white;
    white-space: nowrap;
    background-color: transparent;
    text-decoration: none;	
	background-image: none; 	
}
A.menue2:hover {
    color: black;
    background-color: white;
}


 
A.menue3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
    border: 0px solid #6363ff;
    font-variant: small-caps;    
    padding-right: 16px;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: block;
    color: white;
    white-space: nowrap;
    background-color: #8E161A;
    text-decoration: none;
}

A.menue3:hover {
    color: #8E161A;
    background-color: white;
}


A.menue4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    font-weight: normal;  
    display: block;
    padding-left: 15px;
    border-right: 0px solid black;
    color: #303030;
	line-height:30px;
    white-space: nowrap;
    background-color: transparent;
    text-decoration: none;
  
	background-image: url(index/button2.png);
	background-repeat:no-repeat;
	background-position:0px;
}
	
A.menue4:hover {
    color: black;
	background-image: url(index/button1.png);
	background-repeat:no-repeat;
	background-position:0px;
}



/* Mouseoverformatierung für Menüpunkte (wenn nicht mouseover!! ) */
.mouseover_artists {
    font-size:14px;
	font-variant: small-caps; 
	color:black; 
	text-decoration:none;
	
}
/* Mouseoverformatierung für Menüpunkte (wenn mouseover!! ) */
.mouseover_artists:hover {
		color: #8E161A;
		font-weight: normal;
		text-decoration: underline;
}

/* 
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!! ) */
      .mouseoverblue {
                text-decoration: none;
                color: darkblue;
      }
      /* Mouseoverformatierung für Menüpunkte (wenn mouseover!! ) */
      .mouseoverblue:hover {
                color: darkblue;
                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;
      }

