/* Hier werden die Standardwerte Initialisiert. Somit ist eine globale Schriftaenderung nur noch hier noetig */

body, h1, h2, h3, p, img, form, input, textarea, select, span, div, tr{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #CCCCCC;
  text-align: center;
}

img {
  border: none;
}

.konzerte {
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: top;
}

html {
  background-color: #606060;
  background-image: url("bilder/hinterhintergrund.gif");
  background-repeat: repeat;
}

/* #inhalt ist der Hauptlayer. Hier kommt der komplette Inhalt rein */
#inhalt {
  margin: 45px;
}
    
/* #unten ist die Abschlusszeile am ende des Inhalts */
#unten {
  border-top: 1px solid #999999;
  padding: 5px;
  font-size:9px;
}

/* der Hyperlink in der unteren Zeile */
a.media {
  line-height: 20px;
  font-size: 11px;
  color:#999999; 
}

a.media:hover { 
  color:green;
  font-size: 11px;
  line-height: 20px;
}

/* der Hyperlink in der unteren Zeile */
a.linksunten {
  font-size:9px;
  color:#999999; 
}

a.linksunten:hover { 
  color:green;
  font-size:9px;
}

/* centerbox dient dazu um den Inhalt zu Zentrieren und auf 550px breite zu bringen*/
#centerbox {
  width : 550px;
  padding : 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #000000;
  text-align: justify;
  margin: auto;
  margin-top: 3px;
}

#links {
  width : 200px;
  padding : 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #000000;
  text-align: left;
  margin: auto;
  margin-top: 3px;
  float: left;
}

#rechts {
  width : 300px;
  padding : 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #000000;
  text-align: left;
  margin: auto;
  margin-top: 3px;
  float: right;
}


/*----------------------------------------*/
/* die Styles f&uuml;r das G&auml;stebuch */
/*----------------------------------------*/

/* Die &Uuml;berschrift &uuml;ber den einzelnen eintragsboxen */
.gb_ueberschrift {
  text-align: left;
  width : 550px;
  margin: auto;
  padding: 0px;
}

/* Die Eintragsboxen des G&auml;stebuchs */
#gb {
  width : 550px;
  padding : 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #000000;
  border:1px solid #cccccc;
  text-align: justify;
  margin: auto;
  margin-top: 3px;
}

/* Die Styles der Seitenauswahlleiste des G&auml;stbeuchs */
span.page
{
 width : 20px;
 border-bottom : 1px solid #cccccc;
 text-align : center;
}

span.current_page
{
 width : 20px;
 padding-bottom : 1px;
 padding-top : 1px;
 border-left : 1px solid #cccccc;
 border-right : 1px solid #cccccc;
 text-align : center;
}

span.point
{
 width : 22px;
 font-size : 140%;
 text-align : center;
}



.text {
  background-color:#000000; 
  border: 1px solid #cccccc; 
} 

.text_button {
  background-color:#000000; 
  border: 1px solid #cccccc; 
}  

/*----------------------------------------*/
/* ENDE GAESTEBUCHSPEZIFISCHE STYLES      */
/*----------------------------------------*/

/* Style für die Bilder-Galerie */



#bilder_container

{

  width : 130px;

  height : 100px;

  vertical-align : middle;

  float : left;

  text-align: center;

  padding-top: 2px;

}


a {text-decoration:none;	font-weight:bold; color:#999999; }

a:hover { color:green; text-decoration:none; font-weight:bold; }	

