body {
    padding:0px 60px;
    margin:0px;
    font-family:verdana,sans-serif;
    font-size:9pt;
}
a {
    color:#363b90;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
div.kopfzeile {
    padding:20px 0px 8px 10px;
    background-image:url(motiv.jpg);
    background-repeat:no-repeat;
    background-position:right;
}
div.reiterzeile {
    padding-top:5px;
    background-image:url(linie.png);
    background-repeat:repeat-x;
    background-position:bottom;
}
a.reiter2 {
    color:#c0dd00;
    text-decoration:none;
}
a.reiter2:hover {
    text-decoration:underline;
}
div.reiter {
    background-color:#c0dd00;
    background-image:url(ecke.png);
    background-repeat:no-repeat;
    color:#363b90;
    padding:6px 10px 4px;
    border-right:2px solid white;
    float:left;
    font-weight:bold;
    cursor:pointer; /* for IE */
}
div.reiter2 {
    background-color:#363b90;
    background-image:url(ecke2.png);
    background-repeat:no-repeat;
    color:#c0dd00;
    padding:6px 10px 4px;
    border-right:2px solid white;
    float:left;
    font-weight:bold;
    cursor:pointer; /* for IE */
}
div.positionszeile {
    clear:both;
    background-color:#363b90;
    padding:5px 10px;
    color:#c0dd00;
    font-weight:bold;
}
a.positionszeile {
    color:#d8eaff;
    text-decoration:none;
}
a.positionszeile:hover {
    text-decoration:underline;
}
div.contentzeile {
    clear:both;
    border-left:2px solid #363b90;
    border-right:2px solid #363b90;
    background-image:url(menu.png);
    background-repeat:repeat-y;
}
div.contentzeile2 {
    clear:both;
    border-left:2px solid #363b90;
    border-right:2px solid #363b90;
    padding:20px;
}
div.menu {
    float:left;
    width:223px;
    font-weight:bold;
}
div.menuhead {
    background-color:#363b90;
    color:#c0dd00;
    padding:3px 7px 7px;
}
div.menuseparator {
    border-bottom:1px dashed #c0dd00;
}
a.menu {
    text-decoration:none;
}
a.menu:hover {
    text-decoration:none;
}
div.menuitem {
    padding:7px;
}
div.menuitem:hover {
    background-color:#c0dd00;
}
div.menuitem2 {
    padding:7px;
    color:#666;
}
div.menusubitem {
    padding:0px 15px 7px;
}
span.menusubitem {
}
span.menusubitem:hover {
    background-color:#c0dd00;
}
div.menusubitem2 {
    padding:0px 15px 7px;
    color:#666;
}
div.content {
    padding:5px 15px 5px 240px;
}
div.overflow {
    /* overflow trick to make clear's local */
    overflow:visible;
    /* a fix for the 3px bug in IE (which hopefully doesn't break anything else) */
    height:1%;
}
div.unterzeile {
    border-top:5px solid #c0dd00;
    background-image:url(unterzeile.jpg);
    background-repeat:repeat-x;
    color:#fff;
    text-align:center;
    padding:10px;
}
a.unterzeile {
    color:#d8eaff;
    font-weight:bold;
}
.error
{
  padding:0px 5px;
  color:#fff;
  background-color:#b10;
}
.success
{
  padding:0px 5px;
  color:#fff;
  background-color:#090;
}
table.start_main {
  border-spacing: 0px 10px;
  border-collapse: separate;
  padding-right: 15px;
}
table.start_main td {
  vertical-align: top;
  border-color: #c0dd00;
  border-style: solid;
  border-width: 2px 2px 2px 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  background: #f8fbe8;
}
table.start_main td:first-child {
  border-width: 2px 0px 2px 2px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
table.start_side
{
  float: right;
  width: 180px;
  border-spacing: 0px 10px;
  border-collapse: separate;
}
table.start_side td {
  text-align: center;
  border: 2px #363b90 solid;
  border-radius: 10px;
  padding: 10px;
  background: #e6eef5;
}
