/* Seiten-Gestaltung */
body {background-color: #FFFFF2;
      scrollbar-highlight-color: #FEC876;
      scrollbar-shadow-color: #FEC876;
      scrollbar-arrow-color: #800000;
      scrollbar-track-color: #FFFFF2;
      scrollbar-base-color: #FFE2A6;
      background-image: url('http://www.world-of-herbert.de/wappen.jpg');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: bottom right;
	  color: #800000;
	  font-family: Times new roman;
	  font-size: 12pt;
	  text-weight: bold;
     }
	 
/* Tabellen-Layout */
.tab {background-color: #800000;}

/* Helle Zelle */
.tdlight {background-color: #FFFFF2;}

/* Toplisten-Buttons Hintergrund */
.toplisten {background-color: #FFF5E1;
            padding: 2px;}

/* Dunkle Zelle */
.tddark {background-color: #FFE2A6;}

/* Tabellen-Titel */
.titel {background-image: url('http://www.minitopliste.herbertlaass.de/aufbau/mitteoben.jpg');
	    height: 21px;
       }

/* Tabellen-Fuss */
.fuss {background-image: url('http://www.minitopliste.herbertlaass.de/aufbau/mitteunten.jpg');
	   height: 21px;
      }

/* Tabellen-Ecke links-oben */
.linksoben {background-image: url('http://www.minitopliste.herbertlaass.de/aufbau/linksoben.jpg');
            width: 19px;
		    height: 21px;
		   }

/* Tabellen-Ecke rechts-oben */
.rechtsoben {background-image: url('http://www.minitopliste.herbertlaass.de/aufbau/rechtsoben.jpg');
             width: 19px;
       	 	 height: 21px;
		    }

/* Tabellen-Ecke Platz */
.platz {background-image: url('http://www.minitopliste.herbertlaass.de/aufbau/platz.jpg');
            width: 60px;
		    height: 21px;
		   }

/* Tabellen-Ecke Raus */
.raus {background-image: url('http://www.minitopliste.herbertlaass.de/aufbau/raus.jpg');
             width: 60px;
       	 	 height: 21px;
		    }

/* Tabellen-Ecke links-unten */
.linksunten {background-image: url('http://www.minitopliste.herbertlaass.de/aufbau/linksunten.jpg');
             width: 19px;
		 	 height: 21px;
		    }

/* Tabellen-Ecke rechts-unten */
.rechtsunten {background-image: url('http://www.minitopliste.herbertlaass.de/aufbau/rechtsunten.jpg');
              width: 19px;
		 	  height: 21px;
		     }

/* Bilder */
.img {border: 1px solid #800000;}

/* Eingabe-Felder */
.input {background-color: #FFE2A6;
        border: 1px solid #800000;
		width: 200px;
		color: #800000;
        scrollbar-highlight-color: #FEC876;
        scrollbar-shadow-color: #FEC876;
        scrollbar-arrow-color: #800000;
        scrollbar-track-color: #FFE2A6;
        scrollbar-base-color: #FFFFF2;
	    font-family: Times new roman;
	    font-size: 10pt;
	    font-weight: bold;
	   }
	   
/* Schaltflächen */
.button {background-color: #FFE2A6;
         border-left: 2px solid #FFF4D7;
         border-top: 2px solid #FFF4D7;
         border-right: 2px solid #FEC876;
         border-bottom: 2px solid #FEC876;
		 color: #800000;
		 font-weight: bold;
		 font-family: Times new roman;
		 width: 100px;
		}
  
/* Link-Gestaltung */
a {text-decoration: none;
   color: #EC7C00;
  }
a:hover {color: #FF0000;}
.banner a:hover {left: 2px;
                 top: 2px;
				 position: relative;
			    }

.top a:hover {top: 2px;
			  position: relative;
			 }

