/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
 background: #ffffff url('body.jpg') top left;
font-size: 12px;
font-family: 'Roboto', sans-serif;
    font-weight: 100;
color:#000;
padding:0px;
margin:0px;
}
a { white-space: nowrap; }
a {color: #5d2d14;}
a:visited {color:#000;}
a:hover {color: #000000;}
a:active { color:#00b41c;}









h1 {
font-size: 13px;
    font-weight: 400;

/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
font-size:22px;
font-weight: lighter;
padding: 5px 10px;
margin:10px;}


img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 1000px;

margin-left: auto;
margin-right: auto;
height:100%;
background: #ffffff url('../images/menubottom.jpg') no-repeat bottom left;
border:10px solid #fff;
}

/* ----------banner for logo-------------- */
#banner {
height:114px;
text-align: center;
background:  url('../images/header.jpg') no-repeat bottom center;
background-color: #ffffff;

padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 
#banner a:link a:visited a:hover {
    padding:10px 0px;
    text-align: center;
    color: #ff0053;
} 

#bannertitle{padding-top:50px;padding-left:25px; font-size:2em;font-weight:100;}

/* -----------------content--------------------- */
#content {

background:#ffffff  url('../images/content.jpg') repeat-y top right;
padding: 0px;
margin-left: 250px;
margin-right: 0px;
}

#content1 {

background:#ffffff url('../images/content.jpg') repeat-y top right;;
padding: 0px;
margin-left: 250px;
margin-right: 0px;
}


div#content { 
min-height:"auto";
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

div#content1 { 
min-height:"auto";
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 0px;
margin: 0px;
padding: 0px;
background:#f7f7f7;
 height:90%;
}

/* -----------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;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }

 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
/*list-style-image: url("bullet.gif")*/


 padding: 0px;
 margin: 0px;
}

 .verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {
   display: block;
   font: 'Roboto', sans-serif;
   color: #7f807f;
   text-decoration: none;
   text-align: left;
     

   width: 250px;
   height: 25px;
     
     
     
   /*background: url('menuhover.gif') no-repeat;*/
 }

 .verticalmenu a:hover{
   background: url('../images/menuhover.gif') no-repeat;
   color: rgba(1, 77, 24, 0.44);
 }

 .verticalmenu a:active{
   background: url('../images/menuhover.gif') no-repeat;
   color: rgba(1, 41, 13, 0.68);
 }






