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

body {
  font-family: Helvetica, Arial, Verdana;
  font-weight: normal;
  font-size: 9pt;
  text-align: left;
  line-height: 1.25;
  color: #4a4a4a; 
  background-color: #ffffff;
}

a         {font-weight: bold; color: #908888; text-decoration: none;}
a:visited {color: #908888; text-decoration: none;}
a:hover   {color: #0007cc; text-decoration: underline;}
a:active  {color: #42be18; text-decoration: none;}

h1 {
font-size: 13px;
color: #908888;
text-transform:uppercase;
background-color: #ffffff;
border-top:1px solid #ff0000;
border-bottom:1px solid #ff0000;
padding:5px 15px;
margin:0 }

h2 {
font-size:20px;
font-weight: bold;
color: #908888;
padding: 5px 10px;
margin:0;}

h3 {
font-size: 11px;
color: #90888;
text-transform:uppercase;
background-color: #ffffff;
padding:5px 15px;
margin:0 }

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 940px;
margin-bottom: 10px;
margin: 0 auto;
background-color: #ffffff;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #ffffff;
text-align: center;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

#header {
  width: 940px;
  height: 100px;
  background: url(./pics/trh-header.jpg) no-repeat;
}

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin: 0 160px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

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

/* --------------left navi------------- */
#left {
float: left;
width: 160px;
margin: 0;
padding: 0;
}
#right {
float: right;
width: 160px;
margin: 0;
padding: 0;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0;
padding: 0;
text-align: center; }
