/* ... IN VALID CODE WE TRUST ...http://www.intensivstation.ch */
/* css created by miss monorom 2004 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*/
/**
*        helles blau     #0D0F59
*
*/
#ng_bitflux_org, body {
    font-size: 12px;
    font-family: verdana, helvetica, arial,sans-serif;
    color:#000000;
    padding:0px;
    margin: 0px;
}

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

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

img{
    border:0;

}

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

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

textarea, .formgenerell input{
    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;
}

/* container to center the layout
-------------------------------------- */
#container {
    width: 770px; 
    margin-left: auto;
    margin-right: auto;
}

/* head container for logo and metanavi
-------------------------------------- */

#topnavi, #banner {
    margin-left: 582px;
    display:block;
    width: 182px;
}

#banner {
    padding: 0;
    text-align:center;
    color:black;
    margin-top:35px;
    margin-bottom: 35px;
    break:no;
}

#banner h1, #banner h2 {
    font-size: 22px;
    font-weight: normal;
    padding: 0; 
    margin: 0px;
    white-space:nowrap;    
}

#banner h2 {
    font-size: 10px; 
    font-weight: normal;
    margin-bottom: 15px;
color: #B30000;
}

#topnavi , #right{
font-size: 10px;
}
 #topnavi{
margin-bottom: 10px;
}


#banner a{
    color: #000;
    text-decoration:none;
    width:100%;
    display:block;
}


/*main-navi
-------------------------------------- */
#topnavi {
    text-align:center; 
}

#topnavi a {
   text-decoration: none;
   margin: 0px;
   padding: 0 10px; 

}

#topnavi a:visited, #topnavi a:link {
    color:#000;
}

#topnavi a:hover {
/*  color: #B30000;  */ 
border:0;
}

#mainnavi a:active { 
     color:#fff;
}

#topnavi a.selected, #topnavi a.selected:visited {
	color: #B30000; 
}



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

#content {
    padding: 0;
    margin-left: 0px;
    margin-right: 202px;
}

#content a:link, #content a:visited {
	text-decoration:none;
	 color: #B30000;
	border-bottom: 1px solid #B30000;
}

#content a:visited{
	border-bottom: 1px dotted #B30000;
}

#content a:hover, #content a:active {
	color: #B30000;
	border-bottom: 1px solid #B30000;
}


#content h1, #content h2, #content h3, #content h4 {
    margin: 0px 25px 15px 25px;
    padding:0px;

}

#content h2{
	font-size:14px;
	font-weight: normal;
color: #B30000;
}

/*
.post_title a:link, .post_title a:visited
{
   color: black;
    text-decoration:none;
}

.post_title a:visited
{
    color: grey;
}
*/

#content p{
   line-height: 18px;
   padding: 0px 25px 15px 25px;
   margin:0px;
}

#content table{
   line-height: 18px;
   padding: 0px 25px 15px 25px;
   margin:0px;
}



/* elements for left and right navigation
-------------------------------------- */
#left {
   width: 100%;
   margin: 0;
   padding:0;

}

#left a, #right a {
    border-bottom:1px dotted #333;
    text-decoration: none;
    color:#333;
}
#right a:visited{
    border-bottom:0;
}


#left .selected, #right .selected {
    	color: #B30000;
	text-decoration: underline;
}
#left ul, #right ul {
    list-style-type: none;
    margin: 0px 15px;
    padding: 0px;
} 

#left li, #right li {
    margin-bottom: 4px;
}

#blogbuttons li{
display: inline;
}

#right {
   background-color: #efefef;
   float: right;    
   width: 183px;
   margin: 0;
   margin-right: 5px;
   padding: 10px 0 15px 0;
}
#latest_moblog {
   text-align:center;
}

#latest_moblog img{
   background-color: #fff;
   padding: 1px;
   margin: 0px;
   border: 1px solid #0D0F59; 
}

#container #right #left a.selected {
    color:#B30000;
}

#right p{
   padding: 0px 15px 0 15px;
   margin: 10px 0;
}

#left p{
   padding: 2px 2px 2px 15px;
   margin: 0; 
}

#left p img{
    border:0;
}

