.menu2 {
width:150px;
font-size:11px;
margin:5px 0 0 0;
}

*html .menu2 {
margin:0 0 0 0;
padding-top:10px;
}

*+ html .menu2
{
margin-top:10px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul 
{
padding:0;
margin:0;
list-style-type:none;
}

.menu2 ul ul
{
width:150px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 li
{
float:left;
width:150px;
position:relative;
}

/* style the links for the top level */
.menu2 a, .menu2 a:visited
{
display:block;
font-size: 11px;
text-decoration:none; 
color:#000;
width:139px; 
border:1px solid #e9e6e7; 
background:#e9e6e7; 
padding-left:0; 
text-align:left;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited
{
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu2 ul ul a.drop, .menu2 ul ul a.drop:visited
{
background:#e9e6e7;
}

/* style the second level hover */
.menu2 ul ul a.drop:hover
{
background:#e9e6e8;
}

.menu2 ul ul :hover > a.drop
{
background:#e9e6e9;
}

/* style the third level background */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited
{
background:#e9e6e6;
}

/* style the third level hover */
.menu2 ul ul ul a:hover
{
background:#e9e6e5;
}

.menu2 ul ul ul :hover > a
{
background:#e9e6e4;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu2 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 */
.menu2 ul ul
{
visibility:hidden;
position:absolute;
bottom:0;
left:-150px; 
width:150px;
}

* html .menu2 ul ul
{
bottom:0;
}

/* position the third level flyout menu */
.menu2 ul ul ul
{
left:-150px; 
bottom:0;
width:150px;
}

/* position the third level flyout menu for a left flyout */
.menu2 ul ul ul.left
{
left:-150px;
}


/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited
{
background:#e9e6e3;
border:1px solid #e9e6e7 !important;
color:#000; 
height:auto; 
padding:2px 10px; 
width:129px
/* yet another hack for IE5.5 */
}

* html .menu2 ul ul a
{
font-size: 11px;
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover
{
color:#cc0000 !important;
font-size: 11px;
background:#e9e6e2;
text-decoration:underline;
}

.menu2 :hover > a
{
color:#000;
font-size: 11px;
background:#e9e6e1;
}

.menu2 ul ul :hover > a
{
color:#000;
font-size: 11px;
background:#ededed !important;
}

/* make the second level visible when hover on first level list OR link */
.menu2 ul :hover ul
{
visibility:visible;
height:auto;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul
{
display:none;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu2 ul :hover ul :hover ul ul
{
display:none;
}

/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu2 ul :hover ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}

#subnavi
{
float:left;
margin-top:-6px;
margin-left:-8px;
}

#subnavi a,#subnavi a:visited
{
color:#000 !important;
}

* html
{
overflow-x:hidden !important;
}

.artikel img
{
border:1px solid #e9e6e1;
}

.artikel h1
{
font-size:14px;
}

.artikel h2
{
text-align:left !important;
margin-left:10px;
}

.artikelbeschreibung
{
text-align:left !important;
margin-left:10px;
}

.artikellink
{
text-align:left !important;
margin-left:10px;
color:#cc0000 !important;
font-weight:bold;
}
