html {
  background: #B4CAE5 url('../../images/bgr2.gif') repeat-x;
}

body {
  margin: 10px auto;
  padding: 0;
  font-size: 12px;
  font-family: Verdana, sans-serif, helvetica;
  color: #022d42;
  text-align: left;
  width: 855px;
  position: relative;
  background: #fff;
}

h1 {
  background: url('../../images/header1.gif') no-repeat;
  height: 55px;
  margin: 0;
  padding-top: 15px;
  font-size: 20px;
  border-top: 1px solid #B4CAE5;
  padding-left: 135px;
  text-decoration: none;
  color: #CA0000;
  line-height: 42px;
}

h1 a {
  color: #C40000;
  text-decoration: none;
}

ul#logout {
  float: right;
  list-style: none;
  margin: 35px 5px 0 0;
  position: absolute; right:2px;
  /* background-color: #B4CAE5; kann gelöscht werden */
}


ul#logout a {
  color:  #022D42 ;
  text-decoration: none;
}

h2 {
  background: url('../../images/header2.gif') no-repeat;
  height: 35px;
  margin: 0;
  padding: 20px 0 0 135px;
  color: #fff;
  font-size: 15px;
}

#content {
  background: #fff;
  padding: 10px;
  text-align: justify;
}

#content p {
  margin: 7px 0;
}

#content a {
  text-decoration: none;
  color: #325C86;
}

#content h3 {
  font-size: 14px;
  margin: 0 0 20px 0;
}

#content h4 {
  font-size: 12px;
}

address {
  text-align: center;
  padding: 5px 0;
  background: #022d42;
  border-top: 1px solid #B4CAE5;
  font-size: 9px;
  font-style: normal;
  color: #B4CAE5;
}