/*
	Menue-styles fuer non-IEs
	Achtung:
	Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
	Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/

#menuebox
{    
    display: none;  
  position: relative;
  height: 30px;
}
.stupidie
{  
  display: none;  
}
#menue
{
  display: block;  
  position: absolute;
  right: 0px;  
  top: 0px;    
  z-index: 201;
  height: 25px;   
  /*      
  z-index: 200;
  float: right;
  position: relative;
  margin-bottom: 0px;
  display: block;  
  /*z-index: 200;      */
  text-align: center;  
}
#menue .aussen-no
{ 
  color: #737070;
  padding-top: 6px;
  padding-bottom: 0px;
  width: 9em;         
  height: 19px;
  float: left;
  border-left: 1px solid white;
  background-color: #DDDDDD;        
  overflow: hidden;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;  
}
#menue .aussen-act
{ 
  color: white;
  padding-top: 6px;
  padding-bottom: 4px;
  width: 9em;          
  height: 15px;
  float: left;
  border-left: 1px solid white;
  background-color: #C9C9C7;
  overflow: hidden;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;  
}
#menue .aussen-no:hover
{
  padding-top: 6px;
  padding-bottom: 4px;
  height: auto;
  color: white;
  background-color: #C9C9C7;    
  width: 9em;            
  float: left;
  border-left: 1px solid white;  
  overflow: hidden;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;    
}  
#menue .aussen-act:hover
{
  background-color: #C9C9C7;   
  height: auto;
}

a.innen-1
{
  margin-top: 4px;
}
a.innen, a.innen-1
{  
  background-color: #DDDDDD;
  display: block;
  width: 8.9em;
  padding: 2px 0;  
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;  
}
a.innen:hover, a.innen-1:hover
{ 
  color: white; 
  background-color: #C9C9C7;
  display: block;
  width: 8.9em;
  padding: 2px 0;  
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;  
}
/*
a:visited.innen, a:visited.innen-1
{
  background-color: #DDDDDD;   
  color: #737070;
}
*/
/*
a:hover.innen, a:hover.innen-1
{ 
  background-color: #f7eedb;
  color: #900;  
}
*/

a.menutag-no
{
  text-decoration: none;
  color: #737070;    
  display: block;
}
a.menutag-no:hover
{
  text-decoration: none;
  color: white;  
  background-color: #C9C9C7;
  display: block;

}
a.menutag-act
{  
  text-decoration: none;
  color: white;  
  background-color: #C9C9C7;
  display: block;
}






