/* ... 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*/

body {
	background-color: #000000;
	font-size: 11px;
   	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	color:#ffffff;  
	padding:0px;
	margin: 0px;
	background-image: url(../sternenhimmel.jpg);
	background-repeat: repeat;

}

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

h1 {
	font-size: 9px;
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}
h2 {
	font-size: 11px;
 //   font-weight: normal;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

p {
    font-size: 10px;
    padding: 10px 20px 5px 20px;
    margin: 0px;
    }


a, a:visited, a:active {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
    color: #FFCC00;
}


/* container to center the layout
-------------------------------------- */
#container {
	width: 991px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}


#head {
    width: 989px;
    border: 1px solid #ffcc00;
    height: 150px;
}


#head2 { position: inherit; width: 979px; padding: 0 0 0 10px; margin: 0; height: 30px; border-left: 1px solid #ffcc00; border-bottom: 1px solid #ffcc00; border-right: 1px solid #ffcc00; border-top-style: none; border-top-width: 0; }
#head4 { margin: 0; padding: 0 0 0 10px; position: inherit; width: 979px; height: 30px; border-top-style: none; border-top-width: 0; border-right: 1px solid #ffcc00; border-bottom: 1px solid #ffcc00; border-left: 1px solid #ffcc00; }
#head3 { width: 969px; padding: 5px 10px; margin: 0; height: 30px; border-left: 1px solid #ffcc00; border-bottom: 1px solid #ffcc00; border-right: 1px solid #ffcc00; border-top-style: none; border-top-width: 0; }

#info { width: 80px; background-color: #ffcc00; padding: 8px; font-weight: bold; text-align: center; height: 14px; margin: 0; border: 0; }

#info a {
    text-decoration: none;
    color: #000000;
}

#info a:hover {
    text-decoration: none;
    color: #ffffff;
}


#field {
    float: left;
	width: 65px;
	height: 40px;
	margin: 0px;
	padding: 0px;
    border-left: 1px solid #ffcc00;
    border-bottom: 1px solid #ffcc00;
	text-align: center;
}
.numberfield { text-align: center; margin: 0; padding: 0; width: 65px; height: 40px; float: left; border-bottom: 1px solid #ffcc00; border-left: 1px solid #ffcc00; }
.numbercontainer { float: none; }
.footer { position: relative; bottom: inherit; float: left; }
