table.content {
	width: 1200px;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
}

h1 {
	color: #000000;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0px 0px 6px 0px;
}

table.bottom {
	background-color: gray;
	color: lightgrey;
	text-align:center;
	width: 1200px;
}

table.bottom a {
	color: lightgrey;
}

body {
	font-family: helvetica, arial, sans-serif;
	line-height: 1.4em;
	font-size: 12px;
}

table.main_navigation td.menuActive a {
	color: black;
}

td.menu {
	vertical-align: middle;
}

th {
	background-color: gray;
	font-weight: bold;
	color:white;
	text-align:left;
}

th a { 
	background-color: gray;
	font-weight: bold;
	color:white;
	text-align:left;
} 


tr.even {
	background-color: white;
}
tr.odd {
	background-color: lightgrey;
}

tr.head {
	background-color: gray;
	color:white;
	font-weight: bold;
}

input, select, textarea {
	color: black;
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	border: gray;
	border-width: 1px;
	border-style: solid;
}

option, checkbox {
	border-width: 0px;
}

table {
	font-size: 12px;
}

table.data {
	width: 100%;
	color: black;
}

table.subData {
	width: 100%;
	color: #0D1B4A
}

td.controlColumn {
	text-align: center;
	width: 60;
}

td.dataInputDescription {
	text-align: left;
	width: 200;
}

td.dataInputFields {
	text-algin: left;
	width: 600;
}

td.copyright {
	text-align: right;
	color:black;
	background-color:white;
	font-style:italic;
	font-weight:normal;
}

td.copyright a {
	color:black;
	font-weight:normal;	
}

/* Links nicht blau sondern schwarz */

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: underline;
}

table.popupContent {
	width: 100%;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
}

/* UZ 05.12.2022: von 800 auf 1000 verbreitert */
/* UZ 06.10.2024: von 1000 auf 1200 verbreitert */

table.menu {
	width:1200px;
	text-align: left;
}

  

table.top {
	font-size: 24px;
	font-weight: bold;
	width: 1200px;
}


table.main_navigation td {
	vertical-align: middle;
	border-top: solid;
	border-left:none;
	border-right:solid;
	border-bottom: none;
	height: 19px;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: lightgrey;
	color: black;
	font-weight: normal;
	border-color: #97D700;
}

table.main_navigation tr td.spacer {
	width: 5px;
	background-color: white;
}

table.sub_navigation td {
	background-color: lightgrey;
	vertical-align: middle;
	border-top: solid;
	border-left:none;
	border-right:solid;
	border-bottom: none;
	height: 19px;
	border-width: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.main_navigation td a {
	color: black;
	font-weight: bold;
}
table.sub_navigation tr td.menu a {
	color: black;
	font-weight: bold;
}

table td.spacer {
	padding-left: 0px;
	padding-right: 0px;
}

table.sub_navigation tr td.menuActive a {
	color: white;
}

table.main_navigation tr td.menuActive a {
	color: black;
}

table.sub_navigation tr td.menuActive {
	background-color: gray;
}

table.main_navigation tr td.menuActive {
	background-color: #97D700;
}

table.sub_navigation tr td.spacer {
	width: 3px;
	background-color: white;
}

table.main_navigation_footer {
	width: 100%;
}
table.main_navigation_footer tr {
	height: 2px;
	background-color: #97D700;
}

table.sub_navigation_footer {
	width: 100%;
}

table.sub_navigation_footer tr {
	height: 2px;
	background-color: gray;
}


td {
	vertical-align: top;
}

table.data td {
	vertical-align: middle;
}


td.iconColumn {
	text-align: center;
	width: 24;
}

td.mainColumn {
	text-align: left;
	width: 200;
}

td.dateTimeColumn {
	text-align: left;
	width: 110;
}

td.dataInputDescription {
	text-align: left;
	width: 200;
}

td.dataInputFields {
	text-algin: left;
	width: 600;
}

td.copyright {
	text-align: right;
	background-color:white;
	font-style:italic;
	font-weight:normal;
}

td.copyright a {
	color:#0D1B4A;
	font-weight:normal;
}


table.subData {
	font-size: 10px;
}


input, select, textarea {
	border: gray;
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	border-width: 1px;
	border-style: solid;
}

p.succeeded {
	color: green;
}

p.failed {
	color: red;
}
	

option, checkbox {
	border-width: 0px;
}


tr.head a {
	text-decoration: none;
	font-weight: bold;
}


table.errorMessage {
	width: 1200px;
	color: #FF0000 ;
	background-color: white;
	text-align: center;
	font-weight: bold;
}



