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:300px;
  background-image:url('/images/dotted.gif');
  background-repeat:repeat-y;
  margin-top:190px;
  padding-bottom: 1px;
}

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

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

#content form {
  width:174px;
}


#content div.birthdays {
  padding-top: 15px;
  width: 300px;
}

#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;
}

input#username, input#password {
  width: 130px;
  border: 1px solid #555555;
}

#members-only {
  position: absolute;
  left: 150px;
  top: 50px;
}
p.error {
  margin-bottom: 8px;
}
p.error a {
  border-bottom: 1px dotted #fff;
}
p.error a:hover {
  border-bottom: none;
}
