﻿
/* ==========Reset aller Elemente und Kallibrierung =============== */

* { 
 padding: 0;
 margin: 0;
 }
 
h2, p, ul, ol { margin-bottom: 1em;}
ul ul { margin-bottom: 0;}
li { margin-left: 0em; list-style-type: none;} 
 
 /* =========Reset ENDE ==============*/ 

body {
  color: #002b66;
  background-color: #ffffff;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 10px;
 }
         /* ==========Allgemeine Klassen und IDs ============= */

h1 {
font-size: 16px;
}
      
br.clearing  {
  clear: both;  
  
  }

span.alterpreis {

background-image: url(streichpreis.png);
background-repeat: no-repeat;
}

img {
padding: 0;
margin: 0;
} 
 
                  /* ======= ABSCHNITT Kopfbereich ======= */


div#wrapper {
width: 1060px;
margin: 0 auto;
padding-top: 10px;
background-color: #c0c0c0;
background-image: url(verlaufbody.jpg);
}


div#kopfbereich {
width: 1060px;
height: 100px;
margin: 10px auto 10px auto;
overflow: hidden;
background-image: url(aktion.png);
background-position: 780px 5px;
background-repeat: no-repeat;
}          

ul#kopfbox {
  font-size: 10px;
  line-height: 12px;
     }
     
/*
ul#kopfbox li {
  float: left;
}   */  
   
table {
  table-layout: fixed;
  line-height: 10px;
  font-size: 10px; 
}   

li#listenbox1 {
  display: inline-block;
  *display: inline;
  zoom: 1;  
  width: 300px;
  height: 60px;
  vertical-align: top;
  padding: 10px 40px 20px 10px;
  background-image: url(logofine.png);
  background-repeat: no-repeat;
  background-position: center 12px;
    }
    
li#listenbox2 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 145px;
  height: 50px;
  vertical-align: top;
  padding: 10px 40px 20px 10px;
  border-left: 1px solid #002b66;
    }
    
li#listenbox3 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 200px;
  height: 50px;
  vertical-align: top;
  padding: 10px 40px 20px 25px;
  border-left: 1px solid #002b66;

  }
  
li#listenbox3 li {
  list-style-image: url(haken.png)
}  
  
li#listenbox3 img {
  margin: 10px 10px 0 0;
  } 
     
         

                 /* ===== ABSCHNITT Infoblöcke ========= */
 
div#infowrapper {
float: right;
width: 235px;
} 
                 
.infoblock  {
width: 220px;
height: 245px;
margin-bottom: 20px;
margin-right: 10px;
background-color: #ffffff;
color: #002b66;
font-size: 12px;
line-height: 16px;
border-top: 1px solid #b0b0b0;
border-right: 1px solid #b0b0b0;
border-bottom: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;

}

.infoblock li {
list-style-type: none;
line-height: 1.4em;

}

.infoblock ul {
margin-top: 10px;
padding-left: 10px;
font-weight: bold;

}

.infoblock p {
padding: 5px 10px 5px 10px;
}

.infoblock h1 {
margin-bottom: 2px;
padding: 5px 5px 5px 10px;
line-height: 1.6em;
background-color: #ffffff;
color: #002b66;
border-bottom: 1px solid #003399;
text-shadow: 0px 0px 10px #ffffff;
}              
                 
                 
                 /* ===== ENDE Infoblöcke ========= */
                  
                  
                  /* ===== ABSCHNITT Angebotsbereich ========= */
                  
div#artikelbereich {
position: relative;
width: 790px;
height: 1170px;
margin: 0 0 0 0;
padding-left: 10px;
}

div#datenbereich {
width: 777px;
height: 369px;

}

div#datenbereich ul {
font-size: 12px;
}

div#datenbereich li {
list-style-type: none;
line-height: 1.4em;
} 

div#listelinks {
float: left;
width: 95px;
}

div#listelinks li {
text-align: right;
font-weight: bold;
}

div#listerechts {
float: left;
width: 210px;
padding: 0 0 0 10px;
overflow: hidden;
white-space:nowrap;
}
      

div#artikelbereich h1 {
margin-bottom: 20px;
padding: 5px;
line-height: 1.6em;
text-align: center;
width: 767px;
color: #002b66;
background-color: #ffffff;
border-top: 1px solid #b0b0b0;
border-right: 1px solid #b0b0b0;
border-bottom: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
}

div#beschreibung {
width: 450px;
padding: 0 0 10px 10px;
float: right;
}                  
                  
div#beschreibung p {
margin: 0 10px 20px 10px;
line-height: 20px;
font-size: 14px;
} 

div.bildbox {
  float: left;
  height: 450px;
  width: 761px;
  overflow: hidden;
  margin: 0 0 20px 5px;
  padding: 1px;
  box-shadow: 1px 4px 8px #777777;
  border: 8px solid #ffffff;
  background-color: #fdfdfd;
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);

}

img.artikelbild {
margin: auto;
max-width: 777px;
/*border-top: 1px solid #b0b0b0;
border-right: 1px solid #b0b0b0;
border-bottom: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0; */

}


        
                  /* ===== ENDE Angebotsbereich ========= */
                  
                         
               
                  
