/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | STANDARD
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/


/*
******************************************
** Allgemeine globale Angaben
******************************************
*/

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #EFF0EA;
  background-repeat: repeat-y;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: .7em;
  line-height: 1.2em;
  color: #000000;
}

.bg-body {
  /*
    Default-Bild fuer den Body, falls kein Index vorhanden
  */
  background-image: url(/kiosk/grafik/bg_body_1.gif);
}


div {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

/*
  Links
*/

a:link,
a:visited,
a:hover,
a:active {
  color: #2DAAAC;
  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;
}

/*
  Listen
*/

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*
  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;
}

select {
  margin-top: 1px;
  padding-top: 1px;
}


/*
******************************************
** Globale Klassen
******************************************
*/

#corpus {
  position: absolute;
  width: 100%;
}

.bg-body-popup-standard #corpus {
  width: auto;
}

.float-aufheben {
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** KOPF, ÜBERSCHRIFT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#kopf {
  width: 100%;
  background-color: #A19D91;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** RUMPF
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#rumpf {
  width: 998px;
  margin: 0 0 2em 20px;
}
