/* Grundschrift */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}



/* Links */
/* Grundformatierung */


a:link {
	color: #0000ff;
}
a:visited {
	color : #DD7502;
}
a:hover {
	color : #cc3366;
}






/* Navigationselemente */
#naviframe {

}
#naviframe td {
	padding: 0px;
}
#naviframe td.navirahmen {
	padding: 4px;
}
.navi {
  background-color: #0073bf;
  border: 1px solid #003366;
}
.rot {
  background-color: #cc3366;
  border: 1px solid #852142;
}
.gruen {
  background-color: #009900;
  border: 1px solid #006600;
}
.hgruen {
  background-color: #88b324;
  border: 1px solid #5E7B1A;
}
.grau {
  background-color: #bbb;
  border: 1px solid #999;
}
.orange {
  background-color: #e8a302;
  border: 1px solid #996600;
}

/* Links in der Navi */

.navilink {
  font-weight:bold;
  text-decoration:none;
  display: block;
  padding: 4px;
}

a.navilink:link {
  color: #ffffff;
}
a.navilink:visited {
  color : #ffffff;
}
a.navilink:hover {
  color : #000;
  background-color: #ccc;
}


/* ========== Textformate ========== */

/* Ueberschriften */

h1 {
  font-size: 160%;
}
h2 {
	font-size : 140%;
}
h3 {
	font-size : 120%;
}

h4 {
	font-size : 100%;
}
h5 {
  font-size: 90%;
}
h6 {
	font-size : 80%;
}



/* Textfarben */

.txgruen {
 	color : #78971C;
}
.txrot {
  color: #cc3366;
}
.txblau {
  color: #0073bf;
}
.txorange {
  color: #E8A302;
}
.txrotbold {
  color: #cc3366;
  font-weight:bold;
}


.tx {
}
.txbold {
  font-weight: bold;
}
.tx100 {
	font-size : 120%;
}
.txt90 {
  font-size: 110%;
}
.txt90b {
  font-size: 110%;
  font-weight: bold;
}
.txt80 {
  font-size: 100%;
}
.txt80b {
  font-size: 100%;
  font-weight: bold;
}
.txt70 {
  font-size: 90%;
}
.txt70b {
  font-size: 90%;
  font-weight: bold;
}
.txt70_white {
  font-size: 90%;
  color:#000000;
  background-color : #ffffff;
}
.txt60_white {
  font-size: 85%;
  color:#000000;
  background-color : #ffffff;
}
.txt50_white {
  font-size: 75%;
  color:#000000;
  background-color : #ffffff;
}

.u1 {
  font-weight: bold;
  background-color: #ffffff
}
.small {
	font-size : 90%;
}
.big {
	font-size : 120%;
}
.titel {
	font-size : 130%;
  font-weight: bold;
  background-color: #ffffff
}
code {
  font-size: 120%;
}
tt {
  background-color: Yellow;
  font-weight: bold;
  font-size: 120%;
}
.bigred {
  font-size:2em;
  color:#FF0000;
  font-style:italic;
  font-weight: bold;
}



/* Tabellen für Abfrageergebnisse - Standardtabelle */
table {
  border: 0px;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
th,  td {
	padding: 0.4em;
}


th {
  background-color : #e8a302;
  color: #ffffff;
  vertical-align: top;
  text-align: left;
}
td {
  background-color: #eeeeee;
  color: #000000;
  vertical-align: top;
}
td h3 {
	font-size : 130%;
}
td h6 {
	font-size : 90%;
  font-weight: bold;
}

/* Standardtabelle: td mit weissem Hintergrund */
.wtd {
	background-color : #ffffff;
	color : Black;
}
.wtdright { /* td mit weissem Hintergrund */
  background-color : #ffffff;
  color : Black;
  text-align: right;
  vertical-align: top;
}

/* Tabellenzelle, die wie ein th-element aussieht */
.wieth {
	color : #fff;
  background-color : #e8a302;
  text-align:left;
  font-weight: bold;
  padding: 5px;
}


/* Links in einem <th>-element */
th a:link {
  color: #FFFFFF;
}
th a:hover {
  color: #990000;
}
th a:visited {
  color: #000099;
}

/* Normale Tabellen, die keine Abfrageergebnisse sind */
.layouttab {
  border: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 100%;
}
.layouttab th, .layouttab td {
  padding: 0.4em;
  background-color: #ffffff;
  color: #000000;
  vertical-align: top;
}



/*------------------------------------ */

.box {
  border-color: #e8a302;
  border-style: solid;
  border-width: 2px;
  margin-bottom: 5px;
}
.paddingbox {
  border-color: #e8a302;
  border-style: solid;
  border-width: 2px;
  margin-bottom: 5px;
  padding: 3px;
  padding-bottom: 6px;
}
.rahmen {
	border-color: #0073bf;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	width: 70%;
	padding: 20px;
}
.navirahmen {
	border-color: #0073bf;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
   background-color: #ffffff;
}


.rechts {
  float:right;
}
.abstand {
	margin-right: 15px;
	margin-bottom: 5px;
}
.inlineform {
  display: inline;
}


/* Submit-button */
.btn {
  background-color: #ffffff;
  color: #000000;
  border-color: #aaaaaa;
  border-style: solid;
  border-width: 1px;
  padding: 1px;
  text-decoration:none;
  font-size: 0.9em;
}
th .btn {
	font-weight: bold;
}
.btngelb {
  background-color: #E8A302;
  color: #fff;
  border: 0;
  padding: 4px;
  text-decoration:none;
  font-size: 0.9em;
  font-weight: bold;
}
.lnkbtn {
  background-color: #ffffff;
  color: #000000;
  border-color: #aaaaaa; /* #0073bf; */
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  text-decoration:none;
  font-size: 0.9em;
}

/* companydata */
.companydata {
  margin-left: 10px;
}
.companydata td {
	background-color: White;
	color: Black;
	padding: 2px;
	vertical-align: top;
	font-size: 0.9em;
}

.centerblock650 {
	width: 650px;
  margin-left: auto;
	margin-right: auto;
}

/* Ausrichtungen */
.rightalign {
	text-align: right;
}
.leftalign {
	text-align: left;
}
.centeralign {
	text-align: center;
}

.markprint {
}



/* scroll */
#scrolltable th {
  height: 2.2em;
  vertical-align: middle;
  text-align:     center;
  padding: 3px;
}

.scroll { /* td fuer untere Tabelle */
  height: 400px;
/*  overflow: auto;
  display: compact; */
}

.scrollinnen { /* Tabelle, die gescrollt wird */
  text-align:     right;
  empty-cells:	show;
}

.scrollinnen td {
  padding: 4px;
}

