/* CSS Document */

/*=== top menu ===========================*/

.topomdm_t-whole {
	display:block;
	text-align:center;
	}
	
#topomdm_t-active_link {
	font-weight: bold;
	color: White;
}

.topomdm_t-seperator {
}

/* level 0 */
.topomdm_t-0 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	margin: 2px 0 0 0;
	color: #fff;
	background-color: #ce1300;
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right: 1px solid white;
	background:url(../images/menutopflor.png) no-repeat bottom;
	height: 45px;
}
.topomdm_t-0_over {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	margin: 2px 0 0 0;
	color: #fff;
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right: 1px solid white;
	background:url(../images/menutopflor_over.png) no-repeat bottom;
	height: 45px;
	cursor: pointer;
}
.topomdm_t-0_down {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	margin: 2px 0 0 0;
	color: #fff;
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right: 1px solid white;
	background:url(../images/menutopflor_over.png) no-repeat bottom;
	height: 45px;
	cursor: pointer;
}


/* /////////////////////////////////////////////////////// */

/* level 1 */
.topomdm_t-1 {
	display:block;
	width:180px;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: Black;
	background-color: #e9f5f9;
	/* Opacity in IE */
	filter: alpha(opacity=80);
	/* Opacity in Mozilla */
	-moz-opacity: 0.8;
	height: 27px;
}
.topomdm_t-1_over {
	display:block;
	width:180px;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
	color: #fff;
	background-color: #ce1300;
	border : 1px solid white;
	height: 27px;
	cursor: pointer;
}
.topomdm_t-1_down {
	display:block;
	width:180px;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
	color: #fff;
	background-color: #ce1300;
	border : 1px solid white;
	height: 27px;
	cursor: pointer;
}

/* /////////////////////////////////////////////////////// */

/* level 2 */
.topomdm_t-2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #B22222;
	border : 1px solid White;
	height: 16px;
}
.topomdm_t-2_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: Black;
	background-color: #E55A5A;
	border : 1px solid White;
	height: 16px;
	cursor: pointer;
}
.topomdm_t-2_down {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #8B0000;
	border : 1px solid White;
	height: 16px;
}

/* /////////////////////////////////////////////////////// */

/* level 3 */
.topomdm_t-3 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #F4A460;
	border : 1px solid White;
	height: 16px;
}
.topomdm_t-3_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: Black;
	background-color: #FFDEAD;
	border : 1px solid White;
	height: 16px;
	cursor: pointer;
}
.topomdm_t-3_down {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #D2691E;
	border : 1px solid White;
	height: 16px;
}

/*=== left menu ===========================*/

.leftmdm_t-whole {
	display:block;
	text-align:center;
	}
	
#leftmdm_t-active_link {
	font-weight: bold;
	color: black;
}

.leftmdm_t-seperator {
}

/* level 0 */
.leftmdm_t-0 {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	width:130px;
	text-align:left;
	margin: 0 0 0 50px;
	color: #000;
	background:url(../images/menuleftflor.png) no-repeat right;
	height: 20px;
	cursor:pointer;
}
.leftmdm_t-0_over {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:130px;
	text-align:left;
	margin: 0 0 0 50px;
	color: #CE1300;
	background:url(../images/menuleftflor_over.png) no-repeat right;
	height: 20px;
	cursor:pointer;

	}
.leftmdm_t-0_down {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:130px;
	text-align:left;
	margin: 0 0 0 50px;
	color: #000;
	background:url(../images/menuleftflor_over.png) no-repeat right;
	height: 20px;
	cursor: pointer;
}


/* /////////////////////////////////////////////////////// */

/* level 1 */
.leftmdm_t-1 {
	display:block;
	width:180px;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: Black;
	background-color: #e9f5f9;
	/* Opacity in IE */
	filter: alpha(opacity=80);
	/* Opacity in Mozilla */
	-moz-opacity: 0.8;
	height: 27px;
}
.leftmdm_t-1_over {
	display:block;
	width:180px;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
	color: #fff;
	background-color: #ce1300;
	border : 1px solid white;
	height: 27px;
	cursor: pointer;
}
.leftmdm_t-1_down {
	display:block;
	width:180px;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: bold;
	color: #fff;
	background-color: #ce1300;
	border : 1px solid white;
	height: 27px;
	cursor: pointer;
}

/* /////////////////////////////////////////////////////// */

/* level 2 */
.leftmdm_t-2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #B22222;
	border : 1px solid White;
	height: 16px;
}
.leftmdm_t-2_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: Black;
	background-color: #E55A5A;
	border : 1px solid White;
	height: 16px;
	cursor: pointer;
}
.leftmdm_t-2_down {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #8B0000;
	border : 1px solid White;
	height: 16px;
}

/* /////////////////////////////////////////////////////// */

/* level 3 */
.leftmdm_t-3 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #F4A460;
	border : 1px solid White;
	height: 16px;
}
.leftmdm_t-3_over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: Black;
	background-color: #FFDEAD;
	border : 1px solid White;
	height: 16px;
	cursor: pointer;
}
.leftmdm_t-3_down {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: White;
	background-color: #D2691E;
	border : 1px solid White;
	height: 16px;
}

.mainlevel-footer {
	margin:0 20px 0 0;
}

