/* css-Datei für www.stoeffl.de
   Autor: Michael Stöffl
   Oktober 2007*/

/* Allgemeine Definitionen für den Body-Bereich: */
body{
  background-image:      url(../images/bg_content.jpg);
  background-repeat:     no-repeat;
  background-position:   top right;
  background-attachment: fixed;
  background-color:      #C9DFFF;
  min-width:  780px;
  height:     100%;
  margin:     0;
  padding:    0;
  text-align: center;
  color:       #000000;
  font-size:   50.1%; /*.01 um Bug in Safari und IE zu umgehen*/
  font-weight: bold;
  font-family: arial, sans-serif;
}

div#CONTAINER{
  background-image: url(../images/menue/bg_menue.png);
  background-position:top left;
  background-repeat:repeat-y;
  z-index:  1;
  min-height: 950px;
  padding-bottom: 50px;
}

div#MENUE_BOX{
  position: absolute;
  top:      0px;
  left:     0px;
  margin:  0;
  padding: 0px 0px;
  float:      left;
  width:      162px;
  min-height: 100%; /* Mindesthöhe für moderne Browser */
  height:     auto !important; /* Important Regel für moderne Browser */
  overflow:   hidden !important; /* FF Scroll-leiste */
  z-index: 3;
}

div#TITEL_BOX{
  margin-left:  160px;
  margin-right: 160px;
  position: relative;
  top:      0px;
  left:     0px;
  border-width:   0;
  border-color:   #FF0000;
  border-style:   solid;
  border-spacing: 10px;
}

div#CONTENT_BOX{
  position:relative;
  clear:          right;
  padding-left:   170px;
  padding-right:  10px;
  padding-top:    40px;
  color: #000000;
  z-index: 2;
}

/* Topbalken mit Schriften und Bildern: */
div#BOX_TOP_LINKS,div#BOX_TOP_RECHTS{
  height:  100px;
  border:  0;
  margin:  0;
  padding: 0;
}

div#BOX_TOP_RECHTS{
  position:relative;
  background-image: url(../images/bost_kopf.jpg); background-position:right; top; background-repeat:no-repeat;
  margin-left: 12em;
}

div#MENUE{
  background-image: url(../images/hintergrund_navigation.jpg); background-repeat:repeat-y;
  float:   left;
  width:   12em;
  height:  100%
  padding: 0;
  border:  0;
}

table#CONTENT_TABELLE {
  width:  90%;
  border-width:   2;
  border-color:   #D71208;
  border-style:   solid;
  border-spacing: 0px;
  margin:auto;
}

table.BOOTSTABELLE1 {
  width:          230px;
  font-weight:    bold;
  font-size:      small;
  border-collapse:collapse;
  border-color:   black;
  margin:         10px;
}

table.BOOTSTABELLE2 {
  margin-top:     10px;
  width:          570px;
  margin-left:    auto;
  margin-right:   auto;
  border-collapse:collapse;
  border-color:   black;
}

tr.ZEILE1_BOOTSDATEN {
  border:           0px;
  border-top:       2px;
  border-top-style: solid;
}

tr.ZEILE2_BOOTSDATEN {
  border:           0px;
  border-top:       2px;
  border-top-style: dashed;
}

td.ZELLE1_BOOTSDATEN {
  border-left:       2px;
  border-left-style: solid;
  padding-top:       6px;
  padding-bottom:    6px;
  text-align:        center;
}

td.ZELLE2_BOOTSDATEN {
  padding-left:   4px;
  padding-top:    6px;
  padding-bottom: 6px;
  text-align:     right;
}

td.ZELLE3_BOOTSDATEN {
  vertical-align: top;
  padding:       10px;
  text-align: justify;
}
