
/**| StyleSheet parsed by PHP Interpreter with HEREDOC outputFormat-FX.XTEND SOLUTION |**
 *
 * This is a styleSheet we create inner PHP that then will later send a back
 * request meanly "to itself" to grab the CSS output and put it inner the Head
 * Section of the Full HTML Context AS LINK not as inline css. Thats the way we
 * like it :o) thats the way aha aha we like it ! It can simply be extended by
 * any PHP or other Ideas, styles and solutions.
 * @func:Include this by set a regular link in html head area, or do it the
 * funky way and drop a line of JS after Siteloaded to switch cfgs by js..etc
 *
 *  Copyright (c) 2003-2010 by www.stylefxmedia.de, if you like it plz donate
 *  some money =) we need cash over here for food n stuff =P
 *
*****************************************************************************************
*/
    * { margin:0px;
        padding:0px;
        }

     html,body{
         overflow:hidden;
         overflow-x:hidden;
         overflow-y:auto;
         height:100%;
         }

  /*body*/
   #ingenia {
         margin:0px;
         padding:0px;
         height:100%;
         background: #f9f9f9;
         color: #111;
         }

   #ingenia_main h1 { font-size: 8px; }

     #ingenia_main {
        width:99.9%;
        height:100%;
        font:normal 12px Trebuchet MS,Arial,Tahoma,sans-serif;
        background:#fff url(../images/index_ingenia_startbg.jpg) repeat 0 0;
        margin:0px auto 10px auto;
        padding:0px 0px 0px 0px;
        display:block;
        z-index:1;
        min-width: 900px;
        }

        #ingenia_main a,
         #ingenia_main a:link,
          #ingenia_main a:visited{
               text-decoration:none;
               font-weight:bold;
              }

         #ingenia_main a:hover,
          #ingenia_main a:active{
               color: #ccc;
              }

       #ingenia_main
         h1  {color: #333;
              font-size:14px;
              font-weight:bold;
              padding:4px;
              text-indent:20px;
              display:block;
              }

       #ingenia_main
         h5 { color:#444;
              margin: 0px auto;
              padding:0px 0px 0px 0px;
              }

        #ingenia_main
          .clr {
              clear:both;
              }

    /* INGENIA STARTSITE INFOBOX WITH PIC :: DIV */
      #ingenia_nfo_box{
              position:relative;
              width:85%;
              height:500pX;
              border:1px solid #ccc;
             -moz-border-radius:12px;
              background:#fff;
              margin:24px auto;
              z-index:2;
              }

      #ingenia_nfo_box img{
              display:block;
              text-align:center;
              margin:2px auto;
              }

    /* INGENIA MULTILANG TEXTBOX OVER IMAGE :: DIV */
      #ingenia_tag_box {
              position:absolute;
              text-align:right;
              font-weight:bold;
              padding:8px 12px 8px 64px;
              min-width:400px;
              width:45%;
              left:160px;
              top:250px;
              opacity:0.85;
             -moz-opacity:0.85;
              filter:alpha(opacity=85);
              }

      #ingenia_tag_box a,
      #ingenia_tag_box a:link {
              display:block;
              }

      #ingenia_enter_lang {
              position:relative;
              display:block;
              text-align:center;
              margin:2px auto;
              background: #fff;
              border:1px solid #ccc;
              -moz-border-radius:6px;
              height:100px;
              width:550px!important;
              width:570px;
              z-index:3;
              }

      #ingenia_lang_box ul {
              list-style-type:none;
              font-variant:small-caps;
              text-transform:uppercase;
              margin:4px auto 4px auto;
              width:420px;
              background:#ccc;
              border:1px solid #ccc;
              }

      #ingenia_lang_box img {
              display:block;
              padding:2px;
              margin:auto;
              background:#ccc;
              border:1px solid #ccc;
              }

      #ingenia_lang_box li {
              list-style-type:none;
              font-variant:small-caps;
              text-transform:uppercase;
              font-variant:capitals;
              display:block;
              float:left;
              width:80px;
              height:50px;
              margin:12px 8px;
              padding:8px 6px;
              border:1px solid #ccc!important;
              border:0px solid #acacac;
             -moz-border-radius:6px;
              background:#fff;
              }

      #ingenia_lang_box li:hover {
              list-style-type:none;
              display:block;
              float:left;
              width;80px;
              height:50px;
              margin:12px 8px;
              padding:8px 6px;
              border:1px solid #ccc;
             -moz-border-radius:6px;
              background:#820000;
              cursor:default;
              }

      #ingenia_lang_box img {
              height:35px;
              }

      #ingenia_context,
      #ingenia_context h1{
              text-align:center;
              font-style:justify;
              margin:auto;
              width:80%;
              color:#bcbcbc;
              font-size:8px;
              }

      #ingenia_context h4{
              text-align:center;
              margin:auto;
              width:80%;
              color:#888;
              font-size:8px!important;
              font-size:9px;
              }

      #ingenia_context h5{
              text-align:center;
              margin:auto;
              width:80%;
              color:#888;
              font-size:9px;
              }


