/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** rdts AG | CSS-Datei | CONTENT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/


/*
******************************************
** Allgemeine globale Angaben
******************************************
*/

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #D9E1F1;
  background-image: url(../grafik/bg_main.gif);
  background-repeat: repeat;
}

div {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

/*
  Links
*/

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #2B5FC2;
}

/*
  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, li {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

/*
  Formular
*/

form,
input,
textarea,
select,
label {
  font-size: 1em;
}

form,
input,
textarea,
label {
  margin: 0;
  padding: 0;
}

select {
  margin-top: 1px;
  padding-top: 1px;
}


/*
******************************************
** Globale Klassen
******************************************
*/

#corpus {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 811px 54px;
  z-index: 1;
}

.swt #corpus {
  background-position: 811px 64px;
  background-image: url(../grafik/bg_main_swoosh.gif);
}

.float-aufheben {
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** KOPF, ÜBERSCHRIFT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#kopf {
  width: 100%;
  background-image: url(../grafik/bg_kopf_default.gif);
  background-repeat: repeat;
  border-top: 6px solid #D9E1F1;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: .7em;
  font-weight: normal;
  color: #FFFFFF;
  z-index: 2;
}

.swt #kopf {
  background-image: url(../grafik/bg_kopf_swt_neu.gif);
  background-repeat: repeat-x;
}

.stadtbad #kopf,
.trilan #kopf,
.pit #kopf,
.verkehrsbetrieb #kopf,
.netze #kopf {
  background-image: url(../grafik/bg_kopf_default_neu.gif);
  background-repeat: repeat-x;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** RUMPF
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#rumpf {
  width: 767px;
  font-size: .7em;
  z-index: 3;
}

#rumpf,
table, tr, td, th,
textarea {
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
}

#rumpf,
table, tr, td, th {
  color: #686868;
}

table {
  font-size: 1em;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** FUSS
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#fuss {
  width: 100%;
  margin: 1em 0 1em 0;
  background-image: url(../grafik/bg_fuss.gif);
  font-family: Verdana, Helvetica, sans-serif;
  font-size: .7em;
  font-weight: normal;
  color: #000000;
  z-index: 4;
}