/* ... IN VALID CODE WE TRUST ...http://www.intensivstation.ch */
/* css created by miss monorom 2008 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*/

@font-face {
    font-family: 'BauerBodoniStd1Bold';
    src: url('type/bauerbodonistdbold.eot');
    src: local('Bauer Bodoni Std 1'), local('BauerBodoniStd-Bold'), 
    url('type/bauerbodonistdbold.woff') format('woff'), 
    url('type/bauerbodonistdbold.otf') format('opentype'), 
    url('type/bauerbodonistdbold.svg#BauerBodoniStd-Bold') format('svg');
}
#ng_bitflux_org, body {
background-color: #ffffff;
font-size: 13px;
font-family: 'BauerBodoniStd1Bold',Georgia, "Times New Roman", Times, serif;
color: #000;  
padding: 0;
margin: 0;
overflow-y:scroll;
}

#front {
    overflow: hidden;
    padding: 20px;
}
.bg {
position:relative;
width:100%;
left: 0;
top: 0;
}

/* for iePC */ td{
font-size: 13px;
}

a {color: #000;
    text-decoration: none;
    outline: none;
}
a:visited {color:#000;}
a:hover {color: #616727;}
a:active { color:#616727;}

a.forced:hover
 {
  text-decoration:none;
  font-style: italic;
  color:#000;
 }

h1{ font-size: 18px;
    text-align: center;
}
h2{ font-size:18px;
font-weight: normal;}
h3{ font-size:14px; }
h4{ font-size:12px; }

img{
border: none;
}

.sans {
    font: 13px "Helvetica Neue", Helvetica,Arial,Geneva, sans-serif;
}
.kursiv {
    font-style: italic;
}
.center {
text-align: center}

form{
padding: 0;
margin: 0;
}

.form{
padding: 0;
margin: 5px 50px 15px 50px;
}

.captcha {
width:100px;
border: 1px solid #aaaaaa; 
margin-top: 5px;
padding: 2px;
}

textarea, .formgenerell input, input.formgenerell {
width:300px;
border: 1px solid #aaaaaa; 
margin-top: 5px;
padding: 2px;
}

.formbutton {
width:100px;
border: 1px solid #aaaaaa; 
}

/* patforms filter */
.formErrors {
    margin: 5px 25px 25px 25px;
    padding: 5px 5px 5px 5px;
    border: 1px solid ;
    background-color: #FFBBBB;
}

.formlabelerror {
    color: #BB1111;
    font-weight: bold;
}

/* head container for logo and metanavi
-------------------------------------- */
#banner {
padding: 0;
margin: 0;
}

#banner a{
color: #000;
text-decoration:none;
}
#banner  a:hover {color: #000;}

#banner h1 {
font-size: 30px;
width: 980px;
margin: 0 auto;
padding: 20px 0 4px;
text-align: center;
font-weight: normal;
font-style: normal;
}


/*main-navi
-------------------------------------- */
#topnavi {
margin: 5px 0 5px 32px;
padding:0;
}

#topnavi ul { 
list-style-type: none;
width: 980px;
padding: 0;
text-align: center;
margin: 0 auto;
}
#topnavi li { 
display: inline-block;
/* float: left; */
margin: 0;
padding: 0;
font-family: Helvetica,Arial,Geneva, sans-serif;
text-align: left;
width: 80px;
}

#topnavi .li10 {width:86px;}
#topnavi .li20 {width:68px;}
#topnavi .li30 {width:85px;}
#topnavi .li40 {width:48px;}
#topnavi .li50 {width:96px;}
#topnavi .li60 {width:62px;}
#topnavi .li70 {width:100px;}
#topnavi .li80 {width:60px;}
#topnavi .li90 {width:54px;}
#topnavi .li92 {width:51px;}
#topnavi .li100 {width:54px;}
#topnavi .trenner {width:28px;}

#topnavi a { 
color: #000;
text-decoration: none; 
padding: 0;
}
#topnavi a:visited {color:#000;}
#topnavi a:hover {
	color: #000;
    font-style: italic;
    padding: 0;
}
#topnavi a:active { color: #000;}

#topnavi a.selected, #topnavi a.selected:visited {
	color: #000;
    font-style: italic;
}

/* container to center the layout
-------------------------------------- */
#container {
width: 980px;
margin: 20px auto 0;
}
#containerhome {
width: 100%;
height: 100%;
}



/* content elements
-------------------------------------- */
#content {
min-height: 450px;
padding: 20px 0 0;
margin: 40px 0 0;
background-color: #ffffff;
}
#contenthome {
min-height: 450px;
margin: 20px 0 0;
background-color: #ffffff;
}

#content h1, #content h2, #content h3, #content h4 {
padding: 0;
margin: 0 0 20px;
}
#content p{
line-height: 19px;
padding: 0 10px;
margin: 0 0 10px;
}
#content ul{
padding: 0 50px 0 75px;
margin:0 0 15px ;
}
#content p.center{
text-align:center;
}

#content p.about{
    /*font-weight: bold;*/
    font-size: 18px;
    line-height: 24px;
    padding-right: 40px;
    padding-left: 40px;
}

#content p.address{
    /*font-weight: bold;*/
    font-size: 18px;
}

#content p.clients{
    /*font-weight: bold;*/
    font-size: 48px;
    line-height: 72px;
}
#content .contactheight{
    position: relative;
    top: 122px;
}

