/**** Navigation ****/

/**** 1. Ebene ****/
#navi ul {
  margin: 15px 0 0 0;
  padding: 0 0 5px 15px;
  list-style: none;
  border-bottom: 1px solid #FFF;
  }  
  
#navi ul li a {
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  }
#navi #direkteinstieg p,
#navi #schuhefinden p, 
#navi #sortierung p{
  margin-left:15px; 
  margin-top:15px; 
  margin-bottom:-15px; 
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  }
#navi #schuhefinden p { margin-bottom:6px; }

#navi #direkteinstieg ul li a { font-weight:normal; }
  
#navi ul li a:hover { text-decoration: underline; }

#navi ul li a.aktiv { color: #F00; }

/**** 2. Ebene ****/

#navi ul li ul {
  margin: 0 0 0 -15px;
  background: #cde0ce;
  border: 0;
  }  
  
#navi ul li ul li a {
  font-weight: normal;
  padding: 0 0 0 10px;
  }  

/**** 3. Ebene ****/

#navi ul li ul li ul {
  margin: 0 0 0 -20px;
  background: #dce9dd;
  border: 0;
  }  
  
#navi ul li ul li ul li a {
  text-indent: 10px;
  padding: 0 0 0 25px;
  }  
  
/**** Select Boxen ****/ 
#selectbox select {
  border: 2px solid #196C1B;
  width: 120px;
  color: #196C1B;
  background: #C9DCC9;
  margin: 2px 0 0 12px;
  font-size:0.8em;
  }
  
#selectbox { border: 0; }  
  
#selectbox option {
  background: #C9DCC9;
  color: #196C1B;
  } 
  
#selectbox option:hover {
  background: #196C1B;
  color: #FFF;
  }   
  
#ahome {
  position:absolute;
  top:0;
  width:225px;
  height:170px;
  }  

#selectbox #selectsort { 
  font-size:1em; 
  width:140px;
}

.filter_delete { 
  margin-top: 2px; 
  position: relative; 
  top: 2px;
  }
.suchlabel{
margin-left:10px;
font-size:0.9em;
 display:block;
  margin-top:4px;
  float:left;
  width:55px;
}  

#suchlupe{
margin-left:170px;
margin-top:10px;
margin-bottom:10px;
}


#flagge{
border-top:1px solid #FFFFFF;
}

#imgflagge{
margin-left:90px;
margin-top:10px;
}

#textland{
margin-left:0px;
width:100%;
margin-top:10px;
text-align:center;
font-size:0.8em;
}

#artikelsuche_links{
 float:left; 
 width:200px;
 /* background-color:#C9DCC9; */
 padding-left:8px;
 margin-bottom:5px;
}

#suchtext_links{
/* background-color:#B8D2B9; */
background-color:#C9DCC9;
padding-left:1px;
width:144px;
border:0 none;
margin-top:6px;
margin-left:8px;
color:#196C1B;
font-size:0.8em;
border: 2px solid #196C1B;
}

#btn_artikelsuche_links{
background:url("../image/v3/lupe.png") no-repeat scroll left top transparent;
border:0 none;
float:left;
height:30px;
margin-left:3px;
width:30px;
background-color:#B8D2B9;
}