/* ... IN VALID CODE WE TRUST ...http://www.intensivstation.ch */
/* css created by miss monorom 2010  */
/* 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: #000000;
font-size: 13px;
font-family:  "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
color:#ffffff;  
padding:0;
margin: 0;
}

body { background-color: #ffffff; color:#000000;  }

a {color: #ff6600; text-decoration: none;
transition: color 1.5s;
-webkit-transition: color 1.5s;
-moz-transition: color 1.5s;
-o-transition: color 1.5s;
-ms-transition: color 1.5s;

}
a:visited {color:#ff6600;}
a:hover {color: #ffffff; text-decoration: underline;}
a:active { color:#ff6600;}

h1{ font-size:22px; font-weight: normal; line-height: 26px;}
.big{ font-size:30px;}
.xbig{ font-size:70px; color:#ff6600; }
h2{ font-size:18px; font-weight: normal; }
h3{ font-size:16px; font-weight: normal;}
h4{ font-size:13px; color:#656565; font-weight: normal; }

form{ padding: 0; margin: 0; }

blockquote {
margin-left:20px;
padding-left:10px;
border-left:1px solid #ff6600;
}

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

textarea, .formgenerell input, input.formgenerell {
width:350px;
border: 1px solid #ff6600; 
margin-top: 5px;
padding: 2px;
}
pre {
background-color:#F9F9F9;
border:1px dashed #333333;
color:black;
line-height:1.1em;
padding:1em;
}
.formbutton {
width:100px;
border: 1px solid #aaaaaa; 
color:#aaaaaa;
background-color:#2b2b2b;
}

.buttonLoading {
width:100px;
border:1px solid #2b2b2b;
background-color:#2b2b2b;
background-image:url(/themes/etoy/images/loading.gif);
background-repeat:no-repeat;
background-position:center;
}


/* patforms filter */
.formErrors {
    margin: 5px 25px 25px 25px;
    padding: 5px 5px 5px 5px;
    background-color: #ff6600;
}

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

/* BG 
-------------------------------------- */
.bg {
     position: fixed;
     top: 0;
     left: 0;
     overflow: hidden;
     width: 100%;
     height: 100%;
     z-index: 0;
} 

.bg-img {
     position: relative;
     min-width: 100%;
     min-height: 100%;
}

#verlauf {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	background: url(/files/images/site/bg/verlauf.png) repeat-y left top;	
}

/* twitter
-------------------------------------- */
#twitter_div{
 color:#656565;
position: absolute;
top:10px;
right:10px;
 background: url(/files/images/site/bg/twitter.png) no-repeat left bottom;
z-index: 100;
width:200px;
padding:5px 0 50px;
border-top:1px solid #000;
}

#twitter_div ul {
list-style-type: none;
margin: 0 ;
padding: 0;}

#twitter_div li {
font-size: 11px;
margin: 0 10px 0;
padding:0;
}

/* switch
-------------------------------------- */
#switch { 
font-size:11px;
position: fixed;
bottom:5px;
right:10px;
z-index:200;
}
#switch img{ 
vertical-align:middle;
}
#container #switch p { 
font-size: 10px;
margin:0 0 0 710px;
padding: 2px 10px 5px  0;
}

/* container to center the layout
-------------------------------------- */
#container {
width: 950px;
position: absolute;
top: 0;
left: 50px;
z-index: 20;
}

#container-friendship {
width: 660px;
border: 1px solid #ff6600;
margin: 10px;
margin-left: auto;
margin-right: auto;
}

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

#metanavi ul{ 
list-style-type:none;
padding: 0;
margin: 0;
}

#metanavi li { float: left; }

#metanavi a { 
color:#656565;
padding: 0;
margin: 3px 25px 3px 0;
}
#metanavi a:visited {color:#656565;}
#metanavi a:hover {color: #ffffff;}
#metanavi a:active { color:#656565;}

.print { display:none;}


#banner-friendship {
width: 660px;
margin: 0 auto;
text-align: right;
}

#banner-friendship h1 {
padding: 25px 0 0;
margin: 0;
}
#banner h2, #banner-friendship h2{
color:#ffffff;  
font-size: 14px;
padding: 5px 0 15px;
margin: 0;
}


