/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | CONTENT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/


/*
******************************************
** Allgemeine globale Angaben
******************************************
*/

body {
  margin: 0;
  padding: 0;
  /*background-color: #082256;*/
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: .75em;
  color: #000000;
	width: 777px;
}

body.vorschaltseite {
  margin: 0 auto 0 auto;
  padding: 0;
  background-color: #65533B;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: .75em;
  color: #000000;
  width: 100%;
}

.bg-main {
  background-color: #000000;
  background-image: url(../grafik/bg_main_2011.jpg);
  background-repeat: no-repeat;
}

.bg-main-wide {
  background-color: #000000;
  background-image: url(../grafik/bg_main_2011_wide.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: #DB5F3B;*/
  color: #082256;
	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;
}

h2 {
  font-weight: bold;
}

/*
  Bild
*/

img {
  border: 0;
}

/*
  Listen
*/

li {
  margin: 0;
  padding: 0 0 5px 0;
}



/*
  Formular
*/

form,
input,
textarea,
select,
label {
  font-size: 1em;
}

form,
input,
textarea,
label {
  margin: 0;
  padding: 0;
}

select {
  margin-top: 1px;
  /*padding-top: 1px;*/
}

/*
  Tabellen
*/

th, td {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}


/*
******************************************
** Globale Klassen
******************************************
*/

#dokument {
	width: 100%;
}

#vorschaltseite {
  margin: 0px auto 0 auto;
  padding: 0;
	width: 980px;
	min-height: 735px;
}

.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;
}