.indexlogo {
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -215px;
}
.logo {
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}
#splitleft {
    float: left;
    width: 480px;
    position: relative;
    top: 54px;
}
#splitright {
	width: 490px;
    float: left;
    margin-left: 10px;
    position: relative;
    top: 54px;
}
#splitleft h1 {
	font-size:18px;
	font-weight: normal;
	text-align: left;	
}
#clients ul {
    list-style-type: none;
    text-align: center;
    position: relative;
    top: 62px;
}

#clients li {
    display: inline;
    /*font-weight: bold;*/
    font-size: 48px;
    line-height: 72px;
    margin-right: 40px;
    white-space: nowrap;
}
.normal {
    font-weight: normal;
    font-style: normal;
}
.frontsmall {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.lang {
    position: relative;
    top: -50px;
}
.langactive {
    color: #616727;
}
#presse{
    padding: 0;
    height: 350px;
    margin-top: 0px;
    margin-right: 60px;
    margin-bottom: 30;
    display: inline-block;
    text-align: left;
}
.pressealle{
text-align:center;
position: relative;
top: 64px;
}
#presse img  {
    border-style: solid;
    border-width: thin;
}
/* elements for the gallery
-------------------------------------- */
#content #gallerie{
padding: 0;
    margin-bottom: 20px;
    text-align: left;
}
 
#content .thumbnail{
float: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin: 0 -10px 30px 90px;
}
#content .thumbnailbig{
padding: 0 0 0 60px;
float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
}
#content .thumbnail4{
float: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin: 0 -10px 30px 40px;
}
#content .thumbnail img{
border: none;
padding: 1px;
}

#content  br.antileft {
clear: left;
}
.antifloat {
clear: both;
visibility: hidden;
}
#fotos {
    text-align: center;
    width: 980px;
    position: absolute;
    top: 220px;
}

.leftgalleryarrow {
    position: relative;
    left: -450px;
    top: -320px;
}
.rightgalleryarrow {
    position: relative;
    left: 450px;
    top: -320px;
}
/* elements for the gallery_preview-plugin
--------------------------------------------*/
gallerie_preview{
padding: 0 10px 10px 25px;
margin:0 20px 20px;
border: 1px solid #778899;
}

#gallerie_preview .thumbnail{
float:left;
width:100px;
margin: 10px 10px 0 0;
padding: 0;
}
#gallerie_preview .thumbnail img{
border: 1px solid #778899;
padding: 1px;
}

#gallerie_preview_navi {margin-top: 10px;}
#gallerie_preview_info {margin-top: 10px; visibility: visible;}

/* elements for left and right navigation
-------------------------------------- */
#subnavi {
margin: 0 0 0 18px;
padding:0;
}

ul#subnav {
margin: 0 auto;
padding: 0;
list-style-type: none;
width: 980px;
text-align: center;
}
ul#subnav li {
display: inline;
/*font-weight: bold;*/
margin-right: 20px;
font-size: 18px;
}


ul#subnav li ul{
margin: 8px auto 0;
padding: 0;
list-style-type: none;
position: absolute;
width:980px;
}
.ulforcedup {
    margin-top: 0px ! important;
}

ul#subnav li a.selected { 
color: #616727;
}

.forceddown {
    position: relative;
    top: 58px;
}
.forceddowntwo {
    position: relative;
    top: 26px;
}
.forced {
    font-size: 13px ! important;
    font-family: Helvetica,Arial,Geneva, sans-serif;
    font-weight: normal;
}
.forced.selected {
    font-style: italic;
    color: #000 ! important	;
}
.forcedhigher{
line-height:3;
}
.subnavhigher {
    top: 126px ! important;
}


/*footer
-------------------------------------- */
#footer {
clear: both;
color: #000;
margin: 0;
padding: 3px 15px;
}
#footer a {color: #DDE5EE;}

/* just used vor the blog
-------------------------------------- */
#content .post_title {
border-bottom: 1px solid #778899;
margin: 0 50px 3px;
padding: 0 0 5px;
}
#content .post_title a{
text-decoration: none;
}

.post_meta_data {
font-size: 11px;
padding-top: 0;
margin: 5px 50px 15px;
}
.right {float: right;}
.left {float: left;}

.post_content {
line-height: 19px;
padding-top: 0;
margin: 5px 50px 15px;
}
#content .post_content p{
padding: 0 0 15px 0;
margin: 0;
}

.post_content_extended {
line-height: 18px;
padding-top: 0;
margin: 5px 50px 15px;
}

#content .post_content_extended p{
	padding: 0 0 15px;
	margin: 0;
}

.post_more { float: left;}

h3.blog {margin: 0 0 5px;}

#right  h3.blog {
background-image: none;
color: #333;
margin: 0;
margin-bottom: 5px;
}
.post_links, .post_tags, .post_related_entries  {
text-align: right;
font-family: Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
font-size: 10px;
padding: 0 50px 20px;
margin: 0;
}

.post_tags, .post_related_entries {padding-bottom: 10px;}

.blog_pager{
padding-top: 0px;
margin: 5px 50px 15px
}

#right .blog li {
line-height:  15px;
padding: 0px 15px 3px 25px;
margin: 0;
text-indent: -1em;
}

.blog_gravatar {
    float: right;
    padding-left: 5px;
}

#livesearch {
margin: 0px 15px 15px 25px;
padding: 0;
display: block;
}
#right input#livesearch  {
padding:1px;
width: 120px;
border: 1px solid #aaaaaa; 
}

.formurl {display: none;}

/* loginform */

#littleLogin  input.input{
    font-size: 11px;
    width: 120px;
}

#littleLogin input {
    font-size: 11px;
    background-color: #f3f3f3;
    border: 1px solid #555555;
    margin-top: 3px;
}

#littleLogin { margin-left: 25px; }

