/*#info {height:400px;}
 ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_pullup.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*#info h3 {margin-bottom:200px;}
 style the outer div to give it width */
.menu_jumi {
width:750px;
height:20px;
font-size:0.85em;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu_jumi ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu_jumi ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu_jumi li {
float:left;
width:150px;
position:relative;
margin:0;
}
/* style the links for the top level */
.menu_jumi ul li, .menu_jumi li a:visited {border-right:2px solid #FFF;}

.menu_jumi a, .menu_jumi a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:20px; 
background:#0068b1; 
padding-left:10px; 
line-height:20px;
border:#fff solid;
border-width:0 0 0 0;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu_jumi a, * html .menu_jumi a:visited {
width:150px;
w\idth:139px;
}
/*Border Angaben für Submenu*/
.menu_jumi ul ul a, .menu_jumi ul ul a:visited {
border-width: 0px 0 3px 0;
border-color:#fff;
}

/* style the second level background */
.menu_jumi ul ul a.drop, .menu_jumi ul ul a.drop:visited {
background:#aec6d2;
}
/* style the second level hover */
.menu_jumi ul ul a.drop:hover {
background:#c9ba65;
}
.menu_jumi ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu_jumi ul ul ul a, .menu_jumi ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu_jumi ul ul ul a:hover{
background:#b2ab9b;
}
.menu_jumi ul ul ul :hover > a {
background:#b2ab9b;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu_jumi 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 */
.menu_jumi ul ul {
visibility:hidden;
position:absolute;
bottom:20px;
left:0; 
width:150px;
border-width: 1px 1px 0 2px;
border-color:#093;
}
* html .menu_jumi ul ul {
bottom:20px;
}
/* position the third level flyout menu */
.menu_jumi ul ul ul{
left:150px; 
bottom:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu_jumi ul ul ul.left {
left:-150px;
}

/* style the second level links */
.menu_jumi ul ul a, .menu_jumi ul ul a:visited {
background:#f4f7f8; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu_jumi ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu_jumi a:hover, .menu_jumi ul ul a:hover{
color:#fff; 
background:#8da8b6;
}
.menu_jumi :hover > a, .menu_jumi ul ul :hover > a {
color:#fff;
background:#8da8b6;
}

/* make the second level visible when hover on first level list OR link */
.menu_jumi ul li:hover ul,
.menu_jumi ul a:hover ul{
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu_jumi ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu_jumi ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu_jumi ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu_jumi ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}
.menu_jumi table{padding:0;margin:0;}

#activmenue {
visibility:visible;
}
#home {width: 80px!important; }
#druck {border-left: 1px solid #ffffff }