/* ... 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); */

/**
*	Freeflux-CSS 2-col-grey-light
*	by Alain C. Petignat 
*	alain at sequenz dot ch
*/
/*body element, you can overwrite that with a custom stylesheet for example in mozilla*/

#body, body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color:222;
	padding:0px;
	margin: 0px;
	background: url("images/bk-grad.jpg") fixed;
}

/* for iePC */ td{
    font-size: 12px;
}

a {
    color: #666;
    border-bottom: 1px solid #666;
    text-decoration: none; 
}

a:visited {
    color: #666;
    border-bottom: 1px dashed #666;    
}

a:hover , a:active {
    color: #000;
    border-bottom: 1px solid #000;    
}

h1{
    font-size:18px;
}
h2{
    font-size:16px;
}
h3{
    font-size:14px;
}
h4{
    font-size:12px;
}

/* container to center the layout
-------------------------------------- */
#container {
    width: 800px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

/* head container for logo and metanavi
-------------------------------------- */
#banner {
	padding: 0px;
	margin: 0px;
	background-repeat:no-repeat
	
	background-position: right top;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
#banner a{
    color: #993300;
    text-decoration:none; 
    border:0;
}

#banner  a:hover {
	color: #003366;
}

#banner h1 {
    font-size: 30px;
    padding: 5px 0px 0px 235px;
    margin: 0px;
}

#banner h2{
    color: #993300;
    font-size: 14px;
    padding: 10px 0px 25px 50px;
    margin: 0px;
}

#banner h4{
    color: #993300;
    font-size: 12px;
    padding: 10px 0px 25px 50px;
    margin: 0px;
}


/*main-navi
-------------------------------------- */
#topnavi {
    background-color: #FFFF99;
    border-top: 1px solid #003366; 
    border: 3px solid #003366;    
    margin: 0px;
    padding: 0 0 0 35px;
}

#topnavi a { 
    color: #993300;
    text-decoration: none; 
    font-weight:bold;
    margin: 0px;
    padding: 0 15px;
    border-bottom:0;
}

#topnavi a:hover {
    color: #003366;
}


#container  #topnavi a.selected {
    background-color: #ffffff;
    color: ##0066CC;
    border-left: solid 1px #666;
    border-right: solid 1px #666;    
}

/* content elements
-------------------------------------- */
#content {
    padding: 25px  0px;
    margin:0px;
    margin-left:0px;
    margin-right:200px;
    background-color: #ffffff;
}

#content h1, #content h2, #content h3, #content h4 {
    padding: 0px 50px 0px 50px;
    margin:0px 0px 15px 0px;
}
#content p{
    line-height: 18px;
    padding: 0px 50px 0px 50px;
    margin:0px 0px 15px 0px;
}
#content ul{
    padding: 0px 50px 0px 75px;
    margin:0px 0px 15px 0px;
}
#content p.center{
    text-align:center;
}

.antifloat {
    clear: both;
    visibility: hidden;
}

/* elements for left and right navigation
-------------------------------------- */
#left {
    margin: 0px;
    padding: 25px 0px;
    background-color: #fff;
    border-bottom:1px solid #666;    
    border-left:1px solid #666;
    border-right:1px solid #666;    
}

#right {
    float: right;
    width: 200px;
    margin: 0,50,0,10;
    padding: 0px;
}

#right p{
    padding: 0px 15px 5px 25px;
    margin:0px;
}

#left a, #right a {
    border:0;
    text-decoration: none;
    color:#666;
}

#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: 15px 0px 0px 25px;
}


/*footer
-------------------------------------- */
#footer {
    clear: both;
    padding: 0 50px;
    color: #666;
    font-weight: bold;
    margin: 0px;
    background-color: #fff;
}

.nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


caption {
	margin: 0;
	padding: 0;
	width: 141px;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	background: #FFFF99;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(images/bg_calendar.gif) no-repeat right bottom;
}

td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

td a:link, td a:visited {	
	color: #608194;
	background: url(images/bg_calendar.gif) no-repeat;
}


td a:hover, td a:active {
	color: #6aa3ae;
	background: url(images/bg_calendar.gif) no-repeat right top;
}
