/*
***************************************************************************************************
** STANDARD
***************************************************************************************************
*/


/*
******************************************
** FARBEN
******************************************
*/

/*
  Magenta: #a81524;
  Grau-Background: #F0EDED;
  Grau-Balken-Links: #D1D1D1;

*/


/*
******************************************
** ALLGEMEIN
******************************************
*/

div {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}


/*
******************************************
** BODY
******************************************
*/

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: .75em;
  font-weight: normal;
  color: #000000;
  width: 100%;
}


/*
******************************************
** CORPUS
******************************************
*/

#dokument {
  margin: 0;
  padding: 0;
}

#corpus {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

#kopf {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

#hals {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  margin: 0;
  padding: 0 0 20px 0;
}

#rumpf {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 20px 0;
}

#fuss {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 20px 0;
}

#weiterempfehlung {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 20px 0;
}


/*
******************************************
** LINKS
******************************************
*/

a {
  color: #a81524;
  background: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/*
******************************************
** LISTEN
******************************************
*/

ul {
  background: transparent;
}

ol {
  background: transparent;
}

li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  /*line-height: 1.5em;
  padding-bottom: 1em;*/
}


/*
******************************************
** UEBERSCHRIFTEN
******************************************
*/

h1, h2, h3, h4, h5, h6 {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  background: transparent;
}


/*
******************************************
** TOOLS
******************************************
*/

.float-aufheben {
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  clear: both;
  background: transparent;
}

img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

.unsichtbar {
  position: absolute;
  display: block;
  left: -3000px;
  width: 1px;
  height: 1px;
  font-size: 1px;
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
}

.hervorheben {
  font-weight: bold;
}

/*
***************************************************************************************************
** SEITENTITEL
***************************************************************************************************
*/

#seitentitel {
  margin: 0;
  padding: 0 0 0 62px;
}


/*
***************************************************************************************************
** CONTENT
***************************************************************************************************
*/

#content {
  width: 100%;
  z-index: 2;
}


/*
******************************************
** SPALTE 1
******************************************
*/

#spalte-1 {
  top: 6px;
  width: 150px;
  height: auto;
  padding: 0 0 0 2px;
  float: left;
  z-index: 1000;
}


/*
******************************************
** SPALTE 2
******************************************
*/

#spalte-2 {
  top: 6px;
  margin: 0 0 0 15px;
  padding: 0;
  width: auto;
  height: auto;
  float: left;
  z-index: 10;
}


/*
******************************************
** SPALTE 3
******************************************
*/

#spalte-3 {
  top: 6px;
  width: 125px;
  height: auto;
  margin: 0 0 0 15px;
  padding: 0;
  float: left;
}
