
body, td, input, textarea, select {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#656565;
}

a {
font-family: Verdana, Arial, Helvetica, sans-serif; 
color:#656565; 
text-decoration: underline;
}




/* Text */


.klein {
font-size:11px;
}

.gross {
font-size: 14px;
}

.gross_orange {
font-size: 14px;
color:#FDA036;
}

.gross_blau {
font-size: 14px;
color:#7388DF;
}

.blau {
color:#7388DF;
}

.orange a{
color:#FDA036;
}

/* Vor Zurück nicht möglich */
.blaetter_negativ a {
color:#CCCCCC;
}

.fehler {
color:#FF0000;
}






/* inputfeld */


input {
margin:1px 0px 0px 0px;;
}

/* IE 7 Hack */
*+html input { 
margin:0px 0px 0px 0px; 
}

/* IE <=6 Hack */
* html input { 
margin:0px 0px 0px 0px; 
}

.fehler_input {
border-color:#FF0000;
border-style:solid;
}







/* Überschriften */


/* Überschrift blau */
h1 {
font-size: 17px;
color:#7388DF;
margin:0px;
}

/* Überschrift orange Startseite */
h2 {
font-size: 17px;
color:#FDA036;
margin:0px;
}






/* Navigation */

.menu a {
color:#FFFFFF;
text-decoration:none;
}

.navi_blau {
background-image:url(/custom/images/menu_hi.gif);
background-repeat:no-repeat;
background-position:bottom;
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
}

.navi_orange {
background-image:url(/custom/images/menu_hi_ov.gif);
background-repeat:no-repeat;
background-position:bottom;
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
}

.headkategorie {
color:#FFFFFF;
background-color:#7388DF;
padding-left:5px;
height:22px;
font-weight:bold;
}

.contentkategorie {
background-color:#E6E8F3;
padding:5px;
line-height: 22px;
}

.unternavi {
margin-bottom:7px;
}









/* Preis usw. */

.preis {
font-size: 14px;
color:#7388DF;
font-weight:bold;
margin-bottom:3px;
}

.preisaktion {
font-size: 14px;
color:#FF0000;
font-weight:bold;
margin-bottom:3px;
}

.rezeptpflichtig {
color:#FF0000;
margin-bottom:5px;
}

.zuzahlung {
font-size: 11px;
color:#7388DF;
}

.produktname {
font-size: 13px;
font-weight:bold;
}






/* Liste z.B. Zusatzinformationen Produktdetail */

ul {
list-style-type: none;
margin-left:0px;
padding-left:0px;
margin-top:10px;
margin-bottom:0px;
}

li {
padding-left: 15px;
background-image:url(/custom/images/listenpunkt.gif); 
background-repeat:no-repeat; 
background-position: 0px 8px;
line-height:20px;
}












