/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | CONTENT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/


/*
******************************************
** Allgemeine globale Angaben
******************************************
*/

body {
  margin: 0;
  padding: 0;
  background-color: #F0F0EE;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: .75em;
  color: #24568A;
	width: 986px;
}

.bg-main {
  background-color: #F0F0EE;
  background-image: url(../grafik/bg_main.gif);
  background-repeat: repeat-x;
}

.bg-main-immo {
  background-color: #F0F0EE;
  background-image: url(../grafik/bg_main_immo.gif);
  background-repeat: repeat-x;
}

.bg-main-immo-popup {
  background-color: #F0F0EE;
  background-image: url(../grafik/bg_main_immo_popup.jpg);
  background-repeat: repeat-x;
  width: 770px;
}

div {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

/*
  Links
*/

a:link,
a:visited,
a:hover,
a:active {
  color: #24568B;
	text-decoration: underline;
	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;
}

img.img-titel {
  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(../grafik/list_style_type.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
*/

th, td {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}


/*
******************************************
** Globale Klassen
******************************************
*/

#dokument {
	width: 100%;
}

#corpus {
  position: relative;
  z-index: 10;
}

.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;
}