/* Produktuebersicht */

.shopprodukt {
margin-top: 30px;
}

.shopprodukt #headline { 
font-size: 14px;
font-weight: bold;
color: #ff0000;
 }

.shopprodukt #headline a { 
color: #ff0000;
 }

#produktinfos {
font-size: 11px;

}

#produktinfos .preistitel {
font-weight: bold;
margin-top: 10px;
}

#produktinfos .preis {
font-weight: bold;
}

#produktinfos .kaufen {
margin-top: 10px; 
margin-bottom: 20px; 
}

#homeleft #shopinfos {
margin-top: 30px;
text-align: center;
}

#homeleft #shopinfos a {
color: #666666;
}

/* Produkt */

#produkt .steuer{
font-size: 10px;
}

#produkt .rabatt{
color: #FF0000;
}

#produkt .preis {
font-weight: bold;
color: #FF0000;
font-size: 14px;
}


/* Warenkorbvorschau */

#homeright #box {
border: #005AAA 1px solid;
background-color: #E1EAF7;
padding: 5px;
}

#homeright #box h3 {
color: #005AAA;
}

#box table.warenkorb {
width: 100%;
}

/* Warenkorb */

#content #shopinfos {
margin-top: 30px;
text-align: center;
}

#content #shopinfos a {
color: #666666;
}

#warenkorb {
width: 100%;
}

/* Bestellung */
#bestellung {
width: 100%;
margin-bottom: 10px;
}

#bestellung .titel{
font-size: 10px;
font-weight: bold;
}

#bestellung .rabatt{
color: #FF0000;
text-align: right;
}

#bestellung .preis {
text-align: right;
}

#bestellung .anzahl {
text-align: right;
}

#bestellung .steuer {
text-align: right;
}

#bestellung .betrag {
text-align: right;
}

#bestellung .endsumme{
font-weight: bold;
}

#bestellkorb {
margin-bottom: 60px;
}

#orderForm {
font-size: 11px;
}

#orderForm .orderRow label{
margin-right: 60px;
width: 100px;
display: block;
float: left;
margin-bottom: 5px;
}

#orderForm .orderRow input{
font-size: 11px;
}

#orderForm .orderRow textarea{
font-size: 11px;
width: 200px;
}

#orderFormSubmit input{
background-color: #005AAA;   
color: #ffffff;
font-weight: bold;
float: left;
}

/* Allgemeines */

input.button {
background-color: #005AAA;   
color: #ffffff;
font-weight: bold;
float: left;
} 

/* Infobox */
#homeright .infobox {
border: #005AAA 1px solid;
background-color: #E1EAF7;
padding: 5px;
margin-top: 30px;
}
#homeright .infobox h1.h1-class {
color: #000000;
}

.infobox .inhalt ul {
padding-left: -10px;
}