/* ... IN VALID CODE WE TRUST ...http://www.intensivstation.ch */
/* css created by miss monorom 2005 http://www.monorom.to */
/* This css is made specialy for BX-CMS  */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by/2.0/deed.en  */

/* @import url(bx-additions.css); */

/*body element, you can overwrite that with a custom stylesheet for example in mozilla*/

#ng_bitflux_org, body {
      background-color: #1a171b;
      font-size: 14px;
      font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
      color: #ffffff;  
      line-height: 18px;
      padding: 0px;
      margin: 0px;
}

/* for iePC */ 
td{
      font-size: 14px;
      line-height: 18px;
}

h1{
    font-size:13px;
    line-height: 18px;
}

h2{
    font-size:13px;
    line-height: 16px;
}

h3{
    font-size:13px;
}

h4{
    font-size:12px;
}
a {color: #ffffff;}
a:visited {color:#ffffff;}
a:hover {color: #ffffff;}
a:active { color:#ffffff;}


/* head container for logo and metanavi
-------------------------------------- */
#banner {
        height: 0px;
        display:none;
}


#banner-print {
        display: default;
}


/*main-navi
-------------------------------------- */
#topnavi {
        visibility: hidden;
}



/* content elements
-------------------------------------- */

#content {
      letter-spacing: 0.13em;
      width: 525px;
      padding: 0px;
      border-right: 15px solid #DA2037;
      margin:0px;
      margin-left: 300px;
}


#content h1, #content h2, #content h3, #content h4 {
      padding: 0px 50px 0px 0px;
      margin:0px 0px 15px 0px;
      font-weight: lighter;
      text-transform: uppercase;
      color: #afb0b3;
}
#content p{
      line-height: 18px;
      padding: 0px 50px 0px 0px;
      margin:0px 0px 15px 0px;
}
#content ul{
      padding: 0px 50px 0px 25px;
      margin:0px 0px 15px 0px;
}
#content ul li{
      margin-bottom: 3px;
}
#content p.center{
      text-align:center;
}

#content #team-bild {
      margin: 0px 20px 0px 0px;
      padding: 0px;
      width: 500px;
      height: 130px;
}

#content #team-bild img {
      margin-right: 20px;
}

#kamerProject p{
      padding: 0px;
      margin: 0px 15px 15px 0px;
}


/* project
-------------------------------------- */
#project {
    float: right;
    height: 100px;
    width: 525px;
    overflow: hidden;
    border: 0px;  
    border-right: 25px solid #1a171b;
}


/*footer
-------------------------------------- */
#footer {
        visibility: hidden;
}


