.Stil7 {font-family: Arial, Helvetica, sans-serif}
.Stil9 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.Stil10 {
	font-size: 10;
	font-weight: bold;
}
a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
.Stil21 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.Stil23 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.Stil24 {
	font-size: 10px;
	font-weight: bold;
}

.Stil4 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Stil6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
}
.rahmen {border:1px solid #cccccc;}

.scrollable {
    overflow: auto;
    width: 100%;
    height: 100%;
	scrollbar-arrow-color: #FFFFFF; /*Damit färbt man die kleinen Pfeile ein*/
	scrollbar-track-color: ##666666; /*Hintergrund*/
	scrollbar-face-color: #999999; /*färbt den Balken ein*/
	scrollbar-highlight-color: #FFFFFF; /*färbt den Hintergrund ein*/
	scrollbar-shadow-color: #FFFFFF;/*färbt den Schatten des Balkens.*/
	scrollbar-3dlight-color: #FFFFFF; /*färbt den Schatten des Buttons.*/
}
	
#menu1 {
width: 145px; /* set width of menu */
background: #fff;
} 

#menu1 ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu1 a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
text-align:left;
display: block;
border-width: 1px;
margin: 0;
padding: 3px 8px; 
border: groove #999999;
 
}


#menu1 h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu1 a {
color: #2BABCE;
background: #fff;
text-decoration: none;
}

#menu1 a:hover {
color: #ffffff;
background: #2BABCE;
}

#menu1 li {
/* make the list elements a containing block for the nested lists */
position: relative;
}

#menu1 ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu1 ul ul ul,
div#menu1 ul ul li:hover ul ul
{display: none;}

div#menu1 ul ul li:hover ul,
div#menu1 ul ul ul li:hover ul
{display: block;}

#menu1 ul li {float: left; width: 100%;}
#menu1 ul li a {height: 1%;} 

#menu1 a, #menu1 h2 {
font: bold 14px arial, helvetica, sans-serif;
}
