/* ... 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: #ffffff;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color:#000000;
	padding:0px;
	margin: 0px;
	background-color: #edf3f7;
	background-image: url(/themes/mmobile/images/bg.png);
	background-repeat: repeat-x;
}

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

a {
	color: #004494;
	text-decoration: none;
}
a:visited {
	color:#004494;
	}
a:hover {
	color: #7a9cc9;
}
a:active {
	color:#7a9cc9;
}

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

form{
	padding: 0px;
	margin: 0px;
}

#content div.form{
	padding: 0px;
	margin: 0px;
}

.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 0px;
    padding: 5px 5px 5px 5px;
    border: 1px solid ;
    background-color: #FFBBBB;
}

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

/* container to center the layout
-------------------------------------- */
#container {
	width: 980px;
	border: 1px solid gray;
	margin-top: 15px;
	margin-left: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #ffffff;
	background-color: #ffffff;
}

/* head container for logo and metanavi
-------------------------------------- */
#banner {
	height: 120px;
	background-image: url(/themes/mmobile/images/banner.png);
}


/*main-navi
-------------------------------------- */
#topnavi {
	background-color: #004494;
	margin: 0px;
	padding: 0px;
	height: 39px;
}
#topnavi a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	margin: 0px;
	line-height: 39px;
	padding: 0px 12px 0px 20px;
}
#topnavi a:visited {color:#ffffff;}
#topnavi a:hover {color: #7a9cc9;}
#mainnavi a:active { color:#7a9cc9;}

#container  #topnavi a.selected {
	color: #7a9cc9;
}

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

#content h1, #content h2, #content h3, #content h4 {
	padding: 0px;
	margin:0px 0px 15px 0px;
	color:#004494;
}
#content p{
	line-height: 18px;
	padding: 0px;
	margin:0px 0px 15px 0px;
}

#content ul, #content ol{
	line-height: 18px;
}

#content p.center{
	text-align:center;
}

#content table {
	border: 0px;
	margin: 0px;
	margin-left: 20px;
	border-top: 30px solid #ffffff;
	padding: 0px;
}

/* the "colums"
*/

#content table td {
	border: 0px;
	margin: 0px;
	padding: 0px 10px;
	padding-bottom: 15px;
	width: 292px;
	text-align: left;
	vertical-align: top;
	background: url(/themes/mmobile/images/dot.gif) repeat-y right;
}

#content table td.tdRight {
	background: none;
	width: 302px;
	padding-right: 0px;
}

#content table td.tdLeft {
	padding-left: 0px;
	width: 302px;
}

#content table td.Big {
	width: 614px;
}


/*
correction for "normal" tables ie. login and form
*/

#content table table {
	padding: 0px;
	margin: 0px;
    width: auto;
}

#content table table td {
	padding: 5px 15px 3px 0px;
	margin: 0px;
    width: auto;
    background-image: none;
}

#content table table td p {
	padding-top: 2px
}

/* elements for the gallery
-------------------------------------- */
#content #gallerie{
	float:left;
	padding: 0px 0px 10px 50px;
	margin:0px 0px 20px 0px;
}

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

#content  br.antileft {
	clear: left;
}
.antifloat {
	clear: both;
	visibility: hidden;
}

/* elements for the gallery_preview-plugin
--------------------------------------------*/
gallerie_preview{
	padding: 0px 10px 10px 25px;
	margin:0px 20px 20px 20px;
	border: 1px solid #778899;
}

#gallerie_preview .thumbnail{
	float:left;
	width:100px;
	margin: 10px 10px 0px 0px;
	padding: 0px;
}
#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
-------------------------------------- */
#left {
margin: 0px;
padding: 25px 0px;
background-color: #D6E0E2;
}

#right {
float: right;
width: 200px;
margin: 0px;
padding: 0px;
}

#right p{
padding: 0px 15px 15px 25px;
margin:0px;
}
#left a, #right a {
text-decoration: none;
color:#384F4F;
}
#left .selected, #right .selected {
text-decoration: underline;
}

#left ul, #right ul {
list-style-type: none;
margin: 0px 25px;
padding: 0px;
}
#left li, #right li {
margin-bottom: 8px;
}
#left h3, #right h3{
margin: 0px 0px 10px 0px;
padding: 25px 0px 0px 25px;
}

/*footer
-------------------------------------- */
#footer {
	clear: both;
	padding: 0px;
	border: 0px;
	margin: 0px;
	background-color: #ffffff;
	height: 20px;
}
#footer a {color: #dde7e9;}

/* just used vor the blog
-------------------------------------- */
#content .post_title {
color: #333;
border-bottom: 1px solid #aaa;
margin: 0px 50px 3px 50px;
padding: 0px 0px 5px 0px;
}

.post_meta_data {
font-size: 11px;
padding-top: 0px;
margin: 5px 50px 15px 50px;
}
.right {
float: right;
}
.post_content {
line-height: 18px;
padding-top: 0px;
margin: 5px 50px 15px 50px;
}
#content .post_content p{
padding: 0px 0px 15px 0px;
margin: 0px;
}

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

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

.post_more {
    float: left;
}

h3.blog {
color: #333;
margin: 0px;
margin-bottom: 5px;
}
#right  h3.blog {
background-image: none;
color: #333;
margin: 0px;
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: 0px 50px 20px 50px;
margin: 0px;
}

.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: 0px;
text-indent: -1em;
}

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

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

.formurl {display: none;}



/* loginform */

#littleLogin  input.input{
    font-size: 11px;
    width: 6em;

}

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

#littleLogin label {
     width: 3em;
     float: left;
     line-height: 21px;
     clear: left;
}

#littleLogin {
    margin-left: 15px;
}

