body {
}    
* {
    margin: 0;
    padding: 0;
}
.clear { clear: both; }
a {
    color: #03519b;
    text-decoration: underline;
}
.script   { display: none; } /* werden beim Seitenaufruf durch JS EINgeblendet */
.noscript {                } /* werden beim Seitenaufruf druch JS AUSgeblendet */
.hidden   { display: none; } /* werden nicht angezeigt                         */
img       { border: none;  }
p, td, div, span, input, select, textarea {
    font-family: verdana,tahoma,sans-serif;
    font-size: 13px;
}

#pagebox {
    width: 100%;
    overflow: hidden;
}  
#pageborder_re{
}

#pageborder_li {
}
#foot {
}
#logo {
}
#menu {
    display: none;
}
#menu ul {
}
#menu ul li {
}
#menu ul li a{
}
#menu ul li a.act{
}
#left {
    display: none;
} 

div.titel1 {
    margin-top: 20px;
    margin-left: 15px;
    border-left: 4px solid #03519b;
    padding-bottom: 20px;
    position: relative;
    z-index: 10;
    color: #03519b;
    padding-left: 5px;
}

#maincontent {
}

#content {
  /*margin-top: -10px;*/
  position: relative;
  top: -10px;
}
#content p {
  margin: 8px 0;
}
#content .center {
    text-align: center;
}

#content .name, #content .n_inaktiv {
    position: absolute;
    font-size: 11px;
}
#content .name a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#content .n_inaktiv a {
  color: #8FB1D2;
  font-weight: bold;
  text-decoration: none;
}

#content .box {
    width: 10px;
    height: 10px;
    font-size: 1px;
    position: absolute;
    background-color: #03519b;
}
#content .b_inaktiv {
    width: 10px;
    height: 10px;
    font-size: 1px;
    position: absolute;
    background-color: #A4C0DB;
}
#content h1 {
    padding-top: 5px;
    font-size: 16px;
}
#content h2 {
    font-size: 14px;
}
#content .trenner {
    border-bottom: 1px dashed #B0BEC9;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
#content .logo {
  float:right;
}
#content .details {
  /*margin-top: -8px;*/
    position: relative;
    top: -8px;

  padding: 0;
}
.error {
  /*margin-top: -5px;*/
    position: relative;
    top: -5px;

  margin-left: 1px;
  border: 1px solid #d00;
  border-left: 4px solid #03519b;
  padding: 2px;
  color: #d00;
  font-weight: bold;
}
.inaktiv {
    color: yellow!important;
}
