.moduletable_menu {
	position: relative;
	width: 204px;
	float: left;
}
.moduletable_menu h3 {
	text-align: left;
	color: #c54131;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 13px;
}
.mpunkt1 {
	position: relative;
	background-image: url(../images/left-mid.png);
	background-repeat: repeat;
	width: 204px;
	height: 20px;
	float: left;
	padding-top: 15px;
	padding-bottom: 4px;
}
.mpunkt2 {
	position: relative;
	background-image: url(../images/left-mid.png);
	background-repeat: repeat;
	width: 204px;
	height: 20px;
	clear: left;
	padding-bottom: 4px;
}
.mpunktleer {
	position: relative;
	background-image: url(../images/left-mid.png);
	background-repeat: repeat;
	width: 204px;
	height: 20px;
	float: left;
	padding: 0;
	border-top: 1px dotted #000;
}
/*==================================== 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-image: url(../images/left-mid.png);
	background-repeat: repeat;
}
.menuK ul ul li {
	background-image: none;
	width: 184px;
}
/*==================================== 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: 184px;
	padding-left: 20px;
	line-height: 22px;
	background-repeat: repeat;
	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-image: url(../images/left-mid.png);
	background-repeat: repeat;
	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;
	width: 159px;
}
* 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: 1em;
	background-image: url(../images/left-mid.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	padding: 5px 10px;
	width: 139px
}
* 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: #006600;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: white;
	background: #b20;
}
.menuK:hover > a, .menuK ul ul:hover > a {
	color: #006600;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: white;
	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;
}
