/* Stylesheet http://www.freundeskreis-klinikum-konstanz.de/
Copyright 2010, Freundeskreis */


/* ---------------- Grundsaetzliche Formatierungen */

body {
text-align: center;
margin: 0;
padding: 0;
}

#fl_end {
clear: both;
padding: 0;
margin: 0;
}

#koerper {
width: 850px;
margin-left: auto;
margin-right: auto;
font-family: verdana,arial,helvetica;
font-size: 9pt;
text-align: left;
color: black;
}

/* ---------------- Allgemeine Schriftformatierungen --- */

p {
margin: 0;
padding-left: 8px;
margin-bottom: 10px;
}

p, li {
line-height: 14pt;
}

li {
font-size: 10pt;
}

h1 {
color: firebrick;
font: normal 13pt verdana,arial,helvetica;
font-weight: bold;
padding-left: 8px;
padding-right: 17px;
margin-top: 0;
line-height: 22px;
border-bottom: 1px dotted Silver;
}

h2 {
color: dimgray;
font: normal 11pt verdana,arial,helvetica;
font-weight: bold;
line-height: 18pt;
padding-top: 10px;
padding-left: 8px;
padding-right: 17px;
}

h3 {
color: darkslateGray;
font: normal 9pt verdana,arial,helvetica;
font-weight: bold;
line-height: 16pt;
padding-left: 8px;
padding-right: 17px;
margin-top: 0;
}

a, a:hover {
font: normal 10pt verdana,arial,helvetica;
text-decoration: none;
color: firebrick;
}

a:hover {
text-decoration: underline;
}

/*------------------------------- Weitere Formatierungen LINKS und RECHTS */

#links {
float: left;
width: 185px;
height: 700px;
background: url(../btn/logo_li.png) no-repeat;
background-position: 0px 207px;
}

#rechts {
float: left;
width: 655px;
}

/* ---------------- Inhaltsebene :: KOPF */

#kopf {
width: 655px;
height: 30px;
text-align: right;
font-size: 8pt;
color: slategray;
padding: 10px 10px 0 0;
}

  #kopf a {
  font: normal 10pt verdana,arial,helvetica;
  text-decoration: none;
  color: firebrick;
  }

  #kopf a:hover {
  font: normal 10pt verdana,arial,helvetica;
  color: SlateGray;
  text-decoration: underline;
  }

  #kopf a:link.aktiv,
  #kopf a:visited.aktiv {
  font: normal 10pt verdana,arial,helvetica;
  font-weight: bold;
  color: SlateGray;
  text-decoration: none;
  }

/* ------------------------------------------ Inhaltsebene :: BILDER */

#bilder {
width: 655px;
height: 220px;
}

/* -------------------------------------------- Inhaltsebene :: MITTE */

#mitte {
width: 655px;
height: 80px;
background: url(../btn/logo_re.gif) top left no-repeat;
}

/* -------------------------------------------- Inhaltsebene :: INHALT */

#inhalt {
width: 655px;
padding: 0;
margin-bottom: 25px;
float: left;
}

  #inhalt_li,
  #inhalt_re {
  width: 233px;
  float: left;
  }


  #inhalt_ges {
  width: 466px;
  float: left;
  }

  #inhalt_li img,
  #inhalt_re img,
  #inhalt_ges img {
  padding-left: 8px;
  }

/* ------------------------------ Weitere Gestaltungselemente :: BOX */

div.box {
font-size: 9pt;
line-height: 14pt;
border: 1px solid lightgrey;
background: url(../btn/bg_box.gif) top left repeat-x;
margin: 5px;
padding: 5px 5px;
}

/* ------------------------- Weitere Gestaltungselemente :: BILDBOX */

div.bildbox {
width: 435px;
height: 170px;
border-top: 1px solid lightgrey;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
border-bottom: 0;
padding-top: 10px;
padding-left: 10px;
}

div.bildboxlast {
width: 435px;
height: 170px;
border-top: 1px solid lightgrey;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
border-bottom: 1px solid lightgrey;;
padding-top: 10px;
padding-left: 10px;
}

  div.bildbox #foto,
  div.bildboxlast #foto {
  float: left;
  width: 130px;
  height: 160px;
  padding: 0;
  margin: 0;
  }

  div.bildbox #text,
  div.bildboxlast #text {
  float: left;
  width: 240px;
  height: 160px;
  font-size: 8pt;
  line-height: 12pt;
  text-align: left;
  padding-left: 40px;
  color: dimgray;
  }

    div.bildbox #text p,
    div.bildboxlast #text p {
    }

    div.bildbox #text h3,
    div.bildboxlast #text h3 {
    font-size: 8pt;
    font-weight: bold;
    }

    div.bildbox #text a,
    div.bildboxlast #text a {
    font-size: 8pt;
    }

/* -------------------------------------- Inhaltsebene :: MENUE */

#menue {
width: 189px;
height: 200px;
float: left;
padding: 0;
margin: 0;
}

  #menue a:link,
  #menue a:visited {
  display: block;
  width: 165px;
  text-indent: 9px;
  color: dimgray;
  font: bold 10pt verdana,arial,helvetica;
  text-decoration: none;
  padding: 6px 0px 6px 0px;
  background: whitesmoke url(../btn/bg_nav.png) top left repeat-x;
  }

  #menue a:hover {
  color: black;
  text-decoration: none;
  background: whitesmoke url(../btn/bg_nav_hover.png) top left repeat-x;
  }

  #menue a:link.aktiv,
  #menue a:visited.aktiv {
  color: white;
  text-decoration: none;
  background: gray url(../btn/bg_nav_aktiv.png) top left repeat-x;
  }

/*------------------------------------ Fussleiste ----*/

#fuss {
width: 655px;
height: 110px;
margin: 0;
border-top: 1px solid lightgrey;
background: transparent url(../btn/bg_fuss.bmp) top left repeat-x;
text-align: center;
font-size: 7pt;
color: Gray;
padding-top: 15px;
margin-top: 30px;
text-align: center;
}

  #fuss a {
  font-size: 7pt;
  color: firebrick;
  text-decoration: none;
  }

  #fuss a:hover {
  font-size: 7pt;
  color: SlateGray;
  text-decoration: underline;
  }