/* ... 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: Arial, Helvetica, SunSans-Regular, sans-serif;
	padding: 0px; 
	margin: 0px; 
	border: 0px;
}


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

a {
	color: #5a82c6;
	text-decoration: none;
}
a:visited {color:#5a82c6;}
a:hover {color: #FF4500;}
a:active { color:#4d6c6c;}

h1{
	font-size:14px;
}

h2{
	font-size:14px;
        font-style: italic;
}
h3{
	font-size:14px;
        font-style: italic;
}

h4{
	font-size:14px;
}

h5{
	font-size:12px;
        color: #5a82c6;
}

h6{
	font-size:10px;
}

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

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

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

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

.textarea{
	height: 80px;
}

/* 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 limit width
-------------------------------------- */
#container {
        width: 800px;
	display: default;
}


/* container for the title
-------------------------------------- */
#title1 {
        display: none;
}

#title2 {
        display: none;
}



/* jumping globi ;)
-------------------------------------- */
#jumpi {
        display: none;
}

/* Familie Moll
-------------------------------------- */
#stickybottom {
        display: none;
}

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

#banner {
        display: none;
}


#metanavi { 
        display: none;;
}



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


#content{
        padding: 0px;
        margin: 0px;
	background-color: #ffffff;
}

#content h1, #content h2  {
	padding: 25px 10px 0px 10px;
        font-weight: bold;
	margin:0px 0px 15px 0px;
	color:#5a82c6;
}

#content h3, #content h4 {
	padding: 0px 10px 0px 10px;
	margin:0px 0px 15px 0px;
	color:#5a82c6;
}

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

#content table{
	width: 740px;
	margin:0px 0px 15px 0px;
}

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

#content p.punkte{
        padding: 0px;
        margin:0px 10px 0px 10px;
	background: url(/themes/globi/images/punkteinhalt.gif);
        background-repeat: repeat-x;
}

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


/* 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 {
        display: none;
}


/*footer
-------------------------------------- */
#footer {
        display: none;
}



