#mlg_table {
	margin-top: 36px;
	font-family: trebuchet ms;
	font-size: 9pt;
}

#mlg_table table {
	margin: 0; padding: 0;
}

#mlg_table table tr td {
	padding: 5px;
	color: gray;
	height: 10px;
	border-left: 5px solid rgb(118,2,41);
	background-color: #e6e6e6;
}

#mlg_table table tr td:hover {
	color: #000;
	background-color: #FAEBCD;
}

#mlg_table p {
	display: none;
	border: 1px solid rgb(118,2,41);
	margin-top: 20px;
	padding: 10px;
}

#mlg_table p big {
	display: none;
}


#mlg_grafik {
	margin-bottom: 24px;
}

#mlg_grafik .reset {
	margin: 0;
	padding: 0;	
}

#mlg_grafik {
	padding: 5px;
	vertical-align: top;
	text-align: center;
}

#mlg_grafik span {
	margin-right: 15px;	
	float: left;
}

#mlg_grafik ol {
	display: block;
	list-style: none;
	background-color: #E6E6E6;
	height: 22px;
	width: 500px;
}
#mlg_grafik ol li {
	display:inline;
	float:left;
	font-size:1.25em;
	font-weight:normal;
	margin-right:15px;
	padding-right:25px;
	background-image:url(arrow_right.gif);
	background-repeat:no-repeat;
	background-position:right 5px;
	cursor: pointer;
}

#mlg_grafik #casebox {
	width: 500px; height: 323px;
	background-repeat: no-repeat;
	background-image: url(gfx_ablaufdiagram_bg.gif);
}

#mlg_grafik #showbox {
	width: 500px; height: 323px;
	background-repeat: no-repeat;
	background-image: url(gfx_ablaufdiagram.gif);
}

.englishbox {
	background-image: url(gfx_ablaufdiagramm-en.gif) ! important;
}