@charset "ISO-8859-1";

/*
Farben:
-weiß:   #ffffff -nav, menu
-black:  #000000
-dblau:  #285c95 -signal, name app
-rot:    #e31e2d
-hblau1: #ebeef5 -tab
-hblau2: #cad3e4 -tab
-beige:  #fae6b0 -current

*/

.html-template {
	display:none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000;
	margin:0;
}

h1 {
	font-size:18pt;
}

h2 {
	font-size:16pt;
}

h3 {
	font-size:14pt;
}

h4 {
	font-size:10pt;
	margin-bottom:.2ex;
}

p {
	margin-top:.2ex;
}

table tr td.number, table tr th.number {
	text-align:right;
}

table.result tr.odd {
	background:#ebeef5;
}
table.result tr.even {
	background:#cad3e4;
}
table.result tr th,
table.result tr th a {
	background:#285c95;
	color:#ffffff;
}
table.result tr.sub th {
	font-weight:normal;
}
tr.blank th, tr.blank td,
th.blank, td.blank {
	background:transparent;
	empty-cells:hide;
	visibility:hidden;
}
table.result td.kritisch {
	background: #eaa056;
/*	background: #ff8040;*/
}

.nowrap,
tr.nowrap td,
tr.nowrap th {
	white-space: nowrap;
}

.warn {
	color:#e31e2d;
	font-weight:bold;
}
.test_info {
	border:1px solid #e31e2d;
	background:#ffffff;
	color:#e31e2d;
	font-weight:bold;
	margin:1ex;
	clear:both;
}
.footer span.test_info {
	margin:0;
	padding:0 .4ex;
}
#topmenu span.test_info {
	margin:0;
	margin-top:.2ex;
	padding:0 .4ex;
}

.nav {
	background:#285c95;
	color:#ffffff;
}
.nav td {
	padding-left:1ex;
}
.nav .heading {
	/*color:#e31e2d;*/
	font-size:16pt;
	font-weight:bolder;
}

/*
#nav_container {
	position: fixed;
	width:100%;
	margin:0;
	padding:0;
	top:0;
}*/

#nav_container .nav_anker {
/*	position:relative;*/
}

div.main {
/*	position:relative;*/
	margin:.5ex;
	margin-bottom:8ex;
}


/* links allgemein */
a,
a:link,
a:visited,
a:hover
{
	color: #285c95;
}

/* login */
.login-container {
	width:900px;
	border-spacing:2.5em;
}
.login-logo img {
	margin-top:2em;
	margin-bottom:2em;
}
.login-info {
	background:#cad3e4;
	padding:2em;
	padding-top:0;
}
.login-info p {
	margin-top:0ex;
	margin-bottom:.5ex;
}
.login-form {
	background:#ebeef5;
	padding:2em;
	margin-top:0;
}

/* footer */
.footer {
	bottom:0;
	padding-bottom:3px;
	position:fixed;
	width:100%;
	background:#ffffff;
}
.footer a img { border:none; }
.footer .footer-line {
	width:100%;
}
.footer .footer-line div {
	background:#285c95;
	height:6px;
}
.footer td.footer-dakosy {
	vertical-align: top;
	padding-top: .5ex;
}
.footer .footer-filler {
	height:6px;
}
.footer .footer-links {
}

/* suchen */
table.suchmaske {
	margin-top:1.5ex;
	background:#ebeef5;
}
table.suchmaske th {
	background:#cad3e4;
	min-width:1.2em;
	min-height:1.2em;
}
table.suchmaske th a {
	font-weight:normal;
}
#search_history {
	background:#ebeef5;
	display:inline-block;
	margin-top:1.5ex;
}
#search_history h4 {
	background:#cad3e4;
	margin:0ex;
}
#search_history img {
	margin-left:.4ex;
	margin-right:.4ex;
}

/* nav */
.nav ul.nav {
	list-style-type:none;
	margin:0;
	padding:0;
}
.nav ul.nav li {
	display:inline;
}
.nav ul.nav a {
	color:white;
	padding:.4ex .8ex;
}
.nav ul.nav li.user a {
	padding-left:0;
}
.nav ul.nav li.selected a {
	background:#cad3e4;
	color:black;
}
.nav ul.nav li.logout a {
	font-weight:bold;
}

.nav ul.nav a:hover,
.nav ul.nav li.selected a:hover {
	background:#ebeef5;
	color:black;
}

.nav ul.nav li.erfassen,
.nav ul.nav li.statistik {
	position: static;
}
.nav ul.nav li.erfassen div,
.nav ul.nav li.statistik div {
	display:inline;
	position: absolute;
}

