/* style the outer div to give it width */
.automenu {
float:left;
position:relative;
top:-14px;
left:300px;
width:100px;
font-size:11px !important;
margin:0;
font-family: Verdana, Arial, sans-serif;
z-index:1000;
background:#fff;
}

*+ html .automenu {
top:-8px;
}

* html .automenu {
margin:0 0 0 0;
padding-top:0;
font-size:11px !important;
left:290px;
}

* + html .automenu {
	font-size:11px !important;
	top:-14px;
	left:290px;
}

/* remove all the bullets, borders and padding from the default list styling */
.automenu ul 
{
padding:0;
margin:0;
list-style-type:none;
font-size:11px !important;
background:#fff;
}

.automenu ul ul
{
width:150px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.automenu li
{
float:left;
width:150px;
position:relative;
margin:0;
padding:0;
}

/* style the links for the top level */
.automenu a, .automenu a:visited
{
display:block;
font-size: 11px !important;
text-decoration:none; 
color:#000; 
width:139px; 
border:0 solid #fff;
background:#fff;
padding:0;
margin:0;
padding-left:2px; 
text-align:left;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .automenu a, * html .automenu a:visited
{
width:150px;
w\idth:139px;
}

/* style the second level background */
.automenu ul ul a.drop, .automenu ul ul a.drop:visited
{
background:#fffffe;
}

/* style the second level hover */
.automenu ul ul a.drop:hover
{
background:#fffffd;
}

.automenu ul ul :hover > a.drop
{
background:#fffffc;
}

/* style the third level background */
.automenu ul ul ul a, .automenu ul ul ul a:visited
{
background:#fffffb;
}

/* style the third level hover */
.automenu ul ul ul a:hover
{
background:#fffffb;
}

.automenu ul ul ul :hover > a
{
background:#fffffb;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.automenu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.automenu ul ul
{
visibility:hidden;
position:absolute;
bottom:14px;
left:0; 
width:150px;
z-index:1001;
border:1px solid #fff;
}

* html .automenu ul ul
{
bottom:12px;
}

/* position the third level flyout menu */
.automenu ul ul ul
{
left:130px; 
bottom:0;
width:150px;
}

/* position the third level flyout menu for a left flyout */
.automenu ul ul ul.left
{
left:-150px;
}


/* style the second level links */
.automenu ul ul a, .automenu ul ul a:visited
{
background:#fffffd; 
color:#000; 
height:auto; 
padding:0 5px; 
width:129px;
/* yet another hack for IE5.5 */
}

* html .automenu ul ul a
{
font-size: 11px;
width:150px;
w\idth:129px;
}


/* style the top level hover */
.automenu a:hover, .automenu ul ul a:hover
{
color:#000;
font-size: 11px !important;
background:#fffffd;

}

.automenu :hover > a, .automenu ul ul :hover > a
{
color:#000;
font-size: 12px;
background:#fffffd;
}

/* make the second level visible when hover on first level list OR link */
.automenu ul :hover ul
{
visibility:visible;
height:auto;
}

/* keep the third level hidden when you hover on first level list OR link */
.automenu ul :hover ul ul
{
display:none;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.automenu ul :hover ul :hover ul ul
{
display:none;
}

/* make the third level visible when you hover over second level list OR link */
.automenu ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}

/* make the fourth level visible when you hover over third level list OR link */
.automenu ul :hover ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}
.float
{
	float:left;
}

#contenttext
{
margin-left:8px;
margin-top:-5px;
padding-top:0;
}

#content
{
float:left;
width:535px;
}

#logo
{
float:right;
width:210px;
margin-right:-11px;
margin-left:0px;
}

#logo h2, #logo p
{
padding-left:10px;
}

.aufzaehlung
{
padding-left:0;
}

.aufzaehlung li
{
padding:0 0 2px 10px;
}
