body {
		margin:0px; 
		padding:0px; 
		background-image:url(../media/back.gif); 
		background-repeat:repeat-x; 
		background-position:bottom left; 
		background-attachment:fixed;
		font-family:Verdana;
		font-size:11px;
		line-height:20px;
		color:#000;
	}

ul {
	list-style-image:url(../media/pfeil.gif);
	margin:0px 0px 10px 0px;
	padding:0px;
}

li {
	margin-left:20px;
	color:#006DCA;
}
	
a {
	color:#006DC9;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a.pfeil {
	padding-left:10px;
	background-image:url(../media/pfeil.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;	
}

a.pfeil:hover {
	background-image:url(../media/pfeil_hover.gif);
}

h2 {
	color:#D84738;
	font-weight:bold;
	margin:0px;
	font-size:12px;
	margin-bottom:10px;
}

.blau {
	color:#006DCA;
}

.rot {
	color:#D84738;
}

.hide {
	display:none;
}

.mindestbestellwert{
  float: right;
  text-align: right;
  width: 250px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color:#D84738;
}

.verkauf_errors{
  color: red;
  font-weight: bold;  
  font-size: 1.2em;
}

a img{
  border: none;
}

img.pngfixed { behavior: url(../iepngfix.htc); }
html>body img.pngfixed { behavior: none; }

