/* Seiten-Gestaltung */
body {background-color: #FFFFFF;
	  background-image: url('aufbau/hg.gif');
	  color: #000000;
	  font-family: Times new roman;
	  font-size: 12pt;
	  text-weight: bold;
     }

/* Kopf-Grafik - links */
.h_left{	background-image: url('aufbau/head_l.gif');
			width: 227px;
			height: 520px;
		}
		
/* Kopf-Grafik - rechts */
.h_right{	background-image: url('aufbau/head_r.gif');
			width: 643px;
			height: 520px;
		}

/* Inhalt */
.content{	background-image: url('aufbau/hg.gif');
			border: 1px solid #000000;
			azimuth:center;
		}
		
/* Rahmen */
.frame	{	background-image: url('aufbau/border.gif');
			border: 1px solid #000000;
		}

		
/* Tabellen-Layout */
.tab {background-color: #000000;}

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

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

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

/* Tabellen-Titel */
.titel {background-image: url('aufbau/title.gif');
	    height: 21px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
       }

/* Tabellen-Fuss */
.fuss {background-image: url('aufbau/title.gif');
	   height: 21px;
      }

/* Tabellen-Ecke links-oben */
.linksoben {background-image: url('aufbau/title.gif');
            width: 19px;
		    height: 21px;
		   }

/* Tabellen-Ecke rechts-oben */
.rechtsoben {background-image: url('aufbau/title.gif');
             width: 19px;
       	 	 height: 21px;
		    }

/* Tabellen-Ecke Platz */
.platz {background-image: url('aufbau/title.gif');
            width: 60px;
		    height: 21px;
		   }

/* Tabellen-Ecke Raus */
.raus {background-image: url('aufbau/title.gif');
             width: 60px;
       	 	 height: 21px;
		    }

/* Tabellen-Ecke links-unten */
.linksunten {background-image: url('aufbau/title.gif');
             width: 19px;
		 	 height: 21px;
		    }

/* Tabellen-Ecke rechts-unten */
.rechtsunten {background-image: url('aufbau/title.gif');
              width: 19px;
		 	  height: 21px;
		     }

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

/* Eingabe-Felder */
.input {background-color: #EEEEEE;
        border: 1px solid #000000;
		width: 200px;
		color: #000000;
	    font-family: Times new roman;
	    font-size: 10pt;
	    font-weight: bold;
	   }
	   
/* Schaltflächen */
.button {color: #000000;
		 font-weight: bold;
		 font-family: Times new roman;
		 width: 100px;
		}
  
/* Link-Gestaltung */
a {text-decoration: none;
   color: #444444;
  }
a:hover {color: #FF0000;}
.banner a:hover {left: 2px;
                 top: 2px;
				 position: relative;
			    }

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


