/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** 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: .75em;
  color: #000000;
}

.bg-main {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  background-image: url(../grafik/bg.gif);
  background-repeat: repeat-x;
  width: 998px;
}

.bg-leer {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  background-image: url(../grafik/bg.gif);
  background-repeat: repeat-x;
}

.bg-print {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

div {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

/*
  Links
*/

a:link,
a:visited,
a:hover,
a:active {
  color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}


/*
  Captcha
*/

.captcha-angaben {
  width: 253px;
  height: 80px;
  border: 1px solid #00A5DB;
  visibility: hidden;
}


/*
  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 {
  list-style-type: none;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}


/*
  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;
}

th {
  font-weight: normal;
  text-align: left;
}


/*
******************************************
** Globale Klassen
******************************************
*/

#dokument {
  margin: 0;
  padding: 0;
  background-image: url(/kiosk/grafik/bg_main.gif);
  background-repeat: repeat-y;
	width: 100%;
}

#dokument2 {
  margin: 0;
  padding: 0;
  background-image: url(/kiosk/grafik/bg_main_.gif);
  background-repeat: repeat-x;
	width: 100%;
	/*height: 1110px;*/
}

/*
#corpus {
  position: absolute;
}
*/
.float-aufheben {
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}

.hervorheben {
  font-weight: bold;
}

.hinweis {
	font-size: .8em;
}

.kalender-uhrzeit {
  color: #01A5DB;
  font-weight: bold;
	text-transform: uppercase;
}

.kalender-titel {
  color: #E60005;
  font-weight: bold;
}

.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;
}