/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-image:url(images/old-paper-tile2.jpg);
background-repeat: repeat:
font-size: 10px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 11px;
color: #FFFFFF;
text-transform:uppercase;
background-color: #996600;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: bold;
padding: 20px 0px 10px 10px;
margin:0px;}

h3 {
font-size:20px;
font-weight: bold;
padding: 0px 0px 10px 10px;
margin:0px;}

h4 {
font-size:16px;
font-weight: bold;
color:#996600;
padding: 0px 0px 0px 10px;
margin:0px;}

h5 {
font-size:14px;
font-weight: bold;
color:#996600;
padding: 0px 0px 0px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #ccbb77;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #ffffff;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px 0px;} 

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 20px 0px 0px 0px;
margin-left: 200px;
margin-right: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

#content li {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

p, pre{
padding: 5px 10px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

#leftnav ul {
	margin:0;
	padding:10px;
	list-style-type:none;
	font-size:13px;
	font-weight:bold;
	line-height: 150%;
}

#leftnav a {
	  color:#996600;
      /* text-decoration:none; */
}

/* --------------contact info------------- */
#contact {
background-color: #f4f4f4;
width: 180px;
margin: 10px;
padding: 0px;
font-size:12px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

/*- Navigation Menu Tabs --------------------------- */

    #tabs {
      float:left;
      width:100%;
      background:#996600;
      font-size:12px;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 14px 45px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabrightB.gif") no-repeat right top;
      padding:5px 10px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#000;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
	


