﻿/* Warenkorb */
.cart_butKaufen 
{
    width:120px;
    height:21px;
    background-image:URL(../../page_includes/produkte.de/but_kaufen.jpg);
}

.cart_butKaufen:hover 
{
    background-image:URL(../../page_includes/produkte.de/but_kaufen_aktiv.jpg);
}

.tdWarenkorbHead 
{
    background-color:Black;
    color:White;
    font-weight:bold;
}

.cartTable 
{
    width:99%;
    padding:0px;
}

.cartTable td 
{
    vertical-align:top;
}

/* Rubrikenübersicht */
.RubrikBox {
    float:left;
    position:relative;
    width:120px;
	height:210px;
    margin-right:10px;
    margin-bottom:15px;
    border:solid 1px #cccccc;
    padding:3px;
    text-align:center;
}

.RubrikBox div {
    position:absolute;
    width:100%;
    bottom:0px;
    left:0px;
    text-align:center;
}

.RubrikBox .SchriftKlein {
    font-weight:normal;
}   
 
    
/* Produkte */
.produktBox {
    clear:both;
    width:100%;   
    margin-bottom:25px;
}

.produktBox .details {
    display:block;
    margin-top:15px;
}

.produktBox ul {
	margin:0px;
	padding:0px;
}

.produktBox .Preis 
{
    float:right;
    margin-left:15px;
    width:120px;
    padding:3px;
    border:solid 1px #cccccc;
    text-align:center;
    margin-right:15px;
}

.produktBox h2 
{
    margin:0;
}

.produktBox a:hover 
{
    text-decoration:underline;
}

.produktBox .img {
    float:left;
    margin-bottom:15px;
    margin-right:15px;
}

.produktBox .Preis img 
{
    margin-top:5px;
}

.produktBox .Preis h2 
{
    font-size:150%;
}

.produktBox .details 
{
    display:inline-block;
    margin-top:15px;
    font-weight:bold;
    
}
  