.nav ul.nav a.dummy {
	visibility: hidden;
}
.nav ul.nav ul.drop_in {
	display:none;
}
.nav ul.nav ul.drop_out {
	/*left:0px;
	top:0px;*/
	margin:0;
	padding:0;
	z-index:40;
	/* border von parent-node mit eigenem border ueberlagern - deswegen -2px */	
	font-weight:normal;
	white-space: nowrap;
	display:block;
	background:#cad3e4;
	position: absolute;
}

.nav ul.nav ul.drop_out li {
	position: static;
	display:block;
	z-index:40;
	margin:0;
	padding:0;
}
.nav ul.nav li.dropped a {
	padding-top:.5ex;
	padding-bottom:.5ex;
	position:static;
	display:block;
	color:black;
}

/* formular-tabellen */
table.formular th {
	background:#285c95;
	color:#ffffff;
}
table.formular tr.sub th {
	font-weight: normal;
}
table.formular th a {
	color:white;
}
table.formular tr td,
table.formular tr.odd td {
	background:#ebeef5;
}
table.formular tr.even td {
	background:#cad3e4;
}
table.formular td ul {
	margin:0;
	padding-left:1.5em;
}
table.formular tr td.kritisch,
table.formular tr.kritisch td {
	background-color:#FF8040;
}

table.formular tr td.inaktiv,
table.formular tr.inaktiv td {
	font-style:italic;
	background-color:silver;
}

table.formular tr td.veraendert,
table.formular tr.veraendert td {
/*	background-color:#d0a040;*/
	background-color:#ffd020;
}

/* nonAes-tabellen */
table.nonAes tr.kritisch input[type=text],
table.nonAes tr.kritisch textarea,
table.nonAes tr.kritisch select {
	border:solid 1px red;
}

/* info boxen (nachrichten/gesperrt) */
div.infobox {
	border:solid 2px black;
	padding:1ex;
	background: #ebeef5;
}
div.infobox h4 {
	margin-top:0ex;
	margin-bottom:.3ex;
}
div.maintenance {
	border: solid 4px #e31e2d;
}
div.testinfobox {/*
	text-align: center;
	color: #e31e2d;
	border: #e31e2d solid 2px;
	font-weight: bold;
	padding:.4ex;*/
	background: #285c95;
	text-align: center;
	margin-top:-1ex;
	padding-bottom:1ex;
}
div.testinfobox .test_info {
	padding-left: .4ex;
	padding-right: .4ex;
	padding-bottom: .3ex;
margin:1ex;
}

/* topmenue */
#topmenu {
	width:100%;
	background: #ebeef5;
}
#tm_links { width:100%; }
#tm_datumcnt { white-space:nowrap; }

/* callcenter */
div.callcenterbox {
	border:solid 2px;
	display:inline-block;
	clear:both;
	padding:1ex;
	margin-bottom:2ex;
	background: #ebeef5;
}
div.callcenterbox h4 {
	margin:0px;
	margin-bottom:.3ex;
}

div.flash_message {
	max-width:500px;
	margin:auto;
	border:solid black 2px;
	background:white;
	color:black;
	margin-top:1.5ex;
	margin-bottom:1.5ex;
	padding:.3ex;
}


/* ====================== */

table.statistik th {
	font-weight:bold;
	background:#10295A;
	color:white;
}
/*table.statistik tr.head th, table.statistik th.head {
	font-weight:normal;
	background:#105080;
}*/

table.statistik td {
	text-align:right;
	color:black;
}
table.statistik td.hodd {
	background-color: #DAE4FF;
}
table.statistik td.heven {
	background-color: #C8D2EA;
}
table.statistik td.sum {
	color:white;
	background:#105080;
}
table.statistik td.sumsum, table.statistik th.sub {
	color:white;
	background:#105080;
	font-weight:bold;
}

/* === Scannerstation === */
div.scanner-back {
	border:2px solid #285c95;
	background:#ebeef5;
}
div.scanner-back h1 {
	background:#285c95;
	font-size:100%;
	margin:0;
	color:#fff;
	padding:.2ex;
}
div.scanner-back form {
	padding:.5ex;
	font-size:20pt;
}
table.scanner tr td img,
table.scanner tr th img {
	vertical-align:middle;
}
table.scan_overview {
	border-spacing:4pt;
	font-size:40pt;
}
table.scan_overview tr th,
table.scan_overview tr td {
	padding:4pt;
}
table.scan_overview tr th {
	background:#285c95;
	color:#ffffff;
}
table.scan_overview tr th img,
table.scan_overview tr td img  {
	width:50pt;
	height:50pt;
	vertical-align:middle;
	margin-right:.2ex;
}
table.scan_overview tr.odd {
	background:#ebeef5;
}
table.scan_overview tr.even {
	background:#cad3e4;
}
input.scan_button {
	font-size:20pt;
}