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

body {
   background: #E7E7E7 url('body.jpg') top left;
   font-size: 11px;
   font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
   color:#564b47;
   padding:0px;
   margin:0px;
}
a {color: #DB7093;}
a:visited {color:#c43300;}
a:hover {color: #c43300;}
a:active { color:#000000;}

h1 {
   font-size: 18px;
   font-family: Arial, SunSans-Regular, Sans-Serif;
   /* text-transform:uppercase; */
   /*border-top:1px solid #564b47;
   border-bottom:1px solid #564b47;*/
   padding:5px 10px;
   margin:0px;
}

h2 {
   color: #FF6600;
   font-size:14px;
   font-family: Arial, SunSans-Regular, Sans-Serif;
   font-weight: bold;
   padding: 5px 10px;
   margin:0px;
}

h3 {
   color: #FF6600;
   font-size:13px;
   font-family: Arial, SunSans-Regular, Sans-Serif;
   font-weight: bold;
   padding: 5px 10px;
   margin:0px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
   width: 860px;
   margin-left: auto;
   margin-right: auto;
   height:100%;
   background: #E8E8E8 url('images/menubottom.jpg') no-repeat bottom left;
   border:1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner {
   height:114px;
   text-align: center;
   background:  url('header.gif') no-repeat bottom center;
   background-color: #e1ddd9;

   padding: 0px;
   margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:30px;font-size:2em;font-weight:bold;}

/* -----------------content--------------------- */
#content {
   /* background:#ffffff  url('content.jpg') no-repeat top right; */
   background:#ffffff;
   padding: 0px;
   margin-left: 200px;
   margin-right: 0px;
}
div#content { 
   min-height:480px;
   /*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

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

/* --------------left navi------------- */
#left {
   float: left;
   width: 200px;
   margin: 0px;
   padding: 0px;
   background:#E8E8E8;
   height:90%;
}

/* -----------footer--------------------------- */
#footer {
   clear: both;
   margin: 0px;
   padding:0px;
   height:35px;
   text-align: right; 
   /* background:  url('footer.gif') repeat-x ; */
   background-color: #666666;
}
 #footer h1 a{
 color:#FFFFFF;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }
  
#footer a {color: #CCCCCC;}
#footer a:visited {color:#CCCCCC;}
#footer a:hover {color: #000000;}
#footer a:active { color:#000000;}
  
 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
/*list-style-image: url("bullet.gif")*/

 padding: 10px;
 margin: 0px;
}

 .verticalmenu li, a.menu:link, .verticalmenu a.menu:visited, .verticalmenu a.menu:hover {
   display: block;
   font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   text-decoration: none;
   text-align: left;
   
   width: 160px;
   height: 28px;
   /*background: url('menuhover.gif') no-repeat;*/
 }

 .verticalmenu a.menu:hover{
   background: url('menuhover.gif') no-repeat;
   color: #FF6600;
 }
 
 /**********richards stuff***************/

a:link, a:visited, a:hover {
   color: #0000FF;
   text-decoration: underline;
}

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

TH.list {
    border: 1px solid #999;
	background: #CCCCCC;
	color: black;
	padding: 4px;
} 
TD.list {
    border: 1px solid #CCC;
	padding: 4px;
} 
TABLE.list {
	border-collapse: collapse;
    border: 2px solid #000;
	margin-left: 10px;
	margin-right: 10px;
}
