/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #660000;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000;
padding:0px;
margin:0px;
}

a {color: #000;}
a:visited {color:#000;}
a:hover {color:#000;}
a:active { color:#000;}


h1 {
font-size: 24px;
background-color:#ccc;
border-top:3px solid #666;
border-bottom:3px solid #666;
padding:5px 15px;
margin:0px }

h2 {
background-color:#ccc;
font-size:14px;
font-weight: strong;
padding: 5px 10px;
margin:0px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 900px;
margin-top:10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-image:url(../images/pink_bg.gif);
}

/* ----------banner for logo-------------- */
#banner {
background-image:url(../images/Header.jpg);
height: 191px;
padding: 0px;
margin: 0px;
}

/*--------------navigation----------------------*/
#tabsC {
      float:left;
	  color: #fff;
      width:100%;
	  background:#ccc;
      font-size:14px;
      line-height:normal;
      }
	  		  
    #tabsC ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
	  color: #fff;
      background:url(../images/TableftC.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  }
	     
    #tabsC a span {
	float:left;
	color: #fff;
	display:block;
	background:url(../images/TabrightC.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#fff;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }    



/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
font-family: Times New Roman, Times, Serif;
font-size: 12px;
}

#left ul li
{
font-size: 16px;
}

#left h1
{
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
}


/* -----------------content--------------------- */
#content {
float: left;
width: 680px;
background-color:#fff;
padding: 10px;
margin-left: 0px;
margin-right: 0px;
}

#indexcontent {
float: left;
width: 680px;
background-color:#ffffff;
padding: 10px;
margin-left: 0px;
margin-right: 0px;
min-height:750px;
height:expression(this.scrollHeight >750? "auto":"750px"); 
}

#eventscontent
 {
float: left;
width: 500px;
background-color:#ffffff;
padding: 20px 100px;
margin-left: 0px;
margin-right: 0px;
}

div#content { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

td 
{
padding: 5px;
}

#content ul li
{
font-size: 14px;
line-height: 20px;
}

.bsp
{
font-size:12px
}
.bsquote
{
margin: 10px 50px 10px 50px;
background:#f9d7d5;
padding: 5px;
} 

#announcement, #greeting 
{
width: 320px;
float: left;
margin: 5px;
padding:0px;
border: 1px solid #564b47;
min-height:250px;
height:expression(this.scrollHeight > 250 ? "auto":"250px");
}

#divider
{
width: 652px;
background: url(.../images/leftsb_pink_bg.jpg);
float: left;
margin: 5px;
padding:0px;
min-height:10px;
height:expression(this.scrollHeight > 10 ? "auto":"10px"); }



#box1
{
width: 652px;
float: left;
margin: 5px;
padding:0px;
border: 1px solid #564b47;
min-height:363px;
height:expression(this.scrollHeight > 363 ? "auto":"363px"); }

#box2, #box3, #box4, #box5, #box6, #box7
{
width: 209px;
float: left;
margin: 5px;
padding:0px;
border: 1px solid #564b47;
min-height:140px;
height:expression(this.scrollHeight >140 ? "auto":"140px"); 
}


.boxheader
{
	font-size: 20px;
	font-family: Times New Roman, Times, Serif;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	text-align: center;
	background: #cccc99;
	border-bottom:  1px solid #564b47;
	}
	
	.boxheader1
{
	font-size: 30px;
	font-family: Times New Roman, Times, Serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	text-align: center;
	background: #EDF7E7;
	border-bottom:  1px solid #564b47;
	}

.boxcontent
{
padding: 5px;
font-size:12px;
margin: 0px;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
background-color:#cc9999;
margin: 0px;
padding: 0px;
text-align: right;
font-size: 11px;
border-top:1px solid #564b47;
 }

