body{
  padding-bottom: 0;
}

#page{
  padding-bottom: 20px;
}

/* STICKY FOOTER */

#sf-main {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 24px;
  overflow: visible;
  font-family: Arial,Helvetica,sans-serif;
  /* font-size: 12px; */
  line-height: 18px;
  background-color: #184670;
  color: #fff;
}

#sf-main .sf-outer {
  position: relative;
  padding: 0 30px;
}

#sf-main .sf-inner {
  height: 24px;
  max-width:91em;
  min-width:720px;
  width:auto;
  margin: 0 auto;
  position: relative;
}

#sf-main li {
  float:left;
  list-style-type:none;
  list-style-image: none;
  margin-left: 0;
}

#sf-main li span {
  padding: 3px 0 5px;
  display: inline-block;
}

#sf-main li a {
  padding:3px 6px 5px;
  color:#fff;
  display:inline-block;
  text-decoration:none;
  outline-width: 0;
  border-bottom-width: 0;
}

#sf-main li a:hover {
  text-decoration: underline;
  background-color: transparent !important;
  color: #fff !important;
}

#sf-main li a:active,
#sf-main li a:focus {
  background-color: #fff !important;
  color: #184670 !important;
}

#sf-line {
  float: left;
}

#sf-line ul {
  margin-top: 0;
  padding: 0 !important;
  list-style-image: none;
  list-style-position: outside;
}

#sf-trigger {
  position: relative;
  float: right;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
}

#sf-trigger a {
  border-width: 0;
  position: relative;
  display: block;
  text-decoration: none;
  outline-width: 0;
  background-color: transparent !important;
}

#sf-trigger a:active,
#sf-trigger a:focus {
  background-color: #fff !important;
  color: #184670 !important; 
text-decoration: underline;
}

#sf-trigger a img {
  width: 75px;
  display: block;
  float: left;
  border-width: 0;
}

#sf-trigger span {
  position: relative;
  display: block;
  float: left;
  bottom: -4px;
  vertical-align: bottom;
  color: #fff;
  text-decoration: none;
  border-color: transparent;
  margin-left: 1px;
}

/* INFOLAYER */

#sf-infolayerwrap {
  position: absolute;
  top: 0;
  left: 0;
}

#sf-infolayer {
  display: none;
/* dieses konstrukt erzeugt fehler bei opera
  position: absolute;
  bottom: 30px;
*/
  position: relative;
  bottom: 207px;
  left: 6px;
  width: 960px;
  height: 200px;
  background: url("/img/sfooter/bg-tooltip.png") no-repeat 0 0;
  font-size: 12px;
}

#sf-infolayer ul {
  top: 95px;
  position: absolute;
  padding-left: 0;
  margin-top: 0;
}

#sf-infolayer h2 {
  position: absolute;
  top: 70px;
  color: #BF2727;
  font-size: 1.6em;
  text-transform: uppercase;
}

#sf-infolayer .sf-lotterie {
  left: 17px;
}

#sf-infolayer ul.sf-lotterie {
  width: 155px;
}

#sf-infolayer .sf-forderung {
  left: 335px;
}

#sf-infolayer ul.sf-forderung {
  width: 305px;
}

#sf-infolayer .sf-initiativen {
  left: 655px;
}
#sf-infolayer ul.sf-initiativen {
  width: 270px;
}

#sf-infolayer h2.sf-akm {
  left: 380px;
  top: 12px;
}

#sf-infolayer ul.sf-akm {
  width: auto;
  left: 385px;
  top: 35px;
}

#sf-infolayer ul.sf-akm li {
  float: left;
}

#sf-infolayer ul li {
  text-align: left;
  float: none;
}

#sf-infolayer ul li.sf-col2 {
  float: left;
  width: 135px;
}

#sf-infolayer ul li a {
  color: #153d64;
  padding-top: 0;
  padding-bottom: 0;
  background: url("/img/sfooter/sprite.png") no-repeat 0 -27px;
  padding-left: 10px;
  text-align: left;
  line-height: 1.4em;
}

#sf-infolayer ul li a:active,
#sf-infolayer ul li a:focus {
  background-color: #153d64 !important;
  color: #fff !important;
}

#sf-infolayer ul li a:hover{
  background-color: transparent !important;
  color: #153d64 !important;
}

#sf-infolayer #sf-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background:url("/img/sfooter/sprite.png") no-repeat 0 -0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 16px 16px 0 0;
  text-decoration: none;
  border-width: 0;
  outline-width: 0;
}

/* OVERLAY */

#sf-overlay {
  background: #295075;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  opacity: 0.8;
}

/* MOBILE DEVICES / iPHONE / OPERA MINI/MOBILE */

@media all and (max-device-width: 800px) {

#sf-main {
  position: relative;
  bottom: 0px;
}

#sf-line {
  position: absolute;
  height: 24px;
  overflow: hidden;
}

#sf-trigger {
  position: absolute;
}

#sf-trigger a img {
  width: 72px;
}

#sf-infolayer {
  position: absolute;
  bottom: 30px;
}

body {
  padding-left: 0;
  padding-right: 0;
}

}
