/*generell*/
body {
  font-size: 12px;
}

img {
  border: 0;
}
A {
	COLOR: #a50504;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
    /*COLOR: #ff0066;*/
} 

A:hover {
	text-decoration: underline;
}

A:active {
    /*COLOR: #0000cd;*/
}

A:focus {
    /*COLOR: #0000cd;*/
}

H1 {
  font-size: 18px;
  margin-bottom: 10px;
}

H2{
  font-size: 15px;
  margin-bottom: 8px;
}


/*rock quotation*/
.quotation {
  font-size: 10px;
}

/*menüpunkt shows*/
ul.show {
  font-size: 12px;
}
ul.pastshow {
  font-size: 12px;
  color: gray;  
}

.showdate {
  font-weight: bold;
}

.showdescr {
}

.pastshowdate {
  font-weight: bold;
}

.pastshowdescr {
}

.showspace {
  height:8px;
  /*border-bottom:1px solid black;*/ 
}

/*upcoming shows*/

ul.upcompingshows {
  margin-top: 5px;
  list-style-type: none;
}
.upcompingshowdate {
  font-weight: bold;
}
.upcomingshowshortdescr {

}
.upcomingspace {
  height: 6px;
}
/*fusszeile*/
.copyright {
  color: #575141;
}
a.impressum {
  color: #575141;
}
