<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {}
body {
  background: #F4F4F4;
  color: #000;
  font-family: 'Quicksand', Century Gothic, sans-serif, sans-serif;
  letter-spacing: -0.03em;
  margin: -15px 0 0 0;
  padding: 5px;
  }
  
/* Tabellendesign für Detailansicht edit.php*/
.detail {background: #ceceff; padding: 4px; display: block; margin-top: -31px;}
.tabcolor {font-weight: bold; padding-right: 15px;}
/* *************************************** */

td {font-size: 0.9em;}

th {background: #ccffcc; font-weight: normal; font-size: 0.9em; text-align: center; line-height: 40px; color: #332E94;}
h1 {font-size: 1.0em; color: #597AA6; font-weight: normal;}
h2 {font-size: 1.2em; color: #597AA6; font-weight: bold;}
h3 {font-size: 1.6em; color: #597AA6; font-weight: normal;}
h4 {font-size: 1.3em; color: #597AA6; font-weight: normal; margin-bottom: -20px;}
h5 {font-size: 0.9em; color: #597AA6; font-weight: normal; margin-top: 5px;}

.show a:link,
.show a:active,
.show a:focus,
.show a:visited,
.show a:hover {color: #1d8dff;	font-size: 1.2em; font-weight: bold; text-decoration: none;}
.show a:hover {color: #1c8300; text-decoration: underline;}

.zuruck_rechts {float: right!important; margin-right: 50px;}

.rot {color: #ff0000; font-weight: bold; text-align: center;}
.gruen {color: #1c8300; font-weight: bold; text-align: center;}

.blau_fett {
	color: #1d8dff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	}

.rot_fett {
	color: #ff0000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	}

.blau {
	color: #1d8dff;
	font-size: 1.1em;
	margin: -3px 0 2px 0;
	}
.gruppenaufgabe {color: #FC8E55;	font-size: 1.4em; font-weight: bold; margin-left: 20px; padding: 2px 10px;}

td.center {text-align: center;}

.tab_uberschrift {font-size: 26px; color: #3E78FD;}
.tab_schrift_grau {font-size: 0.9em; color: grey;}

#header {background: transparent url(images/login_top.png) top left no-repeat; height: 150px;}

#header p {text-align: right; color: #fff;}

#top1 {
	height: 110px;
	font-size: 1.5em;
	line-height: 20px;
	padding-left: 160px;
	float: left;
	color: #FFFEFD;
	}
	
#top2 {
	border: 1px solid transparent;
}
	
#top2 p {
	color: #FC8E2F;
	margin-top: 60px;
	font-size: 1.6em;
	text-align: left;
}

#container {width: 100%;}

#filter {padding-top: 5px;}


/* ************************* LOGIN Seite ******************************** */
#login {margin-top: 50px; text-align: center;}

#login  table{
	margin: 60px auto 0 auto;
	padding-bottom: 20px;
	}

#login form {background: #efefef; border-top: 2px solid #ddd;}
#login td.zeile1{font-size: 0.8em; color: grey;}


/* ************************** Menü waagrecht **************************** */
#menu {margin: 7px 0 0 0; display: block;}

#menu ul {list-style:none; margin:0 ; padding:0;}

#menu ul li {
	float: left;
	text-align:center;
	list-style: none;
	padding-right: 30px;
	margin-left: 30px;
    width: 179px;
	}

#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:focus,
#menu ul li a:visited,
#menu ul li a:hover {
	font-size: 0.9em;
	display: block;
	height: 40px;
	width: 140px;
	line-height: 40px;
	text-decoration:none;
	background: #eaeaea;
	color: #000000;
	border: 1px solid #aaa;
	padding: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 3px #aaa;
	-moz-box-shadow: 5px 5px 3px #aaa;
	box-shadow: 5px 5px 3px #aaa;
	}

#menu ul li a:hover {
	color: #5758C9;
	background: #e0e0e0;
	-webkit-box-shadow: 4px 4px 2px #aaa;
	-moz-box-shadow: 4px 4px 2px #aaa;
	box-shadow: 4px 4px 2px #aaa;
	}

ul#navigation li ul {
    margin-top: 36px; padding: 0;
    position: absolute;
    top: 1.6em; 
	left: 0;
    display: none;                                 /* Unternavigation ausblenden */
    }

ul#navigation li {
	width: 115px;
    list-style: none;
    float: left;
    position: relative;
    }

ul#navigation li:hover ul {display: block;}            /* Unternavigation einblenden */
	
ul#navigation li ul li { 								   /* Subebene Styling*/
    float: none;
    display: block;
    margin-bottom: 0.2em;
    }
	
ul#navigation li ul li a:link,
ul#navigation li ul li a:focus,
ul#navigation li ul li a:visited,
ul#navigation li ul li a:active,
ul#navigation li ul li a:hover {background: #F0F0F0; line-height: 16px; color: #191919; height: 16px; text-align: left; width: 200px;}

ul#navigation li ul li a:hover {background: #DBE4E9; border: 1px solid #5F5F5F;}


/* *************** Farbhintergrund der abwechselnden Datensatzzeilen *************** */
.row_0 {background-color: #fff9ea;}
.row_1 {background-color: #FFFDF3;}


/* ******************** Formularstyling fieldset labels ******************** */
.support_task_li {margin-right: 40px; margin-bottom: 10px; width: 480px; float: left;}
.support_task_re{clear: all; width: 700px;}
.support_task_re_small{clear: all; width: 400px;}
.detail_task_re{clear: all; width: 730px;}
.farb_bg {background: #FFC57A;}


/* 2 Spaltigkeit der fieldsets */
.column-1, .column-2 {border: 1px dotted #FC8E2F;}
.column-1 {width: 40%; float: left; margin-right: 5px;}
.column-2 {width: 56%; clear: all;}
.style-legende {font-weight: bold; color: #FC8E2F;}
/* *************************** */

.aktionen {margin-top: 15px; background: #8EDDFF; border: 0; text-align: right; clear: both;}
.aktionen input {margin-top: 7px; clear: left;}
.aktionen_field {padding: 15px; background: #BDE9FC; border: 1px solid #0F64A1; text-align: right;}

.bezeichnung {float: left;}

.wert {display: block; color: blue; margin-left: 160px; margin-bottom: 3px;}
.wert_m{display: block; margin-left: 145px; margin-bottom: 10px;}
.wert_n{display: block; margin-left: 120px; margin-bottom: 10px;}
.wert_s{float: left; margin: 5px 18px 0 25px;}

.bezeichnung_nach {display: block;}


.breite_a {width: 200px; display: block; margin-left: 110px; margin-bottom: 20px;}
.breite_b {width: 150px;}
.breite_c {width: 400px; display: block; margin-bottom: 5px;}
.breite_d {width: 300px; display: block; margin-left: 130px; margin-bottom: 5px;}
.breite_e {width: 650px; display: block; margin-left: 50px; margin-bottom: 20px;}
.breite_f {width: 350px; display: block; margin-left: 200px; margin-bottom: 5px;}
.breite_g {width: 750px; display: block; margin-left: 120px; margin-bottom: 5px;}
.breite_h {width: 750px; display: block; margin-left: 20px;}
.breite_i {width: 120px; display: block; margin-left: 120px; margin-bottom: 5px;}
.breite_j {width: 650px; display: block; margin-left: 110px; margin-bottom: 20px;}
.breite_k {width: 750px; display: block; margin-top: 15px; margin-bottom: 15px;}
.breite_l {width: 200px; display: block; margin-left: 145px;}
.breite_m {width: 280px; display: block; margin-bottom: 5px;}

.wert_ohne {margin: 0; padding: 5px;}

.backend-check a {
	font-weight: bold;
	color: #D96A2D;
	text-decoration: none;
	background: url(images/check.png)no-repeat top left;
	padding: 4px 15px;
}
.backend-check a:hover{color: #3ea705; background: url(images/check_hover.png)no-repeat top left;}

.aufgaben_eingang{background: url(images/aufgabe_via_formular.png)no-repeat top left;}
.textinput {padding-left: 30px;}


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