.sortierung form {display:inline}
.articlePages  {display:inline}
.articlePages a {position:relative;margin:2px; float:left}
.articlePages_activeLink {font-weight:bold}

.headh h1, .headh h2, .headh h3{margin:4px 0 0 3px; color:#284d5d; font-style:italic; font-size:20px; padding:0 0 10px 0 }
h1 {margin:4px 0 0 3px; color:#284d5d; font-style:italic; font-size:16px; padding:0 0 10px 0 }
h2 {margin:4px 0 0 3px; color:#284d5d; font-style:italic; font-size:12px; padding:0 0 10px 0 }
h3 {margin:4px 0 0 3px; color:#284d5d; font-style:italic; font-size:11px; padding:0 0 10px 0 }
.left_menu .level2 a {padding-left:0px;}


.noline a:link {text-decoration:blink; }
.noline a:visited {text-decoration:none !important; }
.noline a:hover {text-decoration:blink;}

/* Buttons */  
  .prev {
     background:url(/images/image-slide-arrows.jpg) bottom left; 
    height:200px; 
    width:25px; 
    display:block; 
    border:1px solid #b9cad6; border-right:0;
           }
            .prev:hover   {background-position:top left; border:1px solid #87a7ba;} 
  .next { 
    background:url(/images/image-slide-arrows.jpg) bottom right; 
    height:200px;
     width:25px; 
    display:block; 
    border:1px solid #b9cad6;
    border-left:0;
            }
  .next:hover {background-position:top right; border:1px solid #87a7ba;} 
        
        
/* Scrollbar */        
        
.scrollable 
{
    position:relative;
    overflow:hidden;
    width: 700px;
    height:250px;
    border:1px solid #e8e1db;
    float:left;    
}
.scrollable .items 
{
    width:20000em;
    position:absolute;
    clear:both;
}
.items div.arround 
{
    float:left;
    width:700px;    
}
.items div.sliderproduct 
{ 
  float:left;
   width:135px;
   border-right:1px dotted #ccc; padding-top:5px;
}

.items div.sliderproduct:hover
{
  background-color:#e3e3e3;
}
 
