 @charset "utf-8";
 /* CSS Document */


 body
  {
         margin: 0px auto;
         background: url("hintergrund.jpg");
         background-attachment: fixed;
         background-repeat: repeat;
  }




  /* Content */



                 #content

                 {       margin-top: 40px;
                         margin-left: 150px;
                         width: 46%;
                         float: left;
                 }

                         .content_table
                         {
                                 background: url("hintergrund");
                                 padding: 5px 20px 5px 20px;
                                 border-radius: 15px;
                         }



                         .content_table_headline
                         {
                                 font-variant: small-caps;
                                 font-weight: regular;
                                 font-size: 13pt;
                                 font-family: Arial;
                                 letter-spacing: 0.05em;
                                 color: #ffffff;
                         }



                         .content_table a
                         {
                                 font-weight: regular;
                                 font-style: italic;
                                 color: #ffffff;
                                 text-decoration: none;
                         }


                         .content_table a:hover
                         {
                                 font-weight:regular;
                                 font-style: italic;
                                 color: #289ef0;
                                 text-decoration: none;
                         }