 /* Autor: Andre Mansfeld*/

body
{
  background-color: #B5E748;
  font-family: Verdana;
}



h3
   {
     font-size: xx-large;
   font-weight: bolder;
   text-decoration: underline;

 }
 
  #content_main_container
       {
        background-color: #B5E748;
         width: 100%;
        height: 800pt;
        float: left;

       }
        .content_left_main
              {
                  width: 95%;
                  height: 100%;
                  background-color: #B5E748;
                  padding: 5px 0px 5px 332px;

              }
                .content_left_table
                  {
                    padding-bottom: 15px;
                    padding-left: 0px;
                  }


                    .news_box
                    {
                      background-color: #AAAAAA;
                      border-radius: 15px
                    }

                        .content_table_headline
                        {
                           font-size: large;
                           font-weight: bold;
                           font-variant: small-caps;
                           color: #FFF;
                           padding-top: 0;
                        }
                            .content_table_headline_neu
                               {
                                 font-size: x-large;
                                 font-weight: bolder;
                                 color: #005100;
                                 border-bottom: dotted 1.2px #005100;

                               }
