/* Überschriften, Fließtext */

.text_farbe1 {
	color:#FF9608;
}

.text_rot {
	color:#ca0000;
}

/* Farben */

.grau1 {
	
	background:#0065C6;
}

.grau2 {
	
	background:#bdbdbd;
}

.grau3 {
	
	background:#ececec;
}

.farbe1 {
	
	background:#4A92DE;
}

.farbe2 {
	
	background:#095D9F;
}

.farbe3 {
	
	background:#0065C6;
}

/*.farbe4 {
	
	background:#84BE39;
}

.farbe5 {
	
	background:#CEEB9F;
}
*/

/* Links */

.button {
	display:block;
	background: #2279CD url(/shop/images/bg_button_sommer.gif) repeat-x;
	padding:0px;
	margin:0px;
	border-top:1px solid #0065C6;
	border-left:1px solid #0065C6;
	border-right:1px solid #095D9F;
	border-bottom:1px solid #095D9F;
}

.button_grau {
	display:block;
	background:#8f8f8f;
	padding:0px;
	margin:0px;
	border-top:1px solid #b4b4b4;
	border-left:1px solid #b4b4b4;
	border-right:1px solid #6f6f6f;
	border-bottom:1px solid #6f6f6f;
}

a.scart {
	font-weight:bold;
	color:#0065c6;
	text-decoration:none;
}

.link_service {
	background:url(/shop/images/sym_haekchen_gruen.gif) left center no-repeat;
	line-height:16px;
	padding-left:20px;
}

.link_vorteile {
	background:url(/shop/images/sym_haekchen_grau.gif) left center no-repeat;
	line-height:18px;
	padding-left:22px;
}

.link_vor {
	background:url(/shop/images/sym_pfeil_orange_vor.gif) no-repeat;
	width:9px;
	height:7px;
}

.link_zurueck {
	background:url(/shop/images/sym_pfeil_orange_zurueck.gif) no-repeat;
	width:9px;
	height:7px;
}

a.hauptnavi, a.hauptnavi:hover {
	background:url(/shop/images/sym_pfeil_orange.gif) no-repeat 12px center;
	line-height:21px;
	padding-left:22px;
}

li.hmenu {
	color: #0367C7;
	padding-left:10px;
}

li.hmenu:hover a {
	color: #ffa221;
}

li.hmenuactive a {
	color: #ffa221;
	padding-left:10px;
}

li.hmenuactive:hover a {
	color: #ffa221;
	padding-left:10px;
}

li.subnavi a {
	padding-left:15px;
	color: #8CB2D6;
}

li.subnavi:hover a {
	padding-left:15px;
	color: #ffa221;
}

li.subnaviactive a {
	padding-left:15px;
	color: #ffa221;
}


/* Artikellisten */

.list_header {
	background:#095d9f;
	height:26px;
}

.list_thumb {
	vertical-align:top;
	padding-top:4px;
	width:95px;
	height:95px;
	overflow:hidden;
}

.list_text {
	padding:8px 5px 0px 0px;
	vertical-align:top;
}

.list_preisbox {
	padding:9px;
	background:#ececec;
	border:1px solid #dadada;
}

.list_preis {
	width:103px;
}

/* Preise */

.preis {
	color:#FF9608;
	font-size:18px;
	font-weight:bold;
}

.preis_angebot {
	color:#FF9608;
	font-size:12px;
	font-weight:bold;
}

a.title_crossselling {
	color:#0065C6;
	font-weight:bold;
	text-decoration:none;
}


