/*                                                                        */
/*  ++++++++++++++++++++ blechtrottel brodaktschns +++++++++++++++++++++  */
/*       ___________                                                      */
/*      |.---------.|   |   |        |  _|__      _|_|__  |               */
/*      || (.) (.) ||   |__ |   _  _ |__ |    _  _ | |  _ |               */
/*      ||  .___.  ||   |  ||  |-´|  |  ||  |/  / \| | |-´|               */
/*      ||_________||   |__||__|_/|_/|  ||_ |   \_/|_|_|_/|_/             */
/*      `---.---.---´       |            |      _|__     |                */
/*      .---'---'---.       |__   _  _  _| _ |   |  _  _ |__  _  _        */
/*      | ° ° [] == |       |  ||/  / \| | _||_/ | |_ |  |  || ||_        */
/*      `-----------´       |__||   \_/|_||_|| \ |_ _||_/|  || | _|       */
/*                                                      web design        */
/*                                                                        */
/*     praxisxellschaft.css                                               */
/*     c) 2008-09 by blechtrottel brodaktschns, written by mist           */
/*                                                                        */
/*     this css file saved from / diese css-datei stammt von:             */
/*     http://praxisxellschaft.at                                         */
/*                                                                        */
/*  +++++++++++++++++++++ http://blechtrottel.net ++++++++++++++++++++++  */

/*
blau                #0000ff
beige               #f4f6df
braun               #8f5444
*/

/* Allgemein */

html, body {
  position: relative; /* FIR in Moz und Co. */
  margin: 0; padding: 0;
  background-color: #8f5444;
  color: #000;
  font: 1em/1.3em 'Arial', sans-serif;
}

h1, h2, h3 { font-weight: 300; font-family: 'Arial', sans-serif; }
h1 { color: #8f5444; font-size: 2em; line-height: 1.5; margin: 20px 0 0.75em; }
h2 { font-size: 1.3em; margin: 1.2em 0 0.75em; }
h3 { font-size: 1.1em; margin: 1em 0 0.9em; }

p { margin: 0 0 1em; }

a { text-decoration: none; }
a:link { color: #800; }
a:visited { color: #666; }
a:active { color: #800; }

table {
  margin: 0.3em 0;
  padding: 0;
}

td { vertical-align: top; }
td.rechts { text-align: right; }

img { border: none; }


/* Seite */

div.seite {
  width: 870px;
  overflow: auto;        /* Container auf Float-Größe */
  margin: 20px auto;
  background-color: #f4f6df;
  border-right: solid 18px #0000ff;
}


/* Text */

div.text {
  float: right;
  padding: 2em 1em 3em 25px;
  margin: 0 6px 0 0;
  background: url(bilder/x.gif) fixed no-repeat center 240px;
  width: 600px;
  min-height: 50em;
  border-right: solid 6px #0000ff;
}


/* Seitenkopf */

#logo {
  float: right;
  margin: 0 10px 0 0;
  width: 242px; height: 100px;
}

#kopf {
  width: 820px; height: 115px;
  font: Arial 10px/120%;
  color: #8f5444;
  padding: 10px 0 0 10px;
  border-bottom: 2px solid #ddd;
  margin-left: -225px;
}

#kopf p:firstline { font: bold 12px/120%; }

.therapien {
	position: relative; top: -8px;
	padding: 0 10px;
  border-right: solid 2px #8f5444;
}

#erste { padding-left: 0; }

#letzte {
	position: relative;
  top: -12px;
  margin-left: 10px;
}


/* Navi, Subnavi, bt */

div.navi, div.subnavi {
  width: 180px;
  padding: 0;
  margin: 20px 0 0 20px;
  border: solid 2px;
  border-color: #8f5444 #8f5444 #f4f6df #f4f6df;
}

div.navi { margin-top: 270px; }

div.navi ul, div.subnavi ul {
  list-style-type: none;
  padding: 0 0 0 0.75em;
  text-align: left;
  margin: 0.75em 0 1em 0;
}

div.navi li, div.subnavi li {
  color: #000;
  padding: 0.1em 0.75em;
  margin-bottom: 0.2em;
}

div.navi li a, div.subnavi li a {
	display: block; width: 150px;
  padding: 1px 0 1px 2px;
}

div.navi li a:link, div.subnavi li a:link { color: #00f; }
div.navi li a:visited, div.subnavi li a:visited { color: #8f5444; }
div.navi li a:hover, div.subnavi li a:hover {
  color: #f4f6df;
  background-color: #8f5444;
  padding-left: 4px;
  margin-left: -2px;
}
div.navi li a:active, div.subnavi li a:active { color: #8f5444; }

div.navi li img, div.subnavi li img {
  position: relative; top: 8px; left: 0;
  width: 13px; height: 20px;
  margin-left: -17px;
}

#bt { margin: 20px 0 0 45px; }