/* CSS Document */
a.LinkDetails:link, a.LinkDetails:visited {
	font-weight: bold;
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0 0 50px;
	background: url(../images/produkte/blue/pfeil_detail.gif) no-repeat;
	background-position: 26px 0;
}
a.LinkDetails:active, a.LinkDetails:hover {
	font-weight: bold;
	font-size:11px;
	color: #7f200f;
	text-decoration: none;
	padding: 0 0 0 50px;
	background: url(../images/produkte/blue/pfeil_detail_over.gif) no-repeat;
	background-position: 26px 0;
}
a.LinkDetailsAktive:link, a.LinkDetailsAktive:visited, a.LinkDetailsAktive:active, a.LinkDetailsAktive:hover{
	font-weight: bold;
	font-size:11px;
	color: #7f200f;
	text-decoration: none;
	padding: 0 0 0 50px;
	background: url(../images/produkte/blue/pfeil_detail_over.gif) no-repeat;
	background-position: 26px 0;
}
a.LinkTesturteil:link, a.LinkTesturteil:visited {
	font-weight: bold;
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0 0 50px;
	background: url(../images/produkte/blue/pfeil_testurteil.gif) no-repeat;
	background-position: 26px 0;
}
a.LinkTesturteil:active, a.LinkTesturteil:hover {
	font-weight: bold;
	font-size:11px;
	color: #7f200f;
	text-decoration: none;
	padding: 0 0 0 50px;
	background: url(../images/produkte/blue/pfeil_testurteil_over.gif) no-repeat;
	background-position: 26px 0;
}
a.LinkTesturteilAktive:link, a.LinkTesturteilAktive:visited, a.LinkTesturteilAktive:active, a.LinkTesturteilAktive:hover{
	font-weight: bold;
	font-size:11px;
	color: #7f200f;
	text-decoration: none;
	padding: 0 0 0 50px;
	background: url(../images/produkte/blue/pfeil_testurteil_over.gif) no-repeat;
	background-position: 26px 0;
}

a.LinkTest:link, a.LinkTest:visited, a.LinkTest:active, a.LinkTest:hover {
	font-weight: bold;
	font-size:11px;
	color: #ff401e;
	text-decoration: underline;
	padding: 0 0 0 20px;
	background: url(../images/produkte/blue/icon_link.gif) no-repeat;
	background-position: 0 0;
}

/* ------------- LINIE  ------------------------ */ 
hr {
	background-color: #ff401e;
	color: #ff401e;
	border: #ff401e;
	height: 2px;
	margin-bottom: 15px;
	*margin-bottom: 9px;

	margin-top: 0px;
}

/* ------------- HEADLINES  ------------------------ */ 
h2 { 
	margin: 0px;
	font-size:11px;
	font-weight:bold; 
	color:#ff401e;
	}
/* ------------- PREIS  ------------------------ */ 
.preis { 
	margin-top: 15px;
	font-weight:bold;
	color:#ff401e; 
	}
