/* *** 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: #ABD6FF;*/
background: none repeat scroll 0 0 #424242;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
overflow-y: scroll;
overflow-x: auto;
}

h1 {
    font-size: 11px;
    text-transform:uppercase;
    background-color: #4D6895;
    color: white;
    border-top:1px solid #564b47;
    border-bottom:1px solid #564b47;
    padding:5px 15px;
    margin:0px
}

h2 {
font-size:16px;
font-weight: bold;
padding: 5px 10px;
margin:0px;}

h4 {
margin-left:10px;
}

img.download {vertical-align:middle;}

div img.centre {
    display:block;
    margin:auto;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
    margin-top: 10px;
    margin-bottom: 10px;    
}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
background-color: #ABD6FF;
margin-left: auto;
margin-right: auto;

}

/* ----------banner for logo-------------- */
#banner {
background-color: #ffffff;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {
    padding:10px 10px;
} 

/* -----------------content--------------------- */
#content {
    background-color: #ffffff;
    padding: 0px;
    margin-left: 200px;
    margin-right: 0px;
    padding: 30px 10px 10px 10px;
    border-left:2px solid #4D6895;
}
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: 200px;
    margin: 0px;
    padding-top: 60px;
    color: #4D6895;
}
#left ul {
    list-style-type: none;
}
#left li {
    margin-top: 0.5em;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

/*------------list items------*/
a {
    color: #4D6895;
    text-decoration: none;
}
a:visited {text-decoration: none;}
a:hover {color: red;}
a:active { color:#000000;}

/*Overwrite the header's A tags specifically*/
h1 a {
    color: white;
    text-decoration: none;
}


/*--------active list items---------*/
.active {
    font-weight: bold;
}

.nav a:hover {
	color: white;
}

.content a:hover {
	color: #ABD6FF;
}

.listImg{
	margin-bottom:-8px;
	border:none;
}

