
/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | CONTENT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/


/*
******************************************
** Allgemeine globale Angaben
******************************************
*/

body {
  margin: 0;
  padding: 0;
  background-color: #90B71A;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  color: #4E4E4E;
  width: 982px;
}

body.bg-main {
  background-image: url(../grafik/bg_main.jpg);
  background-repeat: no-repeat;
}

body.bg-popup {
  background-image: url(../grafik/bg_popup.jpg);
  background-repeat: no-repeat;
}

body.bg-popup2 {
  background-image: url(../grafik/bg_popup2.jpg);
  background-repeat: no-repeat;
}

body.bg-popup3 {
  background-image: url(../grafik/bg_popup3.jpg);
  background-repeat: no-repeat;
}

div {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

/*
  Links
*/

a:link,
a:visited,
a:hover,
a:active {
  color: #7D7A73;
  /*color: #93B73B;*/
	font-weight: bold;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}


/*
  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;
}

/*
  Captcha
*/

.captcha-angaben {
  width: 228px;
  height: 80px;
  border: 1px solid #333333;
  visibility: hidden;
}

/*
  Listen
*/

ul.richtext-list {
  margin: 0;
  padding: 0;
}

li.richtext-list {
  margin: 0;
  padding: 0 0 4px 12px;
  list-style-type: none;
  background-image: url(../grafik/li.gif);
  background-repeat: no-repeat;
}

ul.ul-rubrikansicht {
  margin: 10px 0 0 0;
  padding: 0;
}

li.li-rubrikansicht,
li.li-rubrikansicht-premium {
  margin: 0;
  padding: 4px 0 10px 50px;
  list-style-type: none;
  background-image: url(../grafik/li_rubrik.gif);
  background-repeat: no-repeat;
}

li.li-rubrikansicht-premium {
  background-image: url(../grafik/li_rubrik_premium.gif);
}

ul.ul-leer {
  margin: 10px 0 0 0;
  padding: 0;
}

li.li-leer,
li.li-leer-premium {
  margin: 0;
  padding: 4px 0 20px 27px;
  list-style-type: none;
  background-image: url(../grafik/li_leer.gif);
  background-repeat: no-repeat;
}

li.li-leer-premium {
  background-image: url(../grafik/li_leer_premium.gif);
}

.teaserID {
  position: absolute;
  display: none;
  margin: 5px;
  padding: 5px;
  width: 600px;
  height: auto;
  color: #484848;
  background-color: #C9E44A;
  border-top: 1px solid #A5A5A5;
  border-right: 1px solid #A5A5A5;
  -moz-border-radius-topright: 10px;
  -khtml-border-radius-topright: 10px;
}

ul.ul-footer {
  margin: 0;
  padding: 0;
  width: 195px;
}

li.li-footer {
  margin: 0;
  padding: 0 0 4px 0;
  list-style-type: none;
}

ul.ul-ortsliste {
  margin: 0 0 10px 0;
  padding: 0;
}

li.li-ortsliste {
  margin: 0 0 4px 0;
  padding: 0;
  list-style-type: none;
}

ul.ul-popup {
  margin: 0 0 10px 0;
  padding: 0;
}

li.li-popup {
  margin: 0 0 8px 0;
  padding: 0;
  list-style-type: none;
}



/*
  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%;
}

.float-aufheben {
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}

.hervorheben {
  font-weight: bold;
}

.hinweis {
	font-size: .8em;
}

.gruen {
  padding: 3px;
  color: #FFFFFF;
  background-color: #619A35;
}

.premium {
  padding: 1px;
  color: #000000;
  background-color: #FFFC00;
}

.premium-eintrag {
  position: absolute;
  margin: -71px 0 0 0;
}

.zitat {
  font-style: italic;
}

.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;
}

.noscript-hinweis {
  margin: 0 0 0 54px;
  padding: 3px;
	font-size: .8em;
  width: auto;
  color: #FF0000;
  background-color: #FFFFFF;
  border: 1px solid #FF0000;
}

