* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: Arial,Verdana;
}

html {
    height: 100%;
    
}

body {
  font-size: 100.2%;
  text-align: center;
  height: 100%;
  background-color: #907758;
}

#site_wrapper {
  position: relative;
  width: 75%;
  background: #f3e8cc;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
  margin: 0 auto;
  text-align: left;
  height: 100%;
}

#header {
  position: relative;
  height: 9%;
  background: transparent;
  text-align: center;
  border-collapse: collapse;
}

#header #slogan {
  height: 60px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #9f1b21;
}

#header .slogan {
  position: relative;
  top: 10px;
  display: block;
  background-color: #9f1b21;
  color: #fff;
  border-collapse: collapse;
  padding: 0px 0 0px 0;
  font-size: 1.1em;
}

#header .subtitle {
  position: relative;
  top: 10px;
  display: block;
  background-color: #9f1b21;
  color: #fff;
  padding: 0 0 0px 0;
  /*border-bottom: 2px #000 solid;*/
}

#content_wrapper {
  position: relative;
  height: 85%;
}

#signON {
  position: absolute;
  top: 30px;
  right: 10px;
}

#navigation {
  position: relative;  
  top: 45px;
  text-align: left;
  margin: 0 23px 0 23px;  
  float: left;
  width: 107px;
}

#navigation ul {
  position: relative;
  list-style-type: none;
}

#navigation ul li {
  position: relative;
  margin-bottom: 4px;
}

#navigation ul li a {
  display: block;
  position: relative;
/*  background: #E0D7D3; */
  background: transparent;
  color: #0033cc;
  text-decoration: none;
  padding: 4px 6px 4px 6px;
  margin-right: 6px;
  font-size: 0.8em;
}

#navigation ul li a:hover {
  background-color: #A15C5F;
  color: #fff;
}

#navigation ul li a.current {
  background-color: #9f1b21;
  color: #fff;  
}


div#content {
  position: relative;
  height: 100.1%;
  overflow: auto;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0;
  background-color: #f8f5ee;
  padding: 0px 46px 10px 20px;
  border-collapse: collapse;
}

#content h1 {
  color: #9f1b21;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  background-color: transparent;
  padding: 0;
  border-collapse: collapse;
  margin-top: 45px;
}

#content h2 {
  font-weight: bold;
  margin-bottom: 5px; 
  letter-spacing: 0.08em;
}

#content p {
  margin-bottom: 15px;
}

#content strong {  
  font-weight: bold;  
}

#content p.important {
  font-size: 1.5em;
  font-weight: normal;
  text-align: left;
  padding-left: 23px;
}

#content a {
  color: #0033cc;
  text-decoration: none;
  border-bottom: 1px #0033cc dotted;

/*  color: #9f1b21;
  text-decoration: none;
  border-bottom: 1px #9f1b21 dotted;*/
}

#content a:hover {
  border-bottom: 1px #0033cc solid;
/*  border-bottom: 1px #9f1b21 solid;*/
}

div#content_wrapper div#content div#signON a {
  border: 0 !important;
}

div#content_wrapper div#content div#signON img {
  border: 0 !important;
}

#content ul {
  list-style-type: disc;  
  margin-left: 23px;
  margin-bottom: 15px;
}

#content ol {  
  margin-left: 23px;
  margin-bottom: 15px;
}

#content li {  
  margin-bottom: 2px;
}

#content fieldset {
  position: relative;
  border: 1px #9f1b21 solid;
  padding: 13px 23px 13px 23px;
  margin-top: 20px;
}

#content fieldset legend {
  color: #9f1b21;
  font-weight: bold;
}

#content fieldset label {
  position: relative;
}

#content fieldset label.left {
  position: relative;
  float: left;
  width: 100px;
}

#content fieldset p {
  margin-bottom: 5px;
}

#content fieldset p input.number {
  text-align: right;
}

#content fieldset p input.textinput {
  border: 1px #000 solid;
}

#content fieldset p input.hover {
  border: 1px #0033cc solid;
  background-color: #0033cc;
  color: #fff;
}

#teaser {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

p#clearing {
  position: relative;
  clear: left;
}

#footer {
  position: relative;
  height: 6%;
  background: transparent url(http://www.leipzig-rauchfrei.de/media/images/footer_background.gif) top left repeat-x;
  padding-left: 153px;
  font-size: 0.8em;
}

#footer p {
  position: absolute;
  bottom: 5px;
  left: 153px;
  color: #0033cc;
}

