/**
*	Stylesheet für das Menü
*/
table.contentTableMenu {
	width:189px;
	}
table.contentTableMenuInner {
	width:189px;
	}
tr.menuRowInactive {
	background-color:#20582b;
	}
tr.menuRowInactive td.menuCell {
	background-color:#20582b;
	background : url('../images/corporate/background_menurow_inactive.png');
	}
tr.menuRowActive td.menuCell {
	background-color:#20582b;
	background : url('../images/corporate/background_menurow_active.png');
	}
td.contentTableMenuHeadLineMiddleBT {
	width:178px;
	height:6px;
	padding:0px;
	vertical-align:middle;
	font-family:Verdana,Arial;
	text-transform:uppercase;
	font-size:1px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid black;
	background : url('../images/corporate/background_menuhead.png');
	}
td.contentTableMenuHeadLineRightBT {
	width:11px;
	height:6px;
	padding:0px;
	color:#1F2049;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background : url('../images/corporate/background_menuhead2.png');
	}
td.contentTableMenuContentDark {
	width:189px;
	padding:2px;
	font-family:Verdana,Arial;
	font-size:11px;
	color:#000000;
	}
td.contentTableMenuContent {
	width:189px;
	padding:0px;
	font-family:Verdana,Arial;
	font-size:11px;
	color:#000000;
	}
td.contentTableMenuBottom {
	width:189px;
	font-family:Verdana,Arial;
	font-size:1px;
	height:5px;
	padding:0px;
	vertical-align:middle;
	color:#1F2049;
	border-bottom:1px solid #1F2049;
	border-left:1px solid black;
	background : url('../images/corporate/background_menuhead.png');
	}
td.contentTableMenuBottom a.menuItem:link,
td.contentTableMenuBottom a.menuItem:visited,
td.contentTableMenuBottom a.menuItem:hover,
td.contentTableMenuBottom a.menuItem:active,
td.contentTableMenuBottom a.menuItem:focus {
	font-size:1px;
	}
td.menuCell_icon 
{
    width:10px !Important;
    overflow:hidden !important;
    padding:0 !important;
    margin:0 !important;
	}
td.menuCell {
	width:179px;
	padding:1px;
	padding-left:4px;
	padding-right:4px;
	height:20px;
	border-top:1px solid #d9e2c8;
	border-bottom:1px solid #303b32;
	background-color:#20582b;
	}
div.menuepunktListeMitte {
	width:100%;
	height:auto;
	}
div.menuepunktListeMitteItem {
	width:153px;
	margin:3px;
	height:auto;
	padding:0px;
	float:left;
	}
div.menuepunktListeMitteItemHead {
	width:153px;
	height:auto;
	float:left;
	background-color:#20582b;
	}
div.menuepunktListeMitteItemHeadLinks {
	width:133px;
	height:auto;
	float:left;
	padding:2px;
	padding-left:10px;
	text-transform:uppercase;
	}
div.menuepunktListeMitteItemHeadRechts {
	width:20px;
	height:auto;
	float:left;
	padding:4px;
	}
div.menuepunktListeMitteItemBody {
	width:153px;
	height:auto;
	padding:5px;
	padding-left:10px;
	background-color:#eeede4;
	}
tr.menuRowInactive td.menuCell_icon {
	background-color:#20582b;
	background : url('../images/corporate/background_menurow_inactive_icon.png') !important;
	}
tr.menuRowActive td.menuCell_icon {
	background-color:#20582b;
	background : url('../images/corporate/background_menurow_active_icon.png') !important;
	}