/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom styles */
body {
  background: #fff url(../img/bg-footer.png) repeat;
  font-family: Arial, Helvetica, sans-serif;
  color: #5d6ba3;
  line-height: 1em;
}
a {
  color: #b7b7db;
  text-decoration: none;
}
a:hover {
  color: #5d6ba3;
}
.page {
  margin-left: auto;
  margin-right: auto;
  width: 990px;
  background: #fff url("../img/bg-header.png") repeat-x;
}
.page-wrap {
  width: 100%;
  background: #fff url("../img/bg-header.png") repeat-x;
}
.header {
  width: 100%;
}
.menu {
  width: 938px;
  padding: 10px 0px 38px 52px;
  font-size: 0.95em;
}
.menu li {
  display: inline;
  padding-right: 40px;
  line-height: 0.8em;
}
.menu li.last {
	padding-right: 0px;
}
.menu li.selected a {
  font-weight: bold;
  color: #5d6ba3;
}
.content {
  width: 940px;
  padding: 0px 26px 0px 24px;
}
.content-left {
  float: left;
  width: 584px;
}
.content-left h1 {
  padding-top: 53px; /* height of the replacement image */
  padding-left: 30px;
  height: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 30px 30px;
  /*padding: 30px 14px 36px 30px;*/
}
.content-left p, .content-left li {
  font-size: 0.95em;
  line-height: 1.34em;
  padding-bottom: 1.34em;
}
.content-left li li {
  font-size: 1em;
  padding-left: 20px;
}
.content-left .text {
  width: 540px;
  /*min-height: 236px;*/
  padding: 30px 14px 0px 30px;
  color: #272a6e;
}
.content-left .text a {
  color: #5d6ba3;
}
.content-left .text a:hover {
  color: #272a6e;
}
.content-left .text-praxisraeume {
  min-height: 136px;
}
.gallery {
	padding: 0px 0px 0px 30px;
  width: 550px;
}
.gallery .image, .gallery-team .image {
  float: left;
  padding: 0px 5px 5px 0px;
  line-height:0;
  cursor: pointer;
}
.content-right {
  float: left;
  width: 340px;
}
.text-right {
  text-align: center;
	width: 340px;
  min-height:153px;
  padding: 40px 0px 6px 0px;
}
.content-right h2.sprechzeiten {
  padding-top: 22px;
  height: 0px !important; /* for most browsers */
  height /**/:22px; /* for IE5.5's bad box model */
  overflow: hidden;
  background: transparent url("../img/sprechzeiten.png") no-repeat;
  background-position: center 0px; 
}
.content-right h2.termine {
  padding-top: 19px;
  height: 0px !important; /* for most browsers */
  height /**/:19px; /* for IE5.5's bad box model */
  overflow: hidden;
  background: transparent url("../img/termine.png") no-repeat;
  background-position: center 0px; 
}
.image-right {
  width: 340px;
  height: 300px;
  background: transparent url(../img/loading.gif) no-repeat;
  background-position: center;
}
.text-right p {
  color: #5d6ba3;
  padding: 10px 0px 5px 0px;
  font-size: 0.95em;
  line-height: 1.30em;
}
.push {
  clear: both;
  height: 0px;  
}
.footer {
  width:100%;
  height:36px;
  background: #eaeae3 url(../img/bg-footer.png) repeat;
}
.invisible {
  display: none;
}

