/*
    Soulfinger Stylesheet
    
    Juli 2008
*/


/* Alle Innen- und Außenabstände zurücksetzen */
* {
margin: 0;
padding: 0;
}

body {
  background-color: black;
  color: #FFD700;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: small;
}

h2 {
  font-size:1.5em;
  color: #FFD700;
  margin-bottom: 0.5em;
}

h3 {
  font-size:1.2em;
  color: #FFD700;
  margin-top: 1em;
}

a:link {
  color: #FFD700;
  text-decoration: none;
}
a:visited {
  color: #FFD700;
  text-decoration: none;
}
a:focus {
  color: red;
  text-decoration: underline;
}
a:hover {
  font-weight: bold;
  color: #FFD700;
  text-decoration: none;
}
a:active {
  font-weight: bold;
  color: yellow;
  text-decoration: underline;
}

/* Oberer Querbereich mit Platz für 50px hohen Schriftzug */
#banner {
  position: absolute;
  width: 98%;
  height: 50px;
  top: 0;
  right: 0;
  bottom: auto;
  left: 5px;
  padding-right: 0;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFD700;
  border-bottom: 3px solid #FFD700;
}

#navigationsleiste {
  position: absolute;
  width: 10%;
  height: auto;
  top: 64px;
  right: auto;
  bottom: auto;
  left: 0;
  padding: 0;
  padding-left: 5px;
}


#navigationsleiste * {
  /*float: left;
  clear: left;*/
  display: block;
  margin-right: 0.5%;
  margin-top: 2px;
  padding-right: 0.5%;
  padding-left: 0.5%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  /*border: 1px solid gold;*/
  height: 1em;
  width: 10%;
}

.dieseseite {
  text-align: left;
  color: #FFFFFF;
}

/* Inhaltsbereich mit zentriertem Text */
#inhalt {
  position: absolute;
  width: auto;
  height: auto;
  top: 64px;
  right: 0;
  bottom: auto;
  left: 10%;
  margin-top: 1em;
  text-align: center;
}

/* Inhaltsbereich Kontakt */
#kontakt {
  position: absolute;
  width: auto;
  height: auto;
  top: 64px;
  right: 0;
  bottom: auto;
  left: 10%;
  margin-top: 1em;
  text-align: left;
}

/* Inhaltsbereich für Liste der Gigs */
#gigliste {
  position: absolute;
  width: 89%;
  height: auto;
  top: 64px;
  right: 0;
  bottom: auto;
  left: 10%;
  margin-top: 1em;
  text-align: left;
}

div.gigtermin {
  margin-bottom: 1em;
}

div.gigtermin_aktuell {
  margin-bottom: 1em;
  background-color: #cc0000;
}

div.gigdatum {
  border: none;
  float: left;
  color: #FFD700;
}

div.gigtext {
  color: #FFD700;
  border: none;
  margin-left: 6em;
}


/* Bilderseiten */
li {
  list-style-type: none;
}

div.bilderrahmen {
  border: 1px #FFD700 solid;
  margin-bottom: 20px;
}

div.bild {
}

div.bildunterschrift {
  background-color: black;  
  color: #FFD700;
  padding-left: 0.3em;
  padding-bottom: 0.5em;
  }

div.bildkommentar {
  background-color: black;  
  color: #FFD700;
  padding-left: 0.3em;
  padding-bottom: 0.5em;
  }

/* Ende Bilderseiten */


/* Bildunterschrift Startseite */
.caption {
  color: #9f9f9f;
  padding-bottom: 1em;
}


#counter {
  position: absolute;
  width: 10%;
  height: auto;
  top: 350px;
  right: auto;
  bottom: auto;
  left: 0;
  padding-left: 5px;
  margin-right: 20px;
}

#aenderung {
  position: absolute;
  width: 10%;
  height: auto;
  top: 300px;
  right: auto;
  bottom: auto;
  left: 0;
  padding-left: 5px;
  font-size: small;
  color: #444;
}

#shop {
  position: absolute;
  width: 10%;
  height: auto;
  top: 400px;
  right: auto;
  bottom: auto;
  left: 0;
  padding-left: 5px;
  font-size: small;
  color: #F8F;
}


/* Styles für die Darstellung der Bandmitglieder */
table {

}
div.dieband {
  position: absolute;
  width: 89%;
  height: auto;
  top: 64px;
  right: 0;
  bottom: auto;
  left: 10%;
  margin-top: 1em;
  text-align: left;
}

.finger {
  bottom: 1em;
}

.fingername {
  width: 12em;
  color: #FFD700;
}

.fingertext {
  color: #FFD700;
}

td {
  vertical-align: top;
  padding: 1em;
}
