/* CSS für Galerie-Hunchentoot.de
////////////////////////*/

/* Styles für die Schrift
/////////////////////////*/
body {
     font-size: 11px;
     font-family: Georgia;
     font-weight: normal;
     text-align: left;
     color: #5c584C;
     line-height: 15px;
     }

a, a:hover, a:focus {
    text-decoration:none;
    color:#5c584C;
    }

#bar #artist {
     font-size: 12px;
     font-family: Arial, sans-serif;
     font-weight: bold;
     color:#CC0066;
     }

#bar #date {
     font-size: 12px;
     font-family: Arial, sans-serif;
     font-weight: bold;
     color:#F5F5F4;
     }

.content-headline, h1 {
     font-size: 14px;
     font-weight: bold;
     line-height: 17px;
     }

input {
    font-family: Georgia;
    color: #5c584C;
    font-size: 11px;
    }

#button {
    font-family: Georgia;
    color: #5c584C;
    font-size: 11px;
    }

#anfrage textarea {
    font-family: Georgia;
    color: #5c584C;
    font-size: 11px;
    }