body {
    font-family:"Trebuchet MS",Arial,sans-serif;
	  color: #ffffff;
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    background-color: #000000;
  }

#link {
  background-color: #FFFFFF; 
 }
  
#link:hover {
  background-color: #FF0000; 
 }

 #infoaenderungen{
	position: fixed;
  top: 30px;
	width: 300px;
	padding: 0px;
	color: white;
	font-size:12px;
	font-family: arial;
	background-color: transparent;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	text-align: center;
	border-bottom: #777777 1px solid;
  border-right: #777777 1px solid;
  border-left: #999999 1px solid;
  border-top: #999999 1px solid;
  visibility: hidden;
  }
  
 a:link, a:active, a:visited {
	  color: #0000FF;
	  font-size: 12pt;
	  text-decoration: none;
  }
    
 a:hover {
    color: #FF0000;
    font-size: 12pt;
    text-decoration: none;
  }
      
 font, p, gen, div, a, th, td {
	  font-family: Arial;
	  color: #ffffff;
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
  }
  
 th {
    font-size: 12pt;
    font-weight: bold;
 
 }
  
 .nobr {
  float:left;
  text-align: center;
  width: 250px;
  height: 200px;
  margin: 0 auto;
  margin-top: 10px;
  }

 .cont {
   width: 750px;
   margin: 0 auto; 
   text-align: center;
   clear: both;
  }
	
 .big {
    font-weight: bold;
    font-size: 20pt;
  
  }
  .normal {
    font-weight: none;
    font-size: 12pt;
  
  }
 .fuss {
    clear: both;
  }

 .menu {
  background-image:url(grafik/n4h.gif); 
  background-repeat:no-repeat;
  background-position: center;
  width: 800px;
  height: 400px;
  text-align: center;
  }
  
  .bmenu {
    text-align: right;
    font-weight: none;
    font-size: 12pt;
  }
  
  .close {
   font-size: 8pt;
  }
  
  td {
   text-align: center;
  }
  
  td.links {
   text-align: left;
  }
  
  td.block {
    text-align: justify;
  
  }

#seite {
  width: 750px;
  font-family: Arial;
	color: #ffffff;
  font-size: 8pt;
  font-weight: normal;
  text-align: center;
}

.counter {
  text-align: right;
  margin: 0;
  margin-top: -6;
  padding: 0;
}

td.trennung {
  padding: 5px;
  border-style: none none ridge none;
  border-width: 3px;
  border-color: #0000FF
}

td.textunten {
  color: #FF0000;
  font-size: 16pt;
  font-weight: normal;
  text-align: center; 

}

th.bilder {
  padding: 5px;
  font-size: 14pt;
}

td.beschreibungbilder {
  font-size: 11pt;
  padding: 5px;
}

td.linksrechts {
  vertical-align: top;
}

.buttonlike, .buttonlike:link, .buttonlike:active, .buttonlike:visited {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 12pt;
  padding: 4px;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 3px 3px 20px #666666;
  -moz-box-shadow: 3px 3px 20px #666666;
  box-shadow: 3px 3px 20px #666666;
  text-shadow: 1px 1px 3px #666666;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0000FF), to(#000000));
  background: -moz-linear-gradient(top, #0000FF, #000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0000FF, endColorStr=#000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0000FF, endColorStr=#000000);
  display:inline-block; /* IE is so silly */
}
.buttonlike:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#0000FF));
  background: -moz-linear-gradient(top, #000000, #0000FF)
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#0000FF);
  color: #ff0000;
  font-weight: bold;
}

.buttonklein, .buttonklein:link, .buttonklein:active, .buttonklein:visited {
  
  color: #FFFFFF;
  font-size: 8pt;
  padding: 2px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 10px #666666;
  -moz-box-shadow: 3px 3px 10px #666666;
  box-shadow: 3px 3px 20px #666666;
  text-shadow: 1px 1px 3px #666666;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0000FF), to(#000000));
  background: -moz-linear-gradient(top, #0000FF, #000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0000FF, endColorStr=#000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0000FF, endColorStr=#000000);
  display:inline-block; /* IE is so silly */
}
.buttonklein:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#0000FF));
  background: -moz-linear-gradient(top, #000000, #0000FF)
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#0000FF);
  color: #ff0000;
  
}