#left a, #right a {
    text-decoration: none;
}

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

#left li, 
#right li {
    margin-bottom: 3px;
}

#left li{
/*    font-weight:bolder; */
}
/*
#right li{
    font-size:10px;
}
*/
#left h3, #right h3{
    /* font-size: 12px; */ 
    margin: 0;
    margin-bottom: 3px;
    padding:0;
    padding-left:5px;
    background-color:#ccc;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

/* just used for the blog
-------------------------------------- */
#content .post_title {
/*    color: #000;  */
    border-bottom: 1px solid #B30000;
    margin: 0px 25px 3px 25px;
    padding: 0px 0px 5px 0px;
}

#content .post_title a:link, #content .post_title a:hover, #content .post_title a:visited {
    border-bottom: 0;
}




.post_meta_data {
    font-size: 10px;
    padding-top: 0px;
    margin: 5px 25px 15px 25px;
}
.right {
    float: right;
}
.post_content {
    line-height: 18px;
    padding-top: 0px;
    margin: 5px 25px 15px 25px;
}
#content .post_content p{
    padding: 0px 0px 15px 0px;
    margin: 0px;
}
/*
h3.blog, #right  h3.blog {
    border-bottom:1px solid #ccc; 
    margin-top: 0; 
    padding-top: 5px;
}
*/
h3.blog a:link{
    display:block;
    width:100%;
    color: black;
}
/* .post_links {*/
.post_links, .post_tags, .post_related_entries {
    text-align: right;
    font-size: 10px;
    padding: 0px 25px 20px 25px;
    margin: 0px;
}

.post_tags, .post_related_entries {
	padding-bottom: 10px;
}
.blog_pager{
    padding-top: 0px;
    margin: 5px 25px 15px
}

#right .blog li {
    line-height:  15px;
    padding: 0px 15px 3px 15px;
    margin: 0px;
    text-indent: -1em;
}
#livesearch {
    margin: 0px 15px 15px 15px;
    padding:0px;
    width: 140px;
    display: block;
}

.formurl {
    display: none;
}


/** manual for sequenz.ch/links/  */
#links{
/*    padding:            10px;*/
    line-height:        2em;
}


#links h3{
    margin-top:         5px;
    font-weight:        bold;
}

#links p{
/*    border-bottom:  0;*/
/*    float:          none;*/
}


#links img {
    border:1px solid #ccc;
    padding:2px;
/*    margin:0; */
}

.links img:hover{
    background-color:black;
}


.closed {
    display: none;
    margin: 0 0 10px 0; 
}

.sidebox {
	font-size: 10pt;
}

/* elements for the gallery
-------------------------------------- */
#content #gallerie{
    float:left;
    padding: 0px 0px 10px 25px;
    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;
}

pre {

   display: block;
    padding: 1em 7px 1em 5px;
    margin-top: 0px;
    margin-bottom: 1em;
    border: 1px dashed #aaa;
    color: Black;            
    background-color: #f9f9f9;
    line-height: 1.1em;
    overflow: auto;
}


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


.moblog_preview, .moblog_preview img, .moblog_preview ul, .moblog_preview li{
    margin: 0;
    padding: 0;
}


.moblog_preview  ul {
    list-style-type: none;
} 


.moblog_preview li{
   display: inline;
}

.moblog_preview img{

}

.linkmanager_single_link{
	border: 1px solid grey;
	margin: 5px 20px 5px 20px;
	padding: 2px;
}
/*
.linkmanager_single_link h2{
	margin: 2px;
	padding: 2px;
}
*/

.linkmanager_single_link_image{
	width:140px; 
	float:left; 
	position:relative; 
}

#footer {
	background-color: #ccc;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
        text-align:center;

}

#latesmoblog{
margin:0;
padding:0;


}
#latestmoblog img{
border:0px;
}


Result {
    padding: 1px;
    width: 148px;
    margin-top: 3px;
}

.LSRes {
    position: relative;
    bottom: 1px;
    right: 1px;
}

#LSHighlight {
    color: #564b47;
    background-color: #CCC;
}

#right input#livesearch  {
    padding:1px;
    width: 120px;
    border: 1px solid #aaaaaa;
}



