@CHARSET "UTF-8";

* {
  margin:0%;
  padding:0%;
}

a {
  text-decoration: none;
  color: #366BA4;
}

html, body {
  height:100%;
}

body {
  background: #003C6D url('../images/portal/bg_pattern_oben.gif') repeat-x top;
  font-family: verdana;
  font-size: 8pt;
}

td {
  vertical-align: top;
  height: 100%;
}

#bodyDiv {
  margin: 0 auto;
  width: 977px;
  background: #fff;
}
#main {
    height: 100%;
    background: #003C6D;
  }
  #mainMenu {
    background: #003C6D url('../images/portal/menuBg.gif') right repeat-y;
    border-right: 1px solid #6990B3;
  }
    #mainMenuMenu {
      border-bottom: 5px solid #497EB4;
    }
      .mainMenuPkt {
        background: #fff url('../images/portal/off.gif') no-repeat left;
        border-bottom: 1px solid #ccc;
        padding-left: 30px;
        padding-top: 7px;
        height: 22px;
        width: 192px;
        color: #366BA4;
        font-weight: bold;
      }
      
      .mainMenuPktActive {
        background: #fff url('../images/portal/menu_links_on.gif') no-repeat left;
        border-bottom: 1px solid #ccc;
        padding-left: 30px;
        padding-top: 7px;
        height: 22px;
        width: 192px;
        color: #366BA4;
        font-weight: bold;
      }
      
      .mainMenuPkt:hover {
        background: #fff url('../images/portal/menu_links_on.gif') no-repeat left;
      }
      
      #mainMenuMenuLinks {
        padding-left: 35px;
        padding-top: 2px;
      }
  #mainBody {
    width: 610px;
    background: #fff;
  }
    #mainBodyHead {
      background: url('../images/portal/headLine.jpg') left no-repeat;
      height: 34px;
      padding-left: 55px;
      padding-top: 6px;
      color: #99BDDA;
    }
    #mainBodyHeadLine {
      background: url('../images/portal/mainHeadLine.gif') top no-repeat;
      height: 1px;
    }
    #mainBodyBodyMain {
      padding-left: 40px;
      padding-top: 25px;
      padding-right: 40px;
      line-height: 20px;
    }
      #mainBodyBodyMain h3 {
        margin-bottom: 8px;
      }
      #adBlock {
        padding: 15px 0;
        width: 325px;
      }
 
        #adBlock a p {
          margin-left: 10px;
          width: 300px;
        }
        #adBlock h4 {
          width: 325px;
          text-decoration: underline;
        }
        #adBlock img {
          float: right;
          border: 0;
        }
      #mainBodyBodyMain p img {
        float: right;
        margin-bottom: 25px;
        margin-left: 15px;
        margin-top: 4px;
      }
  #mainAd {
    background: #003C6D;
  }

#top {
  background: url('../images/portal/header.jpg');
  height: 95px;
}

a.logo { height: 95px; width: 220px; display: block; }

#topLine {
}
  #topLineLeft {
    float: left;
    background: #A4BFDA;
    border-bottom: 1px solid #ccc;
    height: 16px;
    width: 222px;
    padding-top: 2px;
    font-size: 7pt;
  }
  #topLineLeft a {
    font-weight: bold;
    text-decoration: underline;
    margin-left: 15px;
  }
  #topLineRight {
    margin-left: 222px;
    padding-top: 2px;
    padding-left: 25px;
    background: #497EB5;
    border-bottom: 1px solid #A0BCD9;
    height: 16px;
    color: #fff;
  }


#footer {
  background: #497EB5;
  height: 127px;
}
  #footerLine {
    border-top: 1px solid #A0C0E2;
    border-bottom: 1px solid #A0C0E2;
    height: 18px;
    padding-top: 4px;
  }
    #footerLine p{
      margin: 0 auto;
      width: 977px;
      padding-right: 40px;
      text-align: right;
    }
      #footerLine p a{
        color: #fff;
        text-decoration: underline
      }

  #footerAd {
    margin: 0 auto;
    width: 728px;
  }
  
#anzeigen { padding: 0px 15px; margin: 16px 0; border: 1px solid #D1D8DF; }

#anzeigen span { float: right; color: #444; line-height: 10px; margin-top: -6px; background: #fff; }

#adBlock {
        padding: 15px 0;
        /* margin-right: 20px; */
        width: 156px;
        overflow: hidden;
        float: left;
      }
        #adBlock h4 { width: 156px; text-decoration: underline; line-height: 15px; margin-bottom: 4px; }
        
        *html #adBlock h4 { font-size: 12px; }
      
        #adBlock a p { width: 156px; margin: 0; line-height: 15px; font-size: 11px; margin-bottom: 2px; color: #000; }
          
        #adBlock a p.url { width: 156px; color: #090; }
          
        #adBlock img {
          float: right;
          border: 0;
        }
   
a.feedTitle { font-size: 13px; text-decoration: underline; }
.url { font-size: 10px; }