/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | Content | STANDARD
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/



/*
******************************************
** Allgemeine globale Angaben
******************************************
*/

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  color: #000000;
  background-image: url(../grafik/bg_body.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

div {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

/*
  Links
*/

a:link,
a:visited,
a:hover,
a:active {
  color: #E60005;
	text-decoration: none;
	font-weight: normal;
}


/*
  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
*/

ol {
  margin: 0;
  padding: 0 0 0 25px;
}

ul {
  margin: 0;
  padding: 0 0 0 15px;
}

li {
  margin: 0;
  padding: 4px;
}

li.li-pfeil {
  margin: 0;
  padding: 0 0 10px 0;
  list-style-image: url(../grafik/li.gif);
  font-weight: bold;
}


/*
  Formular
*/

.leer {
}

form,
input,
textarea,
select,
label {
  font-size: 1em;
}

form,
input,
textarea,
label {
  margin: 0;
  padding: 0;
}

select {
  margin-top: 1px;
}

/*
  Tabellen
*/

th, td {
  vertical-align: top;
  text-align: left;
  padding: 0;
  margin: 0;
}


/*
******************************************
** Globale Klassen
******************************************
*/

#dokument {
	width: 100%;
}

#corpus {
  position: absolute;
}

.words {
  position: relative;
  line-height: 5px;
  font-size: 1px;
  color: #FFFFFF;
}

.words-cover {
  position: absolute;
  width: 420px;
  height: 160px;
  background-color: #FFFFFF;
}

.float-aufheben {
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}

.hervorheben {
  font-weight: bold;
}

.hinweis {
	font-size: .8em;
}

.popup-hinweis {
	font-size: .55em;
}

.script-hinweis {
	font-size: .8em;
  color: #FFFFFF;
}

.zitat {
  font-style: italic;
}

.unsichtbar {
  position: absolute;
  display: block;
  left: -3000px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
}