		#menu_container_right_2 {
			display: inline-block;
			padding: 9px 9px 0px 9px;
			border-top: 2px solid #842500;
			border-left: 1px solid #842500;
			border-right: 1px solid #842500;
			border-bottom: 1px solid #370000;
			background-color: #370000;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			border-bottom-left-radius: 0px;
			border-bottom-right-radius: 0px;
			margin-bottom: -2px;
		}
        #menu_right_2 {
            display: flex;
            margin-bottom: -2px; /* Abstand Menü zum Content Container */
        }
        .menu_item_Right_2 {
            background-color: #915700;
            color: #fff;
            padding: 3px;
            margin-right: 4px;
            cursor: pointer;
            transition: background-color 0.5s;
			border-top: 2px solid #df5d00; /* Obere Umrandung */
			border-left: 1px solid #ff954a; /* Linke Umrandung */
			border-right: 1px solid #ff954a; /* Rechte Umrandung */
			border-bottom: 1px solid #000; /* Untere Umrandung */
			border-top-left-radius: 7px;   /* Oben links */
			border-top-right-radius: 7px;  /* Oben rechts */
			border-bottom-left-radius: 0px; /* Unten links */
			border-bottom-right-radius: 0px;/* Unten rechts */
        }
        .menu_item_Right_2:hover {
            background-color: #9f0000;
            color: #fff;
        }
        .active_menu_item_Right_2 {
            background-color: #a03800;
            color: #fff;
        }
        .active_menu_item_Right_2:hover {
            background-color: #a03800;
            color: #fff;
        }
        .main_container_right_2 {
			display: flex;
            height: 725px;
            background-color: black;
            color: #fff;
            align-items: left;
            flex-direction: column;
			border-top: 2px solid #842500; /* Obere Umrandung */
			border-left: 1px solid #842500; /* Linke Umrandung */
			border-right: 1px solid #842500; /* Rechte Umrandung */
			border-bottom: 1px solid #842500; /* Untere Umrandung */
        }
		
		 /* Content */
        .content_1_right_2 {
            color: #fff;
            font-size: 14px;
			margin-left:20px;
			margin-top:10px;
        }

		#sys_data {
            width: 660px;
			margin-top: -728px;
			margin-left: 1240px; 
		}
		
		
		#menu_container_daten {
			display: inline-block;
			padding: 9px 9px 0px 9px;
			border-top: 2px solid #842500;
			border-left: 1px solid #842500;
			border-right: 1px solid #842500;
			border-bottom: 1px solid #370000;
			background-color: #370000;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			border-bottom-left-radius: 0px;
			border-bottom-right-radius: 0px;
			margin-bottom: -2px;
		}
		
		.content_1_daten {
            color: #fff;
            font-size: 14px;
			margin-left:-26px;
			margin-top:20px;
        }
		
		#Split {
			margin-left:200px !important;
			margin-top:-100px !important;
		}
		
		
		
		
#Clock_Styler {
	margin-top:29px;
	margin-left:-440px;
}

.head_13, .head_13 ul, .head_13 li {
    list-style: none !important;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

/* HAUPTPUNKT */
.head_13 {
    position: relative;
    display: inline-block;
}

.head_13 > a {
    color: #00ff00;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 5px 0;
}

/* ERSTE EBENE (Dropdown unter Uhr Color) */
#sub_13 {
    display: none;
    position: absolute;
    top: 25px; /* Fixer Abstand nach unten */
    left: 0;
    background: #1a1a1a;
    border: 1px solid #444;
    min-width: 200px;
    z-index: 9999;
}

.head_13:hover > #sub_13 {
    display: block;
}

/* LISTEN-ELEMENTE (Kategorien wie Sonstige) */
.sub_item {
    position: relative; /* Wichtig für die seitliche Positionierung */
    border-bottom: 1px solid #333;
}

.sub_item a {
    text-decoration: none;
    display: block;
}

.sub_link_6 {
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
}

/* ZWEITE EBENE (Das Fenster rechts mit grünem Rand) */
.color_box {
    display: none;
    position: absolute;
    left: 100%; /* Exakt rechts neben der Kategorie */
    top: -1px;
    background: #111;
    border: 1px solid #00ff00; /* Grüner Rand wie im Bild */
    padding: 10px;
    min-width: 220px;
    z-index: 10000;
}

/* Nur das Untermenü des aktuell gehoverten Items zeigen */
.sub_item:hover > .color_box {
    display: block;
}

/* BUTTON-STYLING (Untereinander weg) */
.folder_button {
    display: block; /* Untereinander wie gewünscht */
    width: 100%;
    text-align: left;
    background: transparent;
    color: #ccc;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 14px;
    outline: none; /* [cite: 2026-01-03] */
}

.folder_button:hover {
    background: #333;
    color: #ffff00; /* Gelb beim Drüberfahren */
}

/* VERHINDERT ABSTANDS-LÜCKEN BEIM HOVER */
.sub_item:hover .sub_link_6 {
    background: #222;
}
		
