@charset "utf-8";

/*------------------------------------------------
  filename:    style.css
  author:      Stefan Benicke
  copyright:   Stefan Benicke
  last update: 13.10.2009
------------------------------------------------*/

/*  global
---------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
body {
  padding: 15px;
  font: 9pt verdana, arial, sans;
  color: #000;
  background: #9ad142;
  text-align: center;
}
p, ul {
  padding: 0.5em 0;
}
li {
  margin-left: 2.5em;
  margin-bottom: 1em;
}
li ul {
  padding: 0;
}
li li {
  margin-top: 1em;
  margin-left: 4em;
}
h1 {
  padding: 0.5em 0;
  font-size: 18pt;
}
h2 {
  padding: 0.5em 0;
  font-size: 16pt;
}
h3 {
  padding: 0.5em 0;
  font-size: 13pt;
}
h4 {
  padding: 0.5em 0;
  font-size: 11pt;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 85%;
}
iframe {
  border: 1px solid #999;
}
abbr {
  cursor: help;
  border-bottom: 1px dotted #bbb;
}
a:active, a:focus { /* FF Rahmen um aktive Links entfernen */
  outline: none;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}
/*  effects
---------------------------------------------------*/
.foxiblob {
  position: absolute;
  z-index: 100;
  background: #000;
}
.foxitip {
  position: absolute;
  z-index: 100;
  padding: 5px;
  color: #000;
  background: #eda11e;
  border: 1px solid #999;
}
.foxitip_title {
  font-weight: bold;
  font-size: 90%;
}
.foxislide {
  position: absolute;
  z-index: 100;
  background: #777;
  padding: 5px;
}
.foxislide img {
  float: left;
}
.foxislide_loader {
  background: url(img/foxislide-loading.gif) center center no-repeat;
}
.foxislide_title {
  clear: left;
  padding: 5px;
  padding-bottom: 0;
  color: #fff;
  text-align: left;
}
#foxibox_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  background: #000;
}
#foxibox_loader {
  position: absolute;
  z-index: 103;
  width: 32px;
  height: 32px;
  background: url(img/foxislide-loading.gif) no-repeat;
}
#foxibox_container {
  position: absolute;
  z-index: 102;
  background: #fff;
}
#foxibox_details {
  position: absolute;
  z-index: 103;
  width: auto;
  height: auto;
  padding-top: 5px;
  font: 9pt 'trebuchet ms';
  color: #444;
}
#foxibox_title {
  width: auto;
  float: left;
  font-weight: bold;
}
#foxibox_nav {
  width: auto;
  float: right;
  overflow: hidden;
}
#foxibox_nav div {
  width: auto;
  float: right;
  margin-right: 8px;
  color: #888;
}
#foxibox_nav #prev {
  display: block;
  width: 20px;
  height: 16px;
  float: right;
  background: url(img/foxibox-arrows.gif) 0px 0px no-repeat;
}
#foxibox_nav #next {
  display: block;
  width: 20px;
  height: 16px;
  float: right;
  background: url(img/foxibox-arrows.gif) -20px 0px no-repeat;
}
#foxibox_details #scale {
  display: block;
  width: 20px;
  height: 16px;
  float: right;
  background: url(img/foxibox-arrows.gif) -60px 0px no-repeat;
}
#foxibox_details #close {
  display: block;
  width: 16px;
  height: 16px;
  float: right;
  background: url(img/foxibox-arrows.gif) -40px 0px no-repeat;
}
#foxibox_nav a#prev:hover {
  background-position: 0px -20px;
}
#foxibox_nav a#next:hover {
  background-position: -20px -20px;
}
#foxibox_details a#scale:hover {
  background-position: -60px -20px;
}
#foxibox_details a#close:hover {
  background-position: -40px -20px;
}
/*  header
---------------------------------------------------*/
#top {
  width: 900px;
  margin: 0 auto;
}
#titleLeft {
  width: 545px;
  height: 90px;
  float: left;
  background: #6e3616 url(img/marienkaefer.jpg) no-repeat;
}
#titleRight {
  width: 355px;
  height: 90px;
  float: left;
  background: #6e3616 url(img/corner-right.gif) no-repeat top right;
}
#titleRight h1 {
  font-size: 1em;
  color: #fff;
  padding: 3ex 15px 0 0;
  text-align: right;
}
#titleRight h2 {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  padding: 3ex 15px 0 0;
  text-align: right;
}
/*  main
---------------------------------------------------*/
#main {
  width: 900px;
  margin: 0 auto;
  background: #eda11e url(img/blatt.png) no-repeat bottom right;
  text-align: left;
}
/*  menu
---------------------------------------------------*/
#menu {
  width: 770px;
  height: 2.5em;
  background: #6ca80e;
}
#menu ul {
  padding: 0;
}
#menu li {
  float: left;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
#menu li.start {
  width: 80px;
}
#menu li.zeiten {
  width: 150px;
}
#menu li.angebote {
  width: 170px;
}
#menu li.team {
  width: 120px;
}
#menu li.praxis {
  width: 140px;
}
#menu li.kontakt {
  width: 110px;
}
#menu li a {
  display: block;
  line-height: 2.5em;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#menu li a:hover {
  text-decoration: underline;
}
/*  content
---------------------------------------------------*/
#content {
  width: 740px;
  padding: 5px 15px 15px 15px;
  background: #fff;
}
#content a {
  color: #6e3616;
}
#content a:hover {
  text-decoration: none;
}
#content img {
  border: 1px solid #999;
}
#content a:hover img {
  border: 1px solid #000;
}
#content img.right {
  margin: 0.5em 0 5px 5px;
  float: right;
}
#content h2.red {
  color: #f00;
}
#content #zeiten {
  float: left;
  width: auto;
  margin-top: 1.5em;
  margin-left: 6em;
  margin-bottom: 2em;
}
#content #zeiten table {
  border-collapse: collapse;
}
#content #zeiten td {
  padding: 0.5em 1em;
}
#content #zeiten .odd td {
  background: #eee;
}
#content .hint {
  color: #555;
  font-style: italic;
}
.content_box {
  padding: 0.5em;
  border-top: 1px solid #6ca80e;
}
.content_box.noBorder {
  border: none;
}
.content_box h4 {
  float: left;
}
.content_box .thumb {
  margin-left: 1em;
  float: right;
  text-decoration: none;
  text-align: center;
}
.content_box p {
  clear: left;
}
.content_box:hover {
  background: #ebf6d9;
}
/*  footer
---------------------------------------------------*/
#copyright {
  width: 770px;
  background: #eda11e url(img/corner-left.gif) no-repeat bottom left;
}
#copyright p {
  font-size: 8pt;
  padding: 1ex 15px;
  margin: 0;
}
#copyright a {
  color: #6e3616;
}
#copyright a:hover {
  text-decoration: none;
}
