.moduletable_menu { position: relative; width: 204px; float: left; }

.moduletable_menu h3 { text-align: left; color: #3084ca; font-size: 1.6em; margin-left: 13px; }

.mpunkt1 { position: relative;   width: 170px; height: 20px; float: left; padding-top: 15px; padding-bottom: 4px; }
.mpunkt2 { position: relative;  width: 170px; height: 20px; clear: left; padding-bottom: 4px; }
.mpunktleer { position: relative;  width: 170px; height: 10px; float: left; padding: 0;  border-top: 1px dotted #000; }
.mbackgr {background-color: rgba(255,252,252,0.80);}
.ie8 .mbackgr {background-image: url(../images/left-mid.png); background-repeat: repeat; }
/*==================================== style the outer div to give it width */
.menuK {
	width:200px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: black;
}

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



/*==================================== float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuK li { 
	float:left; 
	/*width:204px;  !!!!!*/
	position:relative; 
	display: block; 
	/*background-color: rgba(255,252,252,0.80);*/ 
}

.menuK ul ul li{ 
	background-color: transparent;  
	width: 184px; 
	width: 100px; /*!!!!!*/
}

/*==================================== style the links for the top level */
.menuK a, .menuK a:visited { 
	display:block; 
	font-size: 12px; 
	font-family: Arial; 
	font-weight: bold; 
	color: black; 
	text-decoration:none; 
	text-align:left; 
	width:150px; /*!!!!!*/
	padding-left:20px; 
	line-height:2.9em; 
	/*background-attachment: scroll; 
	background-position: 0 0; */
	border-top: 1px dotted #000; 
}

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

/*==================================== style the second level background */
.menuK ul ul a.drop, .menuK ul ul a.drop:visited
{ background-color: rgba(255,252,252,0.80);  background-attachment: scroll; background-position: 0 0; }

/*==================================== style the second level hover */
.menuK ul ul a.drop:hover
{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

.menuK ul ul :hover > a.drop
{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

/*==================================== style the third level background */
.menuK ul ul ul a, .menuK ul ul ul a:visited
{ background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

/*==================================== style the third level hover*/
.menuK ul ul ul a:hover
{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

.menu ul ul ul :hover > a
{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

/*==================================== style the table so that it takes no part in the layout - required for IE to work */
.menuK 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 */
.menuK ul ul
{
visibility:hidden;
position:absolute;
top:0;
left:203px;
left:155px; /*!!!!!*/
width:120px; /*!!!!!*/
z-index:99;
}

* html .menuK ul ul
{
top:-24px;
}

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

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


/*==================================== style the second level links */
.menuK ul ul a, .menuK ul ul a:visited {
	color:black; 
	height:auto; 
	line-height:2em; 
	background-color: rgba(255,255,255,0.80); 
	padding:5px 10px; 
	width:110px; /*!!!!!*/
}
.ie8 .menuK ul ul a, .ie8 .menuK ul ul a:visited { 
	background-image: url(../images/left-mid.png); 
	background-repeat: repeat; 
}


* html .menuK ul ul a
{
font-size: 12px;
font-family: Arial;
font-weight: bold;
color: black;
width:160px;
width:139px;
}


/*==================================== style the top level hover */
.menuK a:hover, .menuK ul ul a:hover
{
color:#fff;
font-size: 12px;
font-family: Arial;
font-weight: bold;
background:#b20;
}

.menuK :hover > a, .menuK ul ul :hover > a
{
	color:#fff;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	background:#b20;
}

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

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

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

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

/*==================================== make the fourth level visible when you hover over third level list OR link */
.menuK ul :hover ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}
.abstand { width: 100px; height: 10px; margin-top: 30px; }
.unten { position: relative; padding-bottom: 20px; }
