/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | CONTENT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/


/*
******************************************
** Allgemeine globale Angaben
******************************************
*/

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: .7em;
  color: #000000;
  width: 961px;
}

div {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

/*
  Links
*/

a:link,
a:visited,
a:hover,
a:active {
  color: #D3232C;
  text-decoration: none;
  font-weight: bold;
}


/*
  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 {
  margin: 0;
  padding: 0;
}

li {
  margin: 0 0 0 25px;
  padding: 0 0 7px 6px;
  font-weight: bold;
  list-style-type: none;
  list-style-image: url(../grafik/li.gif);
}


/*
  Formular
*/

form,
input,
textarea,
select,
label {
  font-size: 1em;
}

form,
input,
textarea,
label {
  margin: 0;
  padding: 0;
}

select {
  margin-top: 1px;
  /*padding-top: 1px;*/
}

/*
  Tabellen
*/

th, td {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}


/*
******************************************
** Globale Klassen
******************************************
*/

#dokument {
  width: 100%;
}

#corpus {
  position: absolute;
  width: 100%;
}

.float-aufheben {
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}

.hervorheben {
  font-weight: bold;
}

.hinweis {
  font-size: .8em;
}

.unsichtbar {
  position: absolute;
  display: block;
  left: -3000px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
}

.tipp-rahmen {
  border: 5px solid #FFFFFF;
}

