/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** regioreporter | CSS-Datei | CONTENT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/


/*
***************************************************************************************************
***************************************************************************************************
** GLOBALE ELEMENT-ANGABEN
***************************************************************************************************
***************************************************************************************************
*/


/*
******************************************
** Body
******************************************
*/

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, sans-serif;
  color: #515250;
  background-color: #FFFFFF;
  font-size: .7em;
}

/*
******************************************
** Divs
******************************************
*/

div {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

/*
******************************************
** Bilder
******************************************
*/

img {
  border: 0;
}

/*
******************************************
** Absaetze
******************************************
*/

p {
  margin: 0;
  padding: 0;
}

/*
******************************************
** Ueberschriften
******************************************
*/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  /*font-weight: normal;*/
}

/*
******************************************
** Links
******************************************
*/

a:link,
a:visited,
a:hover,
a:active {
  color: #0872F5;
  font-weight: bold;
  text-decoration: none;
}

/*
******************************************
** Formulare
******************************************
*/

form {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

textarea {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

select {
  margin-top: 1px;
  padding-top: 1px;
}

/*
******************************************
** Listen
******************************************
*/

ul, ol, li {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}


/*
******************************************
** Label
******************************************
*/

label {
  margin: 0;
  padding: 0;
  font-size: 1em;
}


/*
***************************************************************************************************
***************************************************************************************************
** GLOBALE KLASSEN
***************************************************************************************************
***************************************************************************************************
*/

#corpus {
  position: absolute;
  /*width: 100%;*/
}

#content {
  width: 793px;
}

/*
******************************************
** Allgemeines
******************************************
*/

.float-aufheben {
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  clear: both;
}

.unsichtbar {
  position: absolute;
  display: block;
  left: -3000px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
}

/*
******************************************
** Schriftformatierungen
******************************************
*/

.hervorheben {
  font-weight: bold;
}

.hinweis {
  font-size: .8em;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** KOPF, ÜBERSCHRIFT
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#kopf {
  z-index: 1;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** RUMPF
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#rumpf {
  /*width: 100%;
   margin-top: 27px;*/
  z-index: 6;
}


/*
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
** FUSS
***************************************************************************************************
***************************************************************************************************
***************************************************************************************************
*/

#fuss {
}
