body {
  font-family: Arial;
  color: #800040;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  background-color: #FAF5E1;
  padding: 0px;
  margin: 0px;
}

div#headline {
  font-size: 1em;
  height: 60px;
  width: 99%;
  position: fixed; top: 0px; left: 0px;
  margin: 0px;
  text-align: center;
  z-index: 40;
  background-color: #FAF5E1;
}

div#content {
  width: 99%;
  margin: 0px;
  padding: 60px 0px 100px 0px;
  overflow: auto;
}

div#menu {
  font-size: 0.9em;
  float: left;
  padding-left: 2em;
  padding-right: 1em;
  width: 10em;
  z-index: 40;
}

div#menu a {
  color: #800040;
  text-decoration: none;
  display: block;
  background-color: #F6E3C4;
  padding: 0.15em;
  margin-top: 0.4em;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

div#menu a:hover {
    color: #F6E3C4;
    background-color: #800040;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }

div.submenu {
  display: none;
  padding-left: 1em;
  margin-right: -1em;
}

div#infodiv {
  font-size: 0.9em;
  float: right;
  width: 15em;
}

div#infodiv div#info {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  background-color: #F6E3C4;
}

div#infodiv h2 {
  font-size: 1.1em;
  margin: 0.2em 0.5em;
}

div#infodiv p {
  font-size: 1em;
  margin: 0.5em;
}

div#infodiv a { text-decoration: none; }

div#footer {
  font-size: 0.9em;
  width: 99%;
  position: fixed; bottom: 0px; left: 0px;
  margin: 0px;
  padding: 10px 0px 10px 50px;
  background-color: #FAF5E1;
  z-index: 40;
}

div#footer a {
  color: #800040;
  text-decoration: none;
  margin-left: 1em;
  margin-right: 1em;
}

div#contentdiv {
  margin-left: 13em;
  margin-right: 17em;
}

div#progressdiv {
  color: black;
  /* background-color: #FAF5E1; */
  position: fixed; left: 50%; top: 30%;
  height: 80px; width: 80px;
  margin-left: -40px;
  margin-top: -40px;
  border: none;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  font-size: 1em; font-weight: bold; font-style: italic;
  display: none;
  z-index: 90;
  padding: 2em;
}

div#resultdiv {
  background-color: #FAF5E1;
  position: fixed; left: 30%; top: 30%;
  height: 150px; width: 350px;
  border: 1px solid #606060;
  overflow: auto;
  text-align: left;
  font-size: 1em;
  visibility: hidden;
  z-index: 80;
  padding: 2em;
}

div#resultdiv div,p {
  vertical-align: top;
}

div#framediv {
  background-color: #FAF5E1;
  position: absolute; left: 200px; top: 100px;
  height: 400px; width: 400px;
  border: 1px solid #800040;
  overflow: auto;
  text-align: left;
  font-size: 1em; font-weight: normal; font-style: normal;
  visibility: hidden;
  z-index: 70;
  padding: 1em;
}

div#blankdiv {
  background-color: #000000;
  -moz-opacity: 0;
  filter:Alpha(opacity=0); 
  opacity: 0;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  z-index: 60;
}

h1 {
 font-family: Arial;
 font-size: 1.1em;
 font-style: normal;
 font-weight: bold;
}

h2 {
 font-family: Arial;
 font-size: 1.1em;
 font-style: italic;
 font-weight: normal;
}

ul {
 list-style-type: square;
 margin-left: 20px;
 margin-top: 18px;
}

