<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #f9f9f9;
}

body.menu {
    background-color: #BBB3B1; 
}

h1 {
	color:#E2001A;
}

h1.anmeldetext {
    color: #E2001A; 
}

h2 {
	color:#575656;
}

th {
	background:#D9D5D5;
    color:#575656;
}

th.menuitem {
	color: #E2001A;
    height:25px;
    font-size: 125%;
}

tr.fahrtwunsch_fremdfahrt {
    color: silver;
}

tr.fahrtwunsch_tdimofahrt {
    color: red;
}

tr.even, tr.evenSelectable {
	background-color: #F1EFEF;
}

td.even, td.evenSelectable {
	background-color: #F1EFEF;
}

td.hafas_auskunft_fremdfahrt {
	background-color: #F5A9A9;
}

tr.odd, tr.oddSelectable {
	background-color: #D9D5D5;
}

input, select, textarea {
	background-color:#e9e9e9;
    
    border-left-color:#565656;
    border-top-color:#565656;
    border-right-color:#B0B0B0;
    border-bottom-color:#B0B0B0;
    
  	border-style:solid;
 	border-width:2px;
}

tbody tr td.menuitem a {
	padding: 5px;
    background:#EDEBEB;
    color:#575656;
    display:block;
    height:100%;
    width:100%;
}

tbody tr:hover td.menuitem a {
	background:#EDEBEB;
    color:#575656;
    display:block;
    height:100%;
    width:100%;
}

tbody tr       td.menuitemabmelden {background: #CC3366;}
tbody tr:hover td.menuitemabmelden {background: #7C0A32;}

/************************************************************************
 ** Angaben für Links
 */
tbody tr:hover td:hover a {

}

tbody tr:hover td.menuitem a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bolder;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #EDEBEB;
    background: #575656;
    
    display:block;
    height:100%;
    width:100%;
    
}

tbody tr:hover td.menuitem a:hover {
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bolder;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #EDEBEB;
    background: #575656;
    
    display:block;
    height:100%;
    width:100%;
}

/* Menuitem ABMELDEN */
tbody tr td.menuitemabmelden a {
    color:#222222;
}

tbody tr:hover td.menuitemabmelden a:link {
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bolder;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #575656;
    
    display:block;
    height:100%;
    width:100%;
}

tbody tr:hover td.menuitemabmelden a:hover {
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bolder;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #ffffff;
    
    display:block;
    height:100%;
    width:100%;
}

input.button {
	background-color: #E2001A;
	color:#FFFFFF;
    border-radius: 0px;
    box-shadow: -2px 2px 2px #888;
    border: none;
	/* padding: 0px 4px 0px 4px;
	margin-left:3px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer; */
}

input.button.default {
	background-color: #008000; /* Green */
}

/**
 * Layout fürs Hilfe Fenster
 */
.drag-handle {
    background-color: #014493; /* Blue */
}

td.noSel {
    background-color: #E9E9E9;
}

td.sel {
    background-color: #bb0000;
}

#footer
{
    background:#f9f9f9;
}

#header
{
    background:#BBB3B1;
}

/************************
 * Für die Zeitselektoren in FW_Erfassung
 ********/
table.zeitdaten tr td { /* Nicht auswählbare Daten für Werkages, sowie Monatsbeschriftung */
	color: #575656;  
}

table.zeitdaten tr td.we {  /* Nicht auswählbare Daten für WE-Tage */
    color: #575656;
	background: #F1EFEF;
}

table.zeitdaten tr td.cal_selectable {  /* Selektierbare Werktage &amp; Tageszeiten */
    color: #000080;
	background: #F1EFEF;
}

table.zeitdaten tr td.cal_selectable_we { /* Selektierbare WE-Tage */
    color: #FF5656;
	background: #F1EFEF;
}

table.zeitdaten tr td.sel { /* Selektierte Werktage / Uhrzeiten */
    background-color: #bb0000;
    color: #000080;
}

table.zeitdaten tr td.sel_we { /* Selektierte WE-Tage */
    background-color: #000080;
    color: #bb0000;
}

</pre></body></html>