<!--

/* ------------------ Links ------------------ */
a:link				{ text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; color: black; font-size: 11px; font-weight: bold; }
a:visited           { text-decoration: underline; font-weight: bold; color: black; }
a:hover             { text-decoration: underline; font-weight: bold; color: black; }
a:active            { text-decoration: underline; font-weight: bold; color: black; }

/* ------------------ Überschriften ------------------ */
h1                  { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 15px; text-decoration: none; }
h2                  { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 13px; text-decoration: none; }


/* ------------------ Allgemeine Tags ------------------ */
body                { font-family: Verdana, Arial, Helvetica, sans-serif; color: black; font-size: 11px; }
input               { font-family: Verdana, Arial, Helvetica, sans-serif; color: black; font-size: 11px; }
textarea            { font-family: Verdana, Arial, Helvetica, sans-serif; color: black; font-size: 11px; }
select              { font-family: Verdana, Arial, Helvetica, sans-serif; color: black; font-size: 11px; }
td                  { font-family: Verdana, Arial, Helvetica, sans-serif; color: black; font-size: 11px; }
th                  { font-family: Verdana, Arial, Helvetica, sans-serif; color: black; font-size: 11px; }
div                 { font-family: Verdana, Arial, Helvetica, sans-serif; color: black; font-size: 11px; }
p					{ margin-top: 6px; margin-bottom: 6px; }
form				{ padding: 0; margin: 0; }

ul					{ margin-left: 16px; padding: 0; }
ol					{ margin-left: 16px; padding: 0; }



/*
Productview
*/
.prodlinedark {
	background-color:#CAB4A5;
}
.prodlinelight {
	background-color:#DACBC1;
}
a.order {
	background-image: url(../images/rel_order_normal.gif);
	display:block;
	width: 28px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top;
}
a.order:hover {
	background-image: url(../images/rel_order_hover.gif);
	background-position: top;
	display:block;	
	width: 28px;
	height: 20px;
	background-repeat: no-repeat;
}
/*
Navigation
*/
div.navigationbg {
			position:absolute;
			right:0px;
			top:0px;
			background-image:url(../images/navbgtop.gif);
			width:465px;
			height:144px;
			background-repeat:no-repeat;
			z-index:50;
		}
div.shopcart {
	position:absolute;
	top:68px;
	color:#000000;
	font-weight:bold;
	right:7px;
	height:14px;
}
div.quicklinkstop {
	position:relative;
	bottom:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
-->
