  /**********************************************************************
 *  CSS-Einstellungen für Linkes Menue (abgerundete Ecken)
 *
 * author: fszilinski
 **********************************************************************/

/* Allgemeines */
.left_menu_list { margin:0; padding:1; list-style:none; }
.left_menu_list { background-color:#f0f0f0; }

/* Rand */
 .left_menu_top_border 			{ background: url(images/left_menu/top_border.gif) 0 0 repeat-x; width: 220px; }
.left_menu_bottom_border 		{ background: url(images/left_menu/bottom_border.gif) 0 100% repeat-x; }
.left_menu_left_border 			{ background: url(images/left_menu/left_border.gif) 0 0 repeat-y }
.left_menu_right_border 		{ background: url(images/left_menu/right_border.gif) 100% 0 repeat-y }
.left_menu_bottom_left_border 	{ background: url(images/left_menu/bottom_left_border.gif) 0 100% no-repeat }
.left_menu_bottom_right_border 	{ background: url(images/left_menu/bottom_right_border.gif) 100% 100% no-repeat }
.left_menu_top_left_border 		{ background: url(images/left_menu/top_left_border.gif) 0 0 no-repeat }
.left_menu_top_right_border 	{ background: url(images/left_menu/top_right_border.gif) 100% 0 no-repeat; padding:10px;}

/* Normal und Hover effekte */
.left_menu_list a { text-decoration:none; color:#636363; font-weight: normal; font-size: 11px; }
.left_menu_list a:hover,
.left_menu_list a:focus,
.left_menu_list a:active { text-decoration: underline; color:#009999; }
a.left_menu_selected_entry { text-decoration:underline; color:#000000; }

/* Einträge in Level 1 */
.left_menu_list ul { margin-left: 15px; padding-left:0px;  }
.left_menu_list li { text-align:left; padding-top:3px; padding-bottom: 3px; list-style:none; list-style-position:outside; list-style-image: none; background-image:url("images/left_menu/left_menu_bullet.gif"); background-repeat:no-repeat; background-position:10px 7px;  }
.left_menu_list li a { font-weight: bold; }

/* Einträge in Level 2 */
.left_menu_list ul ul { margin-left: 25px; padding-left: 0px;  }
.left_menu_list ul li {  text-indent: -15px;  text-align:left; padding-top:3px;  padding-left:15px; list-style:none; list-style-position:outside; list-style-image: none; background-image:none; }
html>body .left_menu_list ul li { text-indent:0px; }
.left_menu_list ul li a { font-weight: normal; }

/* Einträge in Level 3 */
.left_menu_list ul ul ul { margin-left: 15px; padding-left: 0px; }
.left_menu_list ul ul li { text-align:left; padding-top:3px; padding-left:0px; list-style:none;  list-style-position:outside; list-style-image: none; background-image:none; }
.left_menu_list ul ul li a { font-weight: normal; }

/* Einträge in Level 4 */
.left_menu_list ul ul ul li { text-align:left; padding-top:3px; }
.left_menu_list ul ul ul li a { font-weight: normal; font-style: italic; }

