a:link { color: #FFF; text-decoration: none;}
a:visited { color: #FFF; text-decoration: none; }
a:active { color: #FFF; text-decoration: none; }
a:hover { color: #FFF; text-decoration: none; }

body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  color: #FFF;
  font: normal normal normal 11px/15px Verdana, sans-serif;
  background-color: #fff;
}

html {
  width: 100%;
  height: 100%;
}

p {
  margin: 0;
}
  
  
ul,li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 15px;
}

ul {
  padding-top:16px;
  margin-left:20px;
  color: #FFF;
  font: normal normal normal 11px/15px Verdana, sans-serif;
}

div#nav-static {
  position: absolute;
  left: 0;
  top: 188px;
}

#outer{
  position:absolute;
  z-index:3;
  width:100%;height:100%;
  overflow: auto;
}

#inner{
  width:975px;height:100%;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  background-image: url('/images/bg.startseite.gif');
  background-repeat: no-repeat;
}

#content{
  width:194px;
  background-image:url('/images/dotted.gif');
  background-repeat:repeat-y;
  margin-top:190px;
  padding-bottom: 1px;
}

#content-margin {
  margin-left:20px;
}

#content div.block{
  margin-bottom:30px;
}

#content .block span.date {
  font: normal normal normal 12px/17px Georgia, sans-serif;
}

#content .block h1{
  font: bold normal normal 14px/17px Georgia, sans-serif;
  margin:0px;
  margin-bottom:4px;
}

#content .block a {
  border-bottom:1px dotted #FFF;
}
#content .block a:hover {
  border-bottom: none;
}

#logo-container{
  position:absolute;
  top:154px;left:371px;
}

#background {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: 0; padding: 0;
}
#bg-line-c {
  position: absolute;
  left: 0; top:311px;
  height: 100%;
  width: 100%;
}
#bg-line {
  width: 975px;
  background-image:url('/images/dotted.gif');
  background-repeat: repeat-y;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0; margin-bottom: 0;
  padding: 0;
}
#background img {
  width: 100%;
}

/* links */
li a.active, 
li a.active:hover {
  border-bottom: 1px dotted #ffffff;
}
li a:hover {
  border-bottom: 1px dotted #ffffff;
}

/* FB-Widget */
div#fb-container {
  z-index: 30;
  width: 330px;
  position: absolute;
  bottom: 0px;
  left: 650px;
  height: 620px;
  overflow: hidden;
}
div#fb-slider {
  background-image: url('/images/fb.bg.gif');
  padding-left: 15px;
  padding-top: 45px;
  position: absolute;
  left: 0px;
  top: 470px;
  width: 330px;
  height: 580px;
}

div#fb-slider img#slider-button {
  position: absolute;
  top: 5px;
  left: 10px;
  cursor: pointer;
}