/*main-navi
-------------------------------------- */
#topnavi {
font-size:16px;
margin: 0 250px 50px 0;
padding: 0;
}

#topnavi a { 
padding: 0;
margin: 3px 15px 3px 0;
}
#topnavi a:hover {color: #ffffff; text-decoration: none;}
#topnavi a.selected, #topnavi a.selected:visited {color: #ffffff;}

#topnavi ul { 
list-style-type: none;
margin: 0 0 5px;
padding: 0;
}
#topnavi li { 
float:left;
margin: 0;
padding: 0;
}

#topnavi .topnavi-clr, #metanavi .topnavi-clr{
clear:left;
height:1px;
overflow: hidden;
}

ul#subnav li a {
font-size:12px;
color: #b5b5b5;
}

ul#subnav li a:visited {color:#b5b5b5;}
ul#subnav li a:hover {color: #f60; text-decoration: none;}
ul#subnav li a:active { color:#b5b5b5;}

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

#topnavi ul#subnav li a {
font-weight:normal;
margin: 4px 15px 4px 0;
padding: 0;
}

/* elements for left and right navigation
-------------------------------------- */
#right {
float: right;
width: 250px;
font-size: 12px;
margin: 0;
padding: 0;
}
#right a:hover {color: #ffffff; text-decoration: none;}
#right ul {list-style-type: none; } 
 
#right  ul#subnav  {
margin: 0 0 30px 15px;
padding: 0;
}

#right ul#subnav li {
padding:  3px 0;
margin: 0 0 1px; }

#right ul#subnav li a {
margin: 0; 
padding: 3px 15px ;
background: url(/files/images/site/bg/85.png) repeat left top;	
}

#right ul#subnav li a.selected { 
color: #f60;
font-weight: bold;
}

#right  ul#subnav  ul {
margin: 6px 0 0;
padding: 0;
}

#right ul#subnav ul li a { background-color: #fff;} 

#container #right h3, #container #right p{
color:#fff;
margin: 15px 25px 10px;
padding:0;
}


/* content elements
-------------------------------------- */
#content {
padding: 0;
margin:0 250px 0 0;
}
#content-friendship {
border-top:solid 1px #ff6600;
padding: 25px  0px 5px 0px;
margin:0px;
}

#container h2, #container h3, #container h4, #content h1, #content h2, #content h3, #content h4 {
padding: 0;
margin:0 0 5px;
}
#container h1, #container-friendship h1{
padding: 0;
margin:0 0 15px;
}

.unterstrichen {
text-decoration: underline;
}

.avatars { 
background-color:#ff6600;
text-align: center;
padding: 0;
margin: 0 0 15px;
}
.text-rechts{
text-align: right;
}
#content p{
line-height: 21px;
padding: 0;
margin:0 0 15px;
}

.shows  table, .publication  table{
border-top: 1px solid #232323;
padding: 0;
margin:0 0 25px;
}
 .shows td,  .publication td{
border-bottom: 1px solid #232323;
padding: 4px 10px 4px 0;
margin:0;
vertical-align:top;
}

.shows .year{white-space:nowrap;}
.shows  .nobr{white-space:nowrap;}
.publication  .nobr{white-space:nowrap; padding: 4px 0;  color:#656565}


#content .border, #content-friendship .border{
border: 1px solid #ff6600;
padding: 5px;
margin:0 0 15px;
 background: url(/files/images/site/bg/85.png) repeat left top;	
}

#content  table.shareholder {
border: 1px solid #ff6600;
padding: 0;
margin: 15px 20px;
}
#content  table.shareholder td{
vertical-align: top;
border-bottom: 1px solid #222222;
padding: 3px;
margin: 0;
}

#content  .disclaimer { 
 background: url(/files/images/site/bg/85.png) repeat left top;	
border: 1px solid #656565;
font-size: 11px;
color: #656565;
padding: 5px;
margin:0 0 15px;
}


#content ul, #content ol{
line-height: 21px;
padding: 0 0 0 25px;
margin:0 0 15px;
}
#content li { line-height: 21px; }
#content p.center,  #content-friendship p.center, #content h2.center, #content h1.center {
text-align:center;
}
#content-friendship p.error {
background-color: #ff6600;
font-size: 20px;
padding: 5px;
margin:0px 50px 15px 50px;
}
.gray {color:#656565;}
.rand-unten{
border-bottom: 1px solid #ff6600;}

/* pressbox 
-------------------------------------- */
#content .pressbox { 
padding: 0;
margin:0 0 15px;
}
#content .pressbox p, #content .pressbox h1, #content .pressbox h2 { 
padding: 0;
margin: 0 0 10px 140px;
}
 #content .pressbox p strong { 
