div {
  font-family: tahoma;	
  font-size: 0.9em;
  color: #666666;
}

a {
  color: #666666;
  text-decoration: none;	
}

a:hover {
  color: #ef2a30;	
}


body {
  background-image: url(../gfx/background.jpg);
  background-repeat: repeat-x;
  margin-left: 2px;
  
}

div#container {
  position: absolute;
  width: 1001px;
  left: 50%;
  margin-left: -500px;	
}

div#main-left {
  float: left; 
  margin-left: 180px;	
  display: inline;
}

div#main-right {
  float: left;  
  margin-left: 190px;	
  display: inline;
}

.image {
  position: absolute;
  display: none;	
}


ul {
  list-style-image:url(../gfx/pfeil.gif);
}
