/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* beginn der einstellungen fuer den bereich detailseite */



   #bestellen li {
     /*position: absolute;*/
     list-style:none;
     width:128px;
     height:23px;
     background-image:url('../img/btn_bestellen.gif');
     cursor:pointer;
  }
  
  #bestellen li a:link,
  #bestellen li a:visited,
  #bestellen li a:hover,
  #bestellen li a:active,
  #bestellen li a {
    text-decoration:none;
    color:#6c0000;
    font-weight:bold;
    font-size:9px;
    border-width:0px;
    text-align:center;
    display:block;
    padding-left:30px;
    padding-top:2px;
    padding-bottom:2px;
  }

  .grossbild {
    /*width:280px;*/
    /*height:340px;*/
    text-align:center;
    vertical-align:bottom;
  }
  
  .thumb {
    width:80px;
    vertical-align:middle;
  }
  
  .tabelle_1 {
    width:260px;
    text-align:left;
    font-weight:normal;
    padding-left: 15px;
    font-weight:normal;
    font-size:11px;    
  }
  
  .tabelle_2{
    cellspacing:5px;
    width:260px;
    text-align:right;
    font-weight:bold;
    font-size:11px; 
    color:#6c0000;   
  }
  
  a.link_top {
    text-decoration:none;
    color:#6c0000;
    font-weight:normal;
    font-size:11px;
    border-width:0px;
    text-align:left;
  }
  
  a.backlink {
    text-decoration:none;
    color:#6c0000;
    font-weight:bold;
    font-size:9px;
    border-width:0px;
    float:left;
  }
  
  
/*  ende der einstellungen fuer den  bereich detailseite  */
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/

