/* ... 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 {
	font-size: 12px;
	font-family: sans-serif;
	color:#000000;  
	padding: 0px;
	margin: 0px;
}

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

select {
    font-size:12px;
    border: 0px solid none;
}

h1{
	font-size:14px;
}
h2{
	font-size:14px;
}
h3{
	font-size:14px;
}
h4{
	font-size:12px;
}


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

/*main-navi
-------------------------------------- */
#left {
    display: none;
}

/* content elements
-------------------------------------- */
#content{
	margin: 0px;	
	border: 0px;	
	padding: 0px;
	width: 650px;
	background-color: #ffffff;
}


/*footer
-------------------------------------- */
#footer {

}

