/* Farben hängen zusammen:
 background-color:  .thumb .slide body  */

h4, h5  { 
text-align : center ; 
padding: 1em ; 
}


h2, h3 {
color: white
}

.center { 
  text-align: center;
  color : yellow ; 
  font-size : 85% ;	
  font-weight : bold ;
}

.center table { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body {
  font-family: verdana, sans-serif;
  background: grey ;
  color: #FFFFCC;

}

a:link {
  color: white ;
  background: transparent;
}

a:visited {
  color: yellow;
  background: transparent;
}

a:hover {
color: #BBDDFF;
  background: #555555;
}

.small {
  font-size: 75%;
  color: #C7BF2F ; 
  font-weight: bold ;
	
}
p.small  {
  font-size: 75%;
  color: #C7BF2F ; 
  text-align: right ; 	
}

.tiled {
  background-image: url(".tile.png");
  background-repeat: repeat-x;
  background-color: #000000;
  padding: 0;
}

.thumb {
  background-color: #441459 ;
  text-align: center;
  vertical-align: middle;
 border-style  : none ;
}
td.thumb td, a, img   {
 border-style  : none ;
}

.slide {
 background-color: #441459;  
  text-align: center;
  vertical-align: middle;
}