font-size: 12px;
color:#999999;
font-weight:normal;
} 

.bild { 
float: left; 
padding: 3px;
margin: 0;
border: #333333 solid 1px;
 }
#content .pressbox br.antifloat {
clear: left;
visibility: hidden;
}

#content ul.zweis-spalten {
   list-style-type: none;
   padding: 0;
   margin: 0; }

#content ul.zweis-spalten li.innen {
   float: left;
   width: 140px;
   margin: 0 0 8px 0; }
      
#content ul.zweis-spalten li.aussen {
   float: left;
   width: 300px; 
   padding: 0;
   margin: 0 0 8px 0;}

#content ul.zweis-spalten  li.clr {
   clear: left;
   width: 1px;
   height: 1px; 
   margin: 0;
}
br.clr {
   clear: left;}

.inline{
display: inline-block;
vertical-align:top;
}
hr{
 border: 0px; /* for Firefox und Opera */
 border-top: solid 1px #656565;
 margin:0 0 15px;
}

/* elements for the gallery
-------------------------------------- */
#content #gallerie{
padding: 0;
margin:0 0 15px;
width:750px;
}
 
#content .thumbnail{
display:inline-block;
vertical-align:top;
width:122px;
margin: 15px 15px 0 0;
padding: 0;
}
#content .thumbnail img{
border: 1px solid #ff6600;
padding: 1px;
margin:0 0 5px 0;
}
.view{
font-size:11px;
height:120px;
}
#content  br.antileft {
clear: left;
}
.antifloat {
clear: both;
visibility: hidden;
}

/* 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;}

/*footer
-------------------------------------- */
#footer {
clear: right; 
margin: 0 0 30px;
 font-size: 11px;
}
#footer ul {
list-style-type: none;
margin: 0 0 15px;
padding: 0;
}
#footer li a {color:#656565;}

#shareprice {
 background: url(/files/images/site/bg/85.png) repeat left top;	
border: 1px solid #656565;
color:#ffffff;  
padding: 5px;
margin: 50px 0 15px 0;
}
#shareprice h1 {
margin: 0;
padding: 2px 5px;
color:#fff;
font-size: 18px;
}
#content  #shareprice2 h1{
border: 1px solid #00ff00;
margin:0px 50px 15px 50px;
padding: 2px 5px;
color:#00ff00;
font-size: 16px;
text-align: center;
}

#content  table.shareprice {
border: 1px solid #00ff00;
padding: 0px;
margin: 15px 50px;
}
#content  table.shareprice td{
color:#00ff00;
font-size: 12px;
vertical-align: top;
border-bottom: 1px solid #222222;
border-left: 1px solid #222222;
padding: 3px 10px;
margin: 0px;
}

/* just used vor the blog
-------------------------------------- */
#content .post_title  {
color: #000000;
border-bottom: 1px solid #000;
margin: 0 0 3px;
padding: 10px 0 5px;
}
#content h2.post_title a { color: #000000; }

h2.post_title img { vertical-align:bottom;}

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

.entry{
background-color: #fff;
margin: 0 0 15px;
padding: 0 25px;
color:#000;
}
.post_content {
line-height: 21px;
margin-top: 0;
padding: 5px 0 15px;
}
#content  .post_content h2, #content  .post_content h3, #content  .post_content h4 {
color:#333;
font-weight: normal;
padding: 0 0 10px;
margin: 0;
}


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

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

.post_more { float: left; }

#container h3.blog {
margin: 0 0 5px;
padding:0;
}

#right  h3.blog a {
margin: 0px;
margin-bottom: 5px;
}
.post_tags, .post_related_entries  {
text-align: right;
font-size: 10px;
padding: 0 0px;
margin: 0;
}

