/* *** 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: 11px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
/*   color:#564b47; */
  padding:0px;
  margin:0px;
}

a { text-decoration: none; }
a         { color: #717368; }
a:visited { color: #717368; }
a:hover   { color: #256fa4; }
a:active  { color: #717368; }

/*
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}
*/
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:20px;
  font-weight: normal;
  padding: 5px 10px;
  margin:0px;
}

img.download {vertical-align:middle;}

#wrapper {
  background-color:#256fa4;
  background: url('../images/side-left.png') repeat-y;
}

#side {
  position:absolute;
  margin-top:18px;
  background:url('../images/fiedler-menue.png') no-repeat;
  width:65px;
  height:550px
}

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

/* ----------banner for logo-------------- */
#banner {
  text-align: right;
  padding: 0px;
  margin: 0px;
  padding-top:10px;
  padding-bottom: 5px;
}
/* #banner img { padding:10px 0px; } */

/* -----------------Inhalt--------------------- */
#content {
  background-color: #256fa4;
  padding: 0px;
  margin-left: 327px;
  margin-right: 0px;
}

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

#content_box {

  padding: 20px 40px 10px 20px;
  color: white;
}

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

/* --------------left navigavtion------------- */
#left {
/*   background: url('../images/side-left.png') repeat; */
  float: left;
  width: 327px;
/*   min-height:600px; */
  margin: 0px;
  padding: 0px;
}

#left ul {
  color:  blue;
  font-size:  1.2em;
  font-weight:  bold;
  line-height:  220%;
  list-style-image:  none;
  list-style-type:  none;
  padding-left :  200px;
}

#left ul li a #active{
  color: #256fa4;
  background: url('../images/marker.png') no-repeat;
}

/* -----------footer--------------------------- */
#footer {
  clear: both;
  padding: 0px;
  padding-top:5px;
  padding-bottom:10px;
  text-align: right;
}

