/* CSS Document */
body {
   scrollbar-face-color:#333333;
   scrollbar-shadow-color:#333333;
   scrollbar-highlight-color:#333333;
   scrollbar-3dlight-color:#FFCC33;
   scrollbar-darkshadow-color:#FFCC33;
   scrollbar-track-color:#000000;
   scrollbar-arrow-color:#FFCC33;
}

.textsmall {
        font-size: 10px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF ;
}

.naviitem {
	padding: 0px 5px 0px 5px;
} 

#catalog_content {
	
}

#catalog_content a{
	text-decoration: underline;
	color: #990000;
}
#catalog_content a:hover,
#catalog_content a:focus,
#catalog_content a:active{
	text-decoration: none;
	color: #990000;
}


#produkte {
	position: relative; 
	top:0px; 
	left:0px; 
	width:710px; 
	height:240px; 
	overflow:hidden;
}

#produkte a, .recently_item a{
	position: relative;
	display:block;
	width: 70px;
	height: 70px;
	border-width: 1px 1px 1px 1px;
	border-style:solid;
	border-color: #000000;
}
#produkte a:hover,
#produkte a:focus,
#produkte a:active,
.recently_item a:hover,
.recently_item a:focus,
.recently_item a:active{
	border-width: 1px 1px 1px 1px;
	border-style:solid;
	border-color: #FFCC33;
}

#pages_navi {
	position: absolute; 
	top:45px; 
	left:830px; 
	width:50px; 
	height:200px; 
	overflow:hidden;
}

/* recently viewed ----------------------------- */
  #recently {
    display: none;
    position:relative;
    /* background-color:red; */
    
    margin: 25px 0px 0px 91px;
  }
  
  #recently_rahmen {
     width:757px; 
     height:90px; 
     border-style:solid; 
     border-width: 1px; 
     border-color:#3f3f3f;
  }
  
  #recently_marker {
  	float:left; 
  	width:166px; 
  	padding-top:65px;
  }
  
  #recently_viewed {
   	float:left; 
   	width:585px;
  }
  
  .recently_item {
  	float:left;
   	width: 83px;
   	padding-top:10px;
  }
  
  #recently_text { 
  	width:759px; 
  	height:15px; 
  	background-color: #000000; 
  	
  	margin-top:10px;
  	
  	text-align:center;
  	font-size: 11px; 
  	FONT-FAMILY: Arial, Helvetica, sans-serif; 
  	COLOR: #000000;
  }
  
  
  

/* from old site:  */
.unnamed1 {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ---------------- */


.submit {
	font-size: 10px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF ;

	border-width:1px;
   	background-color: #666666;
	border-style:solid;
   	border-color: #FFFFFF;
	margin-top:3px; margin-bottom:3px; margin-left:3px; margin-right:3px;

}

.input {
        font-size: 12px;
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        COLOR: #000000 ;
        width: 250px;

}

.textfeld {
        font-size: 12px;
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        COLOR: #000000 ;
        width: 250px;
        height: 100px;
        background-color: #FFFFFF;

}

.input_zahl {
        font-size: 12px;
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        COLOR: #000000 ;
        background-color: #FFFFFF;

}

.warning {
	position:absolute;
	left: 25px;
	background-color: #666666;
}

