/* *** 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: #d9e1dd;
background: url(twopixels.gif);
font-size: 12px;
line-height: 1.33;
font-family: Georgia, "Times New Roman", Serif;
color:#4b5647;
padding:0px;
margin:0px;
}

a {
color: #FFCC00;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #4b5647;
}

a:active {
color:#000000;
}


ul {
padding: 4px;
margin:1em 0 1.25em 0;
list-style:none;
}

ul li {
background:url("nav_arrow.gif") no-repeat 2px .25em;
margin:3px;
padding:0 0 3px 16px;
border-bottom:1px dotted #ccc;
line-height:1.4em;
text-align: left;
}

h1 {
font-family: "Century Gothic", Helvetica, "Trebuchet MS", Arial, SunSans-Regular, Sans-Serif;
font-size: 12px;
text-transform:uppercase;
background-color: #99CC66;
border-top:1px solid #4b5647;
border-bottom:1px solid #4b5647;
padding:5px 15px;
margin:0px;
}

h2 {
font-family: "Century Gothic", Helvetica, "Trebuchet MS", Arial, SunSans-Regular, Sans-Serif;
font-size:20px;
font-weight: bold;
padding: 15px 10px 5px 10px;
margin:0px;
}

h3 {
font-family: "Century Gothic", Helvetica, "Trebuchet MS", Arial, SunSans-Regular, Sans-Serif;
font-size:16px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 0.2em;
padding: 15px 10px 5px 10px;
margin:0px;
}

/* ----------Container-------------- */

#container {
width: 780px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #669966;
border-left:1px solid #4b5647;
border-right:1px solid #4b5647;
}

/* ----------banner for logo-------------- */

#banner {
background-color: #d9e1dd;
background: url(twopixels.gif);
text-align: right;
padding: 0px;
margin: 0px;
border-top:1px solid #4b5647;
}

#banner img {
padding:0px;
margin: 0px;
border:0px;
align: center;
} 

/* -----------------Central Panel--------------------- */

#content {
background-color: #ffffff;
padding: 0px;
margin-left: 180px;
margin-right: 0px;
border-left:1px solid #4b5647;

}

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

#content img {
padding: 4px; 
margin: 4px;
border: 1px dotted;
}

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

#content a {
color: #FF8020;
text-decoration: none;
}

#content a:hover {
color: #4b5647; border-bottom:1px dotted;
}

#content a:active {
color:#000000;
}

#content ul li {
background:url("nav_arrow.gif") no-repeat 2px .25em;
margin:3px;
padding:0 0 3px 16px;
border-bottom:1px dotted #999;
line-height:1.4em;
text-align: left;
}


/* --------------left navigation------------- */

#left {
float: left;
width: 180px;
margin: 0px;
padding: 0px;
}

#left a {
font-size: 11px;
font-family: "Trebuchet MS", Helvetica, Arial, SunSans-Regular, Sans-Serif;
}


/* -----------footer--------------------------- */

#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right;
}

img.download {
vertical-align:middle;
}
