

body {
    background-color:#E5EFE2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }


table#main {
    background-color:#FF0000;
    width:900px;
  }


td {
    vertical-align:top;
  }


td#header {
    background-color:#FFFFFF;
    padding-top:0px;
    padding-bottom:5px;
    padding-left:100px;
  }


td#menu {
 background-color:#E5EFE2;
    background-image : url(menubg.png);
    background-position : top right;
    background-repeat : repeat-y;
    padding-left : 20px;
    padding-top : 30px;
 margin-left:30px;
    text-align : left;
    width : 170px;
  }

td#menu a {
    background-color:#DEEBDA;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
    color:#11622A;
    padding-bottom:3px;
    letter-spacing:0px;
    margin-left:30px;
  }


td#menu a:hover {
    text-decoration:none;
    color:#ff0000;
  }


td#content {
    font-family:Helvetica, Verdana, Arial, sans-serif;
    width:500px;
    background-color:#FFFFFF;
    /*  color:#86AF93; */
    color:#01623A;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    font-size:12px;
 text-align:justify;
  }

td#content a {
 text-decoration:none;
 font-weight:normal;
 color:inherit;
}

td#content a:hover {
 font-weight:bolder;
 color:#ff0000;
}


td#content h2 {
    font-size:14px;
    color:#ff0000;
    font-weight:boldest;
    text-decoration:none;
    letter-spacing:1px;
  }

td#content div {
    border-bottom-style:dotted;
    border-bottom-width:2px;
    border-bottom-color:#878585;
}


td#aktuelles {
    background-color : #FFFFFF;
    border-left-color : #8DC094;
    border-left-style : dotted;
    border-left-width : 2px;
    width : 120px;
  }


td#aktuelles h2 {
    font-size:10pt;
    font-weight:bold;
    background-color:#DEDDDE;
    color:#868485;
    text-align:center;
  }


td#aktuelles div {
    margin-left:10px;
    margin-right:10px;
    border-bottom-style:dotted;
    border-bottom-width:2px;
    border-bottom-color:#878585;
    font-size:10px;
    color:#777777;
  }


td#aktuelles div h3 {
    font-size:10px;
    color:#A5A3A4;
  }


td#green_right {
    width:110px;
    background-color:#E5EFE2;
    background-image:url(green_rightbg.png);
  }

td.subline {
 font-size:10px;
 color:#7A9B7A;
 padding-top:2px;
 padding-left:2px;
 background-color:#E5EFE2;
}

td.subline a {
 text-decoration:none;
 color:#7A9B7A;
}

table#themen {
 font-size:10px;
}

div.hinweis {
 width:100%;
 padding-bottom:10px;
 padding-top:10px;
 text-align:center;
    border-top-style:dotted;
    border-top-width:2px;
    border-top-color:#878585;
}

table.pmiconrow {
 text-align:center;

}