@charset "ISO-8859-1";
@media screen
   {
      /* ----------------- */
      /* Hintergrund Style */
      /* - Hauptrahmen */
      .hbox
         {
            background-color: #FFFFFF;
            width: 990px;
            margin: auto;
            padding-bottom: 25px;
            border-width: 0px !important;
            border-style: none;
            border-color: #FFFFFF;
         }
      .l_hbox
         {
            background: url("http://www.visit2paid.de/HG_1/l_hbox.png");
            background-repeat: repeat-y;
         }
      .r_hbox
         {
            background: url("http://www.visit2paid.de/HG_1/r_hbox.png") right;
            background-repeat:  repeat-y;
         }
      .o_hbox
         {
            background:url("http://www.visit2paid.de/HG_1/o_hbox.png");
            background-repeat: repeat-x;
         }
      .u_hbox
         {
            background:url("http://www.visit2paid.de/HG_1/u_hbox.png") bottom;
            background-repeat: repeat-x;
         }
      .lo_hbox
         {
            background:url("http://www.visit2paid.de/HG_1/lo_hbox.png") left top;
            background-repeat:no-repeat;
         }
      .ro_hbox
         {
            background:url("http://www.visit2paid.de/HG_1/ro_hbox.png") right top;
            background-repeat: no-repeat;
         }
      .lu_hbox
         {
            background:url("http://www.visit2paid.de/HG_1/lu_hbox.png") left bottom;
            background-repeat: no-repeat;
         }
      .ru_hbox
         {
            background:url("http://www.visit2paid.de/HG_1/ru_hbox.png") right bottom;
            background-repeat: no-repeat;
         }
      .i_hbox
         {
            font-family: Verdana;
            text-align: left;
            color: #000000;
            font-size: 10pt;
            padding: 5px;
            padding-bottom: 10px;
         }

      /* - Innen Rahmen */
      .ibox
         {
            clear: left;
            clear: right;
            padding: 5px;
         }
      .ibox_menue
         {
            clear: left;
            width: 200px;
            padding: 5px;
            float: left;
         }
      .ibox_inhalt
         {
            clear: left;
            clear: right;
            margin-left: 205px;
            padding: 5px;
         }
         *html .ibox_inhalt
                  {
                     margin-left: 205px;
                      width: 755px;

                  }
      .bg_ibox
         {
            background-color: #C2C8D3;
            border-width: 0px !important;
            border-style: none;
            border-color: #FFFFFF;
         }
      .l_ibox
         {
            background: url("HG_2/l_ibox.png");
            background-repeat: repeat-y;
         }
      .r_ibox
         {
            background: url("http://www.visit2paid.de/HG_2/r_ibox.png") right;
            background-repeat:  repeat-y;
         }
      .o_ibox
         {
            background:url("http://www.visit2paid.de/HG_2/o_ibox.png");
            background-repeat: repeat-x;
         }
      .u_ibox
         {
            background:url("http://www.visit2paid.de/HG_2/u_ibox.png") bottom;
            background-repeat: repeat-x;
         }
      .lo_ibox
         {
            background:url("http://www.visit2paid.de/HG_2/lo_ibox.png") left top;
            background-repeat:no-repeat;
         }
      .ro_ibox
         {
            background:url("http://www.visit2paid.de/HG_2/ro_ibox.png") right top;
            background-repeat: no-repeat;
         }
      .lu_ibox
         {
            background:url("http://www.visit2paid.de/HG_2/lu_ibox.png") left bottom;
            background-repeat: no-repeat;
         }
      .ru_ibox
         {
            background:url("http://www.visit2paid.de/HG_2/ru_ibox.png") right bottom;
            background-repeat: no-repeat;
         }
         /*
      .i_ibox
         {
            padding: 15px;
            font-family: Verdana;
            text-align: left;
            color: #000000;
            font-size: 10pt;
         }        */
      .i_ibox
         {
            padding: 15px;
            font-family: Verdana;
            text-align: left;
            color: #000000;
            font-size: 10pt;
            padding-left: 5px;
             padding-right: 5px;
         }
         
         

      .i_ibox_menue
         {
            padding: 15px;
            padding-left: 5px;
            padding-right: 5px;
            font-family: Verdana;
            text-align: left;
            color: #000000;
            font-size: 10pt;
         }
      /* Hintergrund Style */
      /* ----------------- */
   }
