@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	background-image:url(../images/background.gif);
	text-align:left;
	
}
#background{
	background-image:url(../images/dummy_01.png);
	background-repeat:no-repeat;
}
#border_top{
	background-image:url(../images/border_top.png);
	background-repeat:no-repeat;
}
#border_left{
	background-image:url(../images/border_left.png);
	background-repeat:repeat-y;
}
#border_right{
	background-image:url(../images/border_right.png);
	background-repeat:repeat-y;
}
#border_bottom{
	background-image:url(../images/border_bottom.png);
	background-repeat:no-repeat;
}
#content{
	background-color:#FFFFFF;
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-x;
}

a {
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
.txt-black{
	color:#000000;
}
.txt-black_content{
	color:#000000;
	line-height:15px;
}
#produkt-rahmen{
	width:360px;
	height:485px;
	overflow:auto;
}
#produkt-liste{
	border: 1px solid #adcd00;
	width:330px;
	margin-bottom:15px;
}
.produkt-bild{
	border-right: 1px solid #adcd00;
}
.produkt-text{
	color:#626262;
	padding-left:3px;
	padding-top:3px;
	padding-right:3px;
}
.produkt-hd{
	font-size:14px;
	font-weight:800;
}
.preis{
	font-size:12px;
	color:#cd0000;
	text-align:right;
	font-weight:800;
}