
/********************* Hier werden alle Formate definiert *******************************************/


/******************** Custom Tags ***********************************/


a:link { 
    text-decoration: none; 
}
    
a:visited { 
    text-decoration: none; 
}
    
a:active {
    text-decoration: underline; 

}
a:hover {
    text-decoration: underline; 

}

textarea { 
    color: #000000; 
    font-size: 10pt; 
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
    background-color: #cccccc; 
    border: solid 1px white
}

input { 
    color: #000000; 
    font-size: 10pt; 
    font-family: Arial, 
    Helvetica, Geneva, Swiss, SunSans-Regular; 
    background-color: #cccccc; 
    border: solid 1px white 
}

/******************** Selbstdefiniete Klassen ***********************************/

/* Body des Content-Bereiches */
.content-body {
    font-family:Arial,sans-serif;
    color: white;
    font-size:10pt;
    background-color: black;
}

.a-navi-main-active
 {
    font-family: Verdana, sans-serif;
    color: rgb(220,150,0);
    font-size:13pt;
    letter-spacing:1pt;
    font-weight:900;
    text-decoration: none;
}

.a-navi-main-passive
 {
    font-family: Verdana, sans-serif;
    color: rgb(124,124,124);
    font-size:13pt;
    letter-spacing:1pt;
    font-weight:900;
    text-decoration: none;
}

.a-navi-sub-active
 {
    font-family: Arial, sans-serif;
    color: rgb(220,150,0);
    font-size:10pt;
    font-weight:bold;
    text-decoration: none;
}

.a-navi-sub-passive
 {
    font-family: Arial, sans-serif;
    color: rgb(124,124,124);
    font-size:10pt;
    font-weight:bold;
    text-decoration: none;
}

.td-content
 {
    font-family: Arial, sans-serif;
    color: white;
    background-color: black;
    font-size:10pt;
    text-decoration: none;
}

.td-header
 {
    font-family: Arial, sans-serif;
    color: white;
    background-color: black;
    font-size:14pt;
    text-decoration: none;
}


/* Text fuer Mail-Links */
.a-mail { 
     Arial, sans-serif;
    color : black; 
    sans-serif; font-size:8pt;
}
.trenner { border: solid 1px white }

.bottom-font {
    color : black; 
    text-decoration: none; 
    font-family:Arial,sans-serif; 
    font-size:8pt; 
    font-weight:bold;
}

/* Styles für die Musikverlag-Seite */
.muskverlag-td-header
 {
    font-family: Arial, sans-serif;
    color: white;
    background-color: black;
    font-size:14pt;
    text-decoration: none;
}
.muskverlag-td-fliesstext
 {
    font-family: Arial, sans-serif;
    color: white;
    background-color: black;
    font-size:10pt;
    text-decoration: none;
    vertical-align: top;
}

.muskverlag-link
 {
    font-family: Arial, sans-serif;
    color: white;
}

.label-td-fliesstext
 {
    font-family: Arial, sans-serif;
    color: white;
    background-color: black;
    font-size:10pt;
    text-decoration: none;
    vertical-align: top;
}

.img-egoton { 
    border: solid 1px grey 
}

.label-link
 {
    font-family: Arial, sans-serif;
    color: white;
}

