* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #111;
        margin: 0px;
	padding: 0px;
        line-height: 1.3em;
}
 
body 
{
    background-color: #eee;
}

#hidden
{
    display: none;
}
    
h2
{
    margin-bottom: 15px;
    font-size:  1.3em;
    font-weight: bold;
        
}

#wrapper 
{
    width:980px;
    margin: auto;
}

#header 
{
    position: relative;
    height: 120px;
    margin-bottom: 10px;
    border-bottom: 2px solid #555;
    background-color: #ddd;
}    
    
#header h1
{
    position: absolute;
    bottom: 0px;
    bottom: 80px;
    font-family: Gabriola;
    font-size: 3em;
    font-weight:bold;
}

#content
{
    overflow:auto;
}    
 
#left
{
    float: left;
    width:620px;
    padding: 15px 5px 5px 15px;
    background-color: #ddd;
    border: 1px solid #888;
}   
    
#shop .product .bild
{
    float: left;
    margin-right: 15px;
}
    
#shop .product
{
    position: relative;
    float: left;
    width: 278px;
    height: 98px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #eee;
    border: 1px solid #222;
    
    -webkit-box-shadow:  2px 2px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  2px 2px 3px 0px rgba(0, 0, 0, 0.5);    
    box-shadow:  2px 2px 3px 0px rgba(0, 0, 0, 0.5);
}

#shop .product h3
{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
}

#shop .product p
{
    text-align: justify;
}

#shop .product .price
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
    color: #00CC00;
    
}

#shop .product .amountForm
{
    position: absolute;
    top: 7px;
    right: 40px;
}

#shop .product button
{
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 2px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

#right
{
    float: right;    
    width:296px;
    padding: 15px;
    background-color: #ddd;
    border: 1px solid #888;
}  
    
#cart .product
{
    height: 30px;
}
    
#cart .product .amount
{
   display: inline-block;
   width: 40px;
   margin-right: 10px;
   text-align: right;
   font-size: 1.1em;
}  
    
#cart .product .title
{
   display: inline-block;
   width: 90px;
   font-size: 1.1em;
}  
 
#cart .product .price
{
   display: inline-block;
   width: 80px;
   text-align: right;
   margin-right: 5px;
}   
   
#bill
{
    margin-top: 10px;
    padding-top: 5px;
    border-top: 3px double black;
}

#bill .title .price
{
    display: inline-block;
    width: 50px;
    margin-right: 5px;
    text-align: right;
}
   
#bill .sum
{
    display: inline-block;
    width: 120px;
    margin-right: 5px;
    text-align: right;       
}
   
.imp
{
    font-weight: bold;
}
   
#bill .title
{
    display: inline-block;
    width: 105px;
    margin-right: 5px;
    text-align: right;
}
   
#footer
{
    width:610px;
    padding: 5px 15px;
    margin-top: 10px;
    text-align: center;
    background-color: #ddd;
    border: 1px solid #888;
}      
    
#footer ul
{
    list-style-type: none;
}
    
#footer ul li
{
    display: inline-block;
}

#footer ul li a
{
    text-decoration: none;
    font-size: 0.9em;
    margin: 0px 5px;
    color: #804000;
}

#footer ul li a:hover
{
    text-decoration: underline;
}

#hidden, .hidden
{
    display: none;
}
    
    
    
/*    
#fruits {
	background-color: #ffc;
	width: 1000px;
	margin: auto;
}
 
#banana {
	background-color: #cc4;
	height: 100px;
}
 
#apple {
	background-color: #0c0;
	width: 140px;
	float: left;
 
}
#orange {
	background-color: #f60;
	float: right;
	width: 200px;
}
 
#ananas {
	background-color: #09AECF;
	margin-right: 210px;
	margin-left: 200px;        
        background-image: url(warenkorb.png);
        background-repeat:no-repeat;
        background-position:110px 2px;
}
 
#strawberry {
	background-color: #c00;
	clear: both;
	margin-top: 20px;
}

*/