/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | STANDARD
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/


/*
******************************************
** Allgemeine globale Angaben
******************************************
*/

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #D6E3EB;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  line-height: 1em;
}

div {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

/*
  Links
*/

a:link,
a:visited,
a:hover,
a:active {
  font-weight: bold;
  color: #0D7A9F;
  text-decoration: none;
}

/*
  Absatz
*/

p {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

/*
  Ueberschriften
*/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}

/*
  Bild
*/

img {
  border: 0;
}

object {
  border: 0;
}

/*
  Listen
*/

ul, ol {
  list-style-type: none;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

/*
  Tabelle
*/

table,
th,
td {
  font-size: 1em;
  font-family: Verdana, Helvetica, sans-serif;
}

th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

/*
  Formular
*/

form,
input,
textarea,
select,
label,
button {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: Verdana, Helvetica, sans-serif;
  line-height: inherit;
}

select {
  margin-top: 1px;
  padding-top: 1px;
}

button {
  width: auto;
  background: transparent;
  border: none;
  text-align: left;
}


/*
******************************************
** Globale Klassen
******************************************
*/

#corpus {
  position: absolute;
  width: 100%;
  z-index: 1;
}

#seite {
  width: 1004px;
  margin: 1px auto 0 auto;
  background-color: #FFFFFF;
}

#seite-inhalt {
  padding: 10px 12px 10px 12px;
}

#popup {
  width: 819px;
  background-color: #FFFFFF;
}

#popup-inhalt {
  padding: 10px 12px 10px 12px;
}

.float-aufheben {
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** KOPF, ÜBERSCHRIFT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#kopf {
  background-color: #FFFFFF;
  font-size: .65em;
  color: #FFFFFF;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** RUMPF
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#rumpf {
  background-color: #E6EFF4;
  font-size: .7em;
  color: #616263;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** FUSS
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#fuss {
  background-color: #E6EFF4;
  font-size: .65em;
  color: #8ABCD7;
}