.post_links  {
text-align: right;
font-size: 10px;
padding: 0 0 15px;
margin: 0;
}
.blog_pager{
padding-top: 0;
margin: 5px 0 15px
}
#right .blog li {
line-height:  15px;
padding: 0 15px 3px 25px;
margin: 0;
text-indent: -1em;
}
#livesearch {
margin: 0px 15px 15px 25px;
padding:0;
display: block;
}
#right input#livesearch  {
padding:1px;
width: 140px;
border: 1px solid #ff6600; 
}

.formurl {display: none;}

.presspict{
float:left;
width:100px;
margin: 0 10px 0 0;
padding: 0;
}

#content .post_content ul,  #content .post_content  ol {
padding: 0;
margin:0 30px;
}

#content .post_content  li {
padding: 0 ;
margin:0;
}

.invisible {
display:none;
visibility:hidden;
}

.visible {visibility:visible;}

.visibleInline { display:inline; visibility:visible;}

.resultContent {
border:1px solid #666666;
margin:0 0 15px;
padding:10px;
overflow: hidden;
background-color: #fff;}

#results {
color:#000;
margin:0 0 20px;
}
#results .resultContent p, #results .resultContent h2, #results .resultContent h3, #results .resultContent h4 { margin-left:0;}
#results .resultContent p { line-height:20px;}
#results span.resulticons {
float:right;
margin:3px 3px 0px 0px;
}

#results h4 {
background-color:#dddddd;
margin-bottom:1px;
padding:0 3px 0 5px;
}

#results h4 a.title {margin-left:12px;}
#results h4.expandable a.title { margin-left:5px; }

#results h2 {
margin-top:10px;
color:#fff;
border-bottom:1px solid #fff;
}
#results a { color:#222222; }
#results a:hover {text-decoration:none}


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

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

#archiveul  { /* just for the blog archive */
margin: 0 0 30px 15px;
padding: 0;
}

#archiveul li  {
background: url(/files/images/site/bg/85.png) repeat left top;
margin: 0;
padding: 2px 15px;
}

.LSRes {
background: url(/files/images/site/bg/85.png) repeat left top;
margin:0 15px;
padding:0 15px;}

/* --------------  accordion  -----------*/

ul#kurskategorien {
padding:0; 
margin:0 0 30px;
}

ul#kurskategorien li {list-style-type: none; line-height: 21px;}

.accordion {
	margin: 0;
	padding: 0;
}

ul#kurskategorien .closed h2 {
	margin: 0;
	padding:  0;
	font-size:13px;
	}
ul#kurskategorien .open h2 {
	margin: 0;
	padding:  0;
	font-size:13px;
	}
.closed a.toggle {
		margin:0;
	padding: 3px 0 4px;
}
.open a.toggle {
		margin:0;
	padding: 3px 0 4px;
}

ul#kurskategorien .content  { 
	font-size:13px;
	margin: 0;
}
ul#kurskategorien .content  p{ 
    line-height: 21px;
    margin: 5px 0 15px;
   padding: 10px 15px ;
border:1px solid #656565;
}
 .closed2 .content {display: none;} 
/* .closed .content {display: none;} */
.open .hidden_on_open {display: none;}

/* Nice tables */
table.reference {
border-collapse:collapse;
margin:0 0 25px;
padding:0;
width:100%;
text-align:left;
}
table.reference th {
 border-bottom:2px solid #000000;
 margin:0;
padding:3px 5px;
}
table.reference td {
border-bottom:1px solid #bebebe;
padding:6px 5px;
}
table.reference tr.bottom td {
border-bottom:1px solid #000000;
}


#content ul.colums-five {
   list-style-type: none;
	padding: 0;
	margin:0 0 10px;
 }

li.one, li.two, li.three, li.four, li.five {
   width: 145px;
   float: left;
   margin: 0;
   padding: 0 0 10px; 
}



li.clr {
   display: inline;
   margin: 0;
   padding: 0;
 }

br.clr {
   clear: left;
   width: 1px;
   font-size:1px;
   margin: 0;
   padding: 0;
   overflow:hidden;
 }
/* brood-prew-next
-------------------------------------- */
#brood-next { 
font-size:120px; 
position: fixed;
bottom:5px;
right:50px;
z-index:1200;
}
#brood-prew { 
font-size:120px; 
position: fixed;
bottom:5px;
left:50px;
z-index:1200;
}
#brood-icon{
position: absolute;
top:10px;
right:10px;
z-index: 100;
width:250px;
}