a:link { color: #800040; text-decoration: underline; }
a:visited { color: #800040; text-decoration: underline; }
a:active { color: #800040; text-decoration: underline; }

.button, input[type="submit"], input[type="button"] {
  border-top: 1px solid #DDD;
  border-right: 1px solid #333;
  border-bottom: 1px solid black;
  border-left: 1px solid #DDD;
  padding: 2px 3px;
  text-align: center;
  vertical-align: middle;
  background-color: white;
}

a.button {
  padding: 2px 0.5em;
}

.imagewrapper {
 position: relative;
 width: 100%;
 text-align: center;
}

.imagesize {
 max-width: 100%;
 border: none;
 margin: 0;
}

.imageloader {
  -moz-opacity: 0;
  filter:Alpha(opacity=0); 
  opacity: 0;
}

.spinner {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  top: 50%;
  left: 50%;
}

.nobr {
	white-space: nowrap;
}

small {
  font-size: 0.85em;
}

thead td {
  font-size: 0.9em;
}

a {
  color: black; text-decoration: none;
}

a img {
  border: none;
}

input {
  font-family: Arial;
  background-color: #FFFFFF;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #BBB;
  border-left: none;
}

input[disabled], input[readonly] {
  background-color: white;
  color: black;
}

.clipper {
  overflow: hidden;
  /* float: left; */
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #BBB;
  border-left: none;
}

.clipper select {
  font-size: 0.9em;
  border: none;
  margin: -3px;
  /* width: expression(parentNode.offsetWidth); */
}

select {
  border: 0px solid white;
  background-color: white;
}

textarea {
  border: 1px solid #BBB;
  font-family: Arial;
  font-size: 0.9em;
  resize: none;
}

.button, input[type="submit"], input[type="button"] {
  border-top: 1px solid #DDD;
  border-right: 1px solid #333;
  border-bottom: 1px solid black;
  border-left: 1px solid #DDD;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
  background-color: white;
}
a.button {
  padding: 2px 0.5em;
}

input[type="checkbox"] {
  background-color: transparent;
  border: none;
}


a.loginhelp {
  border: none; text-decoration: none;
}
a.loginhelp:hover {
  cursor: help;
}
a.loginhelp span {
  visibility: hidden; position: absolute;
  margin-top: 0px; padding: 1em; text-decoration: none; width: 300px;
  display: none; font-size: 0.9em;
}
a.loginhelp:hover span, a.loginhelp:focus span, a.loginhelp:active span {
  display: block; visibility: visible;
  border: 1px solid #000; color: #000; background-color: #FFF;
}


div#logindiv {
  background-color: #FAF6F0;
  position: absolute; left: 100px; top: 50px;
  height: 200px; width: 450px;
  border: 1px solid #333;
  overflow: auto;
  text-align: left;
  font-size: 1em; font-weight: normal; font-style: normal;
  visibility: hidden;
  z-index: 100;
  padding: 1em;
}


div#tabsdiv, div#topdiv {
  background-color: #FAF6F0;
}


table#tabs {
  border-collapse: separate;
  border-spacing: 5px;
  margin-bottom: -5px;
  font-style: normal;
  font-weight: normal;
}

table#tabs td {
  background-color: #DDD;
  text-align: center;
  color: black;
  white-space: nowrap;
  border-top: 1px solid white;
  border-right: 2px solid #333;
  border-bottom: 1px solid black;
  border-left: 1px solid white;
  width: 120px; height: 1.1em;
  margin: 0px;
}

table#tabs a {
  color: black;
}

table#tabs td.aktiv {
  border-top: 1px solid #DDD;
  border-right: 2px solid #DDD;
  border-bottom: 1px solid #FAF6F0;
  border-left: 1px solid #333;
  background-color: #FAF6F0;
}

table#tabs th {
  background-color: #DDD;
  text-align: center;
  color: black;
  white-space: nowrap;
  border-top: 1px solid white;
  border-right: 2px solid #333;
  border-bottom: 1px solid black;
  border-left: 1px solid white;
  height: 1.1em;
  margin: 0px;
}


table#typtabs {
  border-collapse: separate;
  border-spacing: 5px;
  margin-bottom: -5px;
  font-style: normal;
  font-weight: normal;
}

table#typtabs td {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background-color: #EAE6E0;
  text-align: center;
  color: black;
  white-space: nowrap;
  width: 120px; height: 1.1em;
  margin: 0px;
}

table#typtabs a {
  color: black;
}

table#typtabs td.aktiv {
  background-color: transparent;
  border-top: 1px solid #BBB;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #FAF6F0;
  border-left: 1px solid #BBB;
}


table.formhead {
  border: none;
  table-layout: fixed;
}

table.formhead td {
  overflow: hidden;
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  padding: 1px 5px;
}

table.formular {
  border: none;
}

table.formular td {
  overflow: hidden;
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  padding: 1px 5px;
}

table.formular th {
  font-size: 1em;
  overflow: hidden;
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  background-color: white;
  text-align: left;
  color: black;
  height: 1em;
  padding: 1px;
}


table.grid {
  border: 1px solid black;
  background-color: white;
  border-spacing: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}

table.grid td {
  overflow: hidden;
  vertical-align: top;
  font-size: 0.9em;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  padding: 1px 1px;
  border: 1px solid black;
}

table.grid input {
  border: none;
  font-size: 0.9em;
}

table.grid th {
  font-size: 0.85em;
  overflow: hidden;
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  background-color: white;
  text-align: left;
  color: black;
  /*height: 1em;*/
  padding: 1px;
}


.autoclear:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
