
#archiv_list {
  float:left;
  width: 136px;
  height: 400px;
  margin-bottom: 10px;
  position: relative;
  margin-top:3px;
}         

#archiv_list .container {
  position: absolute;
  top: 46px;
  left: 0px;  
  width: 136px;
  height: 400px;
  overflow:hidden;   
  background: #e5e5e5;
}            

#archiv_list .previous_button {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 136px;
  height: 46px;
  background: url(../images/layout/up_akt.jpg);
  background-repeat:no-repeat;
  z-index: 200;    
  cursor:pointer;
}        

#archiv_list .previous_button_disabled {
  background: url(../images/layout/up.jpg);
  cursor:default;
}

#archiv_list .next_button {
  position: absolute;
  top: 419px;
  left: 0px;
  width: 136px;
  height: 46px;
  background: url(../images/layout/down_akt.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color:#ffffff;
  z-index: 200;
  cursor:pointer;
}   

#archiv_list .next_button_disabled {
  background: url(../images/layout/down.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  cursor:default;
}

#archiv_list ul {
  margin: 0;
  padding:0;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 100000px;
}                      

#archiv_list ul li img {
  border:1px solid #999999;
  display:block;             
  background:#ffffff;
  margin-right:3px; 
}                               

#archiv_list ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#archiv_list ul li {
  border:0px solid green;
  color:#000000;
  margin:0pt;
  padding:15px 3px 0px 3px;
  width: 136px;
  list-style:none;   
  float:left;
  [if gte IE 5] width:100%;
}

