<!--

 /* Scroller */

 ul.ssscroller {
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    list-style: none outside;
 }

 ul.ssscroller li {
    height: 25px;
    margin: 0px;
    border-bottom: 1px solid #d3407c;
 }

 ul.ssscroller li.ssletzter {
    border-bottom: 1px solid white;
 }

 ul.ssscroller li:hover {
    background-color: #d3407c;
    border-bottom: 1px solid #d3407c;
 }

 ul.ssscroller li a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: black;
 }

 ul.ssscroller li a:hover {
    color: white;
 }

 #scroller {
    position: absolute;
 }

 #scroller img {
    margin: 0px;
    float: right;
    border: 5px solid white;
 }

 #scroller img:hover {
    border: 5px solid #d3407c;
 }

 h2 {
    display: inline;
 }



 div.links_innen {
    width: 508px;
    border: 3px solid #d3407c;
    background-color:#d3407c;
    color: white;
    text-align:center;
    height: 25px;
 }

 div.links_innen + div {
    width: 508px;
    border: 3px solid #d3407c;
 }

 div.textcont {
    float: left;
    width: 229px;
 }

 div.scrollcont {
    width: 279px;
    height: 390px;
    overflow: hidden;
    position: relative;
 }

 div.lp_rahmen {
    width: 840px;
    text-align: left;
    padding: 0px;
 }

 div.links {
    float: left;
 }

 div.empf {
    float: right;
 }
 
  div.empf_innen {
    width: 310px;
    border: 3px solid #d3407c;
    background-color:#d3407c;
    color: white;
    text-align:center;
    height: 25px;
 }

 div.empf_innen + div {
    width: 310px;
    border: 3px solid #d3407c;
	height: 338px;
	overflow: hidden;
 }   
 
 div.topseller {
    width: 835px;
    border: 3px solid #d3407c;
    background-color:white;
    color: white;
    text-align:center;
    height: 180px;
 }
 
 div.topseller_innen {
    width: 830px;
    border: 3px solid #d3407c;
    background-color:#d3407c;
    color: white;
    text-align:center;
    height: 25px;
 }


div.slideshow_artikel {

	float: left;
	border: 0px #e1e1e1 solid;
	padding: 5px;
	margin: 5px;
	width: 140px;
	height: 120px;	
	text-align: center;
	position: relative;
}

div.slideshow_artikel span {

	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;

}

div.slideshow_artikel img{

	border: 0px;

}

div.slideshow_artikel:hover {

	background-color: #d3407c;
	
}


div.slideshow {

	height: 145px;
	width: 785px;
	overflow: hidden;
	float: left;
	position: relative;

}

img.bl, img.br {

	float: left;
	margin: 5px;
	margin-top: 20px;

}

#alleartikel {

	height: 145px;
	position: absolute;
	width: 9000px;

}

div.ss_innen {
	border-bottom: 1px #e1e1e0 solid;
	background-color: #eaeaea;
	padding: 2px;
	margin-bottom: 5px;
}

div.ss_zuletzt a {
	text-decoration: none;
}

div.ss_zuletzt a img {
	border: 0px;
}

div.ss_zuletzt{
	width: 140px;
	height: 150px;
	border: 1px #e1e1e0 solid;
	margin: 6px;
	background-color: white;
	float: left;
	text-align: center;
	position: relative;
}

span.ss_zuletzt_name {

	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;

}

-->
