/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | CONTENT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/


/*
******************************************
** Allgemeine globale Angaben
******************************************
*/

body {
  margin: 0;
  padding: 0;
  background-color: #EAEAEA;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: .75em;
  color: #5B5242;
	width: auto;
  height: auto;
  background-image: url(/kiosk/grafik/bg_main.gif);
  background-repeat: repeat-x;
}

div {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

/*
  Links
*/

a:link,
a:visited,
a:hover,
a:active {
  color: #FF9900;
	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;
}

/*
  Listen
*/

ul {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
}

li.richtext-list {
  margin: 0 0 0 0;
  padding: 0 0 0 8px;
  background-image: url(/kiosk/grafik/list_style_type.gif);
  background-repeat: no-repeat;
}

ul.ul-richtext-list-2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li.richtext-list-2 {
  margin: 0 0 0 0;
  padding: 0 0 0 13px;
  background-image: url(/kiosk/grafik/list_style_type_2.gif);
  background-repeat: no-repeat;
}


/*
  Formular
*/

.leer {
}

form,
input,
textarea,
select,
label {
  font-size: 1em;
}

form,
input,
textarea,
label {
  margin: 0;
  padding: 0;
}

select {
  margin-top: 1px;
}

/*
  Tabellen
*/

table {
  width: auto;
  height: auto;
  background: transparent;
  margin: 0;
  padding: 0;
}

td,th {
  width: auto;
  height: auto;
  font-size: 1.0em;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: transparent;
  vertical-align: top;
  text-align: left;
  margin: 0;
  padding: 0;
}



/*
******************************************
** Globale Klassen
******************************************
*/

#dokument {
	width: 100%;
}

#corpus {
  /*position: relative;*/
}

.float-aufheben {
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}

.hervorheben {
  font-weight: bold;
}

.hinweis {
	font-size: .8em;
}

.bilderrahmen {
  border: 1px solid #FF9900;
}

.text-alles-gross-geschrieben {
  text-transform: uppercase;
}

.unsichtbar {
  position: absolute;
  display: block;
  left: -3000px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
}
