/********************************
Allgemein
********************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/********************************
Buttons
********************************/
.button_login {
	border: none;
	background: none;
	background-image: url(../img/button_login.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 64px; height: 21px;
	padding-bottom: 3px;
	font-weight: bold;
}
.button_anmelden {
	border: none;
	background: none;
	background-image: url(../img/button_anmelden.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 104px; height: 21px;
	padding-bottom: 3px;
	font-weight: bold;
}
.button_bestellvorgang {
	border: none;
	background: none;
	background-image: url(../img/button_bestellvorgang.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 200px; height: 21px;
	padding-bottom: 3px;
	font-weight: bold;
}


/********************************
Ueberschriften
********************************/
h1 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
/********************************
Listen
********************************/
ul li {
	line-height: 16px;
}
/********************************
Produktuebersicht Detailansicht
********************************/
/* Angebot */
.angebot_plist {
	color: #FFFFFF;
	font-size: 11px;
}
/* Produktname Uebersicht */ 
.product_box_small h3, .category_box_small h3 {
	margin: 0px; margin-top: 0px;
	font-size: 11px;
	padding: 0px;
}
/* Produktpreis Detail */ 
#product_right .price_box_big {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
}
.price_big {
	font-family: Comic Sans, Comic Sans MS, cursive, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#product_right sup {
	vertical-align: top;
	font-size: 16px;
	padding-top: 10px;
	font-weight: bold;
}
.tooltip {
	font-size: 11px;
}
/* Preis Uebersicht */ 
.altPrice {
	font-weight: bold;
}
.altPrice sup {
	font-size: 11px;
}
.product_box_small .price_box_small, .product_box_small .price_box_small a {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
}
.product_box_small .price_small {
	font-family: Comic Sans, Comic Sans MS, cursive, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.product_box_small sup {
	vertical-align: top;
	font-size: 16px;
	padding-top: 10px;
	font-weight: bold;
}
/********************************
Navigation
********************************/
#navigation_top {
	text-align: center;
	font-size: 12px;
}
#navigation_box {
	font-size: 14px;	
}
#navigation_box a {
	text-decoration: none; 
	color: #000000;
}
.kat_2 {
	font-size: 12px;
}

/********************************
Warenkorb
********************************/
#basket_middle {
	font-size: 10px;
}
#basket_middle span {
	word-spacing: 30px;
}
#basket_price {
	text-align: right;
	font-size: 14px;
}
#basket_bottom, #basket_foot {
	font-size: 10px;	
	color: #666666;
}

/********************************
Footer
********************************/
#footer_middle {
	text-align: center;
}
#footer_middle a{
	font-size: 11px;
	color: #FFFFFF;
}
