
/* *** 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: #e1ddd9;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
/*     color:#564b47; */
    padding:0px;
    margin:0px;
  }

a { text-decoration: none; }
a         { color: silver; }
a:visited { color: silver; }
a:hover   { color: #EBD3E0; }
a:active  { color: #EBD3E0; }


h1 {
    font-size: 11px;
    text-transform:uppercase;
    background-color: #E0A3B7;
    border-top:1px solid #564b47;
    border-bottom:1px solid #564b47;
    padding:5px 15px;
    margin:0px;
  }


h2 {
    font-size:15px;
    font-weight: bold;
    padding: 5px 10px;
    margin:0px;
    color: #20518b;
  }

h3 {
  font-size:10px;
  font-weight: bold;
  color: #689630;
}

img.download {
    vertical-align:middle;
  }

/* ----------container zentriert das layout-------------- */

#container {
    width: 980px;
  margin-top:5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
/*     background-color: #EBD3E0; */
  }

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

#banner {
    background-color: #e1ddd9;
    text-align: right;
    padding: 0px;
    margin: 0px;
  }


#banner img {
    padding:10px 0px;
  }

/* -----------------Inhalt--------------------- */

#content {
  background : url('../images/home_back_grey_kpl.jpg') no-repeat;
/*     background-color: #a9b1b4; */
    padding: 0px;
    margin: 0px;
    margin-left: 0px;
    margin-right: 300px;
  }


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

#content_box {
  position:relative;
  left:30px;
  top: 140px;
  padding:25px;
  background:white;
  border:1px solid black;
  width:580px;
  height:420px;
  line-height:140%;
}

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

/* --------------right navigavtion------------- */

#right {
  background : url('../images/home_side.jpg') no-repeat;
    padding : 0px;
    margin : 0px;
    float : right;
    width : 350px;
    min-height:768px;
    height:expression(this.scrollHeight > 768 ? "auto":"768px");
  }

#right ul {
  color :  #689630;
  font-size:  1.4em;
  font-weight:  bold;
  line-height:  220%;
  list-style-image:  none;
  list-style-type:  none;
  padding-left :  60px;
}

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

#footer {
    clear: both;
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #20518b;
    padding: 10px;
    font: bold 1.4em arial;
  }
