/* *** 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('images/body.jpg') top left;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color:#9A1212}
a:visited {color:#c43300;}
a:hover {color: #c43300;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;
margin:0px
}

h2 {
color: #9A1212;
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;
}

img.download {vertical-align:middle;}


/* ----------container to center the layout-------------- */
#container {
width: 80%;

margin-left: auto;
margin-right: auto;
height:100%;
margin-top:2%;
bottom:2%;
background: #E8E8E8 ;
border:1px solid #8D8D8D;
}

#inner {
	background:#FFFFFF;
	height:100%;
	/*height:1200px;*/
}
#outer {
	background:#FFFFFF;
	height:100%;
}


/* ----------banner for logo-------------- */
#banner {
height:100%;
text-align: center;
background:  url('images/header.jpg') no-repeat center;
background-color:#FFFFFF;/* here u can change the color for the Top Bar ( one with the IIT logo in it */
width:100%;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:40px;font-size:2em;font-weight:bold;}

/* -----------------content--------------------- */
#content {

background:#ffffff;
padding: 0px;
margin-left: 20%;
height:100%;
min-height:100%;
margin-right: 0px;
}

div#content { 
min-height:100%;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

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

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

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;

height:35px;
text-align: right; 
background:  url('images/footer.gif') repeat-x ;
}
 #footer h1 a{
 color:#FFFFFF; /* Here u can specify color for the Bar in the Bottom of the page where u see the "copyright" */
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }
 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
/*list-style-image: url("bullet.gif")*/


 padding: 10px;
 margin: 0px;
}

 .verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {
   display: block;
   font: bold 1em Verdana, Arial, Helvetica, sans-serif;
   color: #9A1212; /* Color for the Vertical Menu on the Left side below the Main headings */
   text-decoration: none;
   text-align:left;
   
   width: 100%;
   height: 25px;
   /*background: url('menuhover.gif') no-repeat;*/
 }

 .verticalmenu a:hover{
 /*  background: url('menuhover.gif') no-repeat;*/
   color: #dc4d1b;
 }
/*********************Vertical Menu Heading ***********************/
#heading {
	list-style:none;
/*list-style-image: url("bullet.gif")*/
   /* padding: 10px;*/
    margin: 0px;
   display: block;
   font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
   color: #9A1212; /* color for the Headings on left menus */
   text-decoration: none;
   text-align: bottom;
   line-height:25px;
   top:10%;
   background-color: #CCCCCC;
   width: 100%;
   height:25px;
   /*background: url('menuhover.gif') no-repeat;*/
} 
 
