img.icocontent {
width:200px;
height:auto;
float:right;
padding: 5px 0 10px 20px;
}

.inhalt{
position:relative;
margin-top: 73px;
vertical-align: top;
padding-top: 0pt;
padding-left: 5pt;
/*width:420px !important;*/

}

p {
margin-top: 10px !important;
}

/* style the outer div to give it width */
.icomenu {
width:160px;
height:12px;
font-size:-2;
position:relative;
left: 250px;
top: -24px;
}

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

.icomenu ul ul
{
width:160px;
}

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

/* style the links for the top level */
.icomenu a, .icomenu a:visited
{
display:block;
font-size: 9px;
text-decoration:none; 
color:#fff; 
width:149px; 
height:12px; 
border:1px solid #6694B1; 
background:#6694B0; 
padding-left:10px; 
line-height:11px;
}

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

/* style the second level background */
.icomenu ul ul a.drop, .icomenu ul ul a.drop:visited
{
background:#6694B2;
}

/* style the second level hover */
.icomenu ul ul a.drop:hover
{
background:#6694B3;
}

.icomenu ul ul :hover > a.drop
{
background:#6694Af;
}

/* style the third level background */
.icomenu ul ul ul a, .icomenu ul ul ul a:visited
{
background:#6694B3;
}

/* style the third level hover */
.icomenu ul ul ul a:hover
{
background:#6694B4;
}

.icomenu ul ul ul :hover > a
{
background:#6694Ae;
}

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

* html .icomenu ul ul
{
bottom:12px;
}

/* position the third level flyout icomenu */
.icomenu ul ul ul
{
left:160px; 
bottom:0;
width:160px;
}

/* position the third level flyout icomenu for a left flyout */
.icomenu ul ul ul.left
{
left:-160px;
}


/* style the second level links */
.icomenu ul ul a, .icomenu ul ul a:visited
{
background:#6694B1; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:139px
/* yet another hack for IE5.5 */
}

* html .icomenu ul ul a
{
font-size: 9px;
width:160px;
w\idth:139px;
}


/* style the top level hover */
.icomenu a:hover, .icomenu ul ul a:hover
{
color:#fff;
font-size: 9px;
background:#6694B1;
}

.icomenu :hover > a, .icomenu ul ul :hover > a
{
color:#fff;
font-size: 9px;
background:#6694B1;
}

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

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

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

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

/* make the fourth level visible when you hover over third level list OR link */
.icomenu ul :hover ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}
p.cyberbold, p.cyberbold a { font-size:12px; font-weight:bold; }
