h1{
  text-align: center;
  font-weight : bolder;
  font-family:  "Comic Sans MS","Trebuchet MS",  "Monotype Corsiva", "MS Reference Serif";
  font-size:30px;
}

a:hover {
  text-decoration: underline overline; 
  color:#ff5500;
}

a {
  text-decoration: underline;
  color:#444444; 
}

li{
  font-weight : bolder;
}

#body{
  background-color : #000000;
  text-align : center;
}


#page
{
  background-color:#ffff00;
  text-align: left;
  margin: 0 auto;   
  width: 770px;
  padding: 0px;
  border: 1px ridge silver;
}


#menu {
  /*float:right;*/
  background-image: url("http://www.blech-beat-gugga.de/images/bbg_03.gif");
  background-repeat: no-repeat; 
  background-color:#ee0000;

  height:auto;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;

  font-family: "Comic Sans MS";
  text-align:center;

  width: 144px;
  margin:  0px;
  padding: 100px 0px 40px 0px;
}

.link{
  background-color:#ffff00;
  margin-bottom:5px;
  padding:1px;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
}

.link a:hover {
  text-decoration: underline; 
  background-color:#ffdd00;
}

.link a {
  display: block; 
  text-decoration: none; 
  color:#000000; 
}

.a_menu {

  height:auto;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background-color:#a11010;
  text-align:center;

  width: 144px;
  margin:  0px;
  padding: 10px 0px 10px 0px;
}


#logo {
  background-image: url("http://www.blech-beat-gugga.de/images/bbg_01.gif");
  background-repeat: no-repeat; 
  height:107px;
}


#r1 {
  float:left;
  width:144px;
}

#r2 {
  /*float:right;*/
  margin-left: 144px;
}

#bbg {
  background-color:#ee0000;
  background-image: url("http://www.blech-beat-gugga.de/images/bbg_02.gif");
  background-repeat: no-repeat; 
  height:106px;
  /*height:107-20px;*/
  
}

#bbg1 {
  /*height:85px;*/
  height:106px;
  text-align:right;
  /*padding: 10px 20px 10px 0;*/
  margin-left:56px;
  border-bottom: 2px solid #000000;
}

#bbg1 .padding {
  padding: 5px 30px 0px 0px;
}


#ueberschrift
{ 
  background-image: url("http://www.blech-beat-gugga.de/images/bbg_04.gif");
  background-repeat: no-repeat;
  margin: 0px;
  padding: 12px; 
  /*background-color:#cccccc;*/
  text-align:center; 
  font-weight : bolder;
  font-family:  "Comic Sans MS","Trebuchet MS",  "Monotype Corsiva", "MS Reference Serif";
  font-size:25px;
} 

#inhalt
{   
  margin: 15px 10px 10px 20px;
  padding: 10px; 

  text-align:justify;

  border: 1px dashed #ffbd00;
  background-color:#ffff00;
} 


table .b {
  font-weight : bolder;
}

.box {
  margin:20px 10px 20px 10px;
}

.topic {
  background-color:#ff0000;
  border:0px black solid;
  color:#ffff00;
  padding:1px 5px 0 5px;
  font-weight:bolder;
}

.location {
  padding:5px 5px 0px 5px;
}

.content {
  padding:5px;
}

.links {
  padding:5px;
}


#copyright{
 clear:both;
 /*background-color:#bbbbbb;*/
 text-align:center;
 font-size:12px;
 margin-top:10px;
}