/** 
 * typography.css
 * imports all required css-files.
 * 
 * author:  maik mettenheimer
 * version: 2008-05-16
 */

/* general
------------------------------------------------------------------------------*/

body {
  color: rgb(55,67,115);
  background-color: rgb(245,245,214);
  line-height: 130%;
}

html, body, table {
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

/* headlines
------------------------------------------------------------------------------*/

/* logo */
h1 {
  position: absolute;
  width: 200px;
  height: 194px;
  top: 30px;
  left: 15px;
  background: url(../images/gemeinschaftspraxis_hoppe_schmidt.gif) no-repeat;
}

h1 a {
  display: block;
  width: 200px;
  height: 194px;
  text-indent: -1000em;
  background: url(../images/gemeinschaftspraxis_hoppe_schmidt.gif) no-repeat;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0;
}

#content h2 {
  font-size: 13px;
  margin: 0 0 0.5em 0;
}

#content h2 span {
  font-weight: normal;
  font-size: 11px;
}

.home #content h2 {
  display: block;
  text-indent: -1000em;
  width: 450px;
  height: 94px;
  background: url(../images/figuren_gross.gif) no-repeat top center;
  padding: 0;
  margin: 0 0 40px 0;
}

h3 {
  margin: 1.9em 0 0.5em 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

.unsere-leistungen h3 {
   margin: 1.7em 0 0.5em 0; 
}

.impressum h3 {
  margin: 1.4em 0 0.1em 0;  
}

/* anker
------------------------------------------------------------------------------*/

a:link, a:visited {
  color: rgb(55,67,115);
}

a:hover, a:active {
  color: rgb(224,156,24);
}

/* paragraphes, address
------------------------------------------------------------------------------*/

p {
  padding: 0;
  margin: 0 0 0.5em 0;
}

address {
  margin: 0;
  font-style: normal;
}

/* branding
------------------------------------------------------------------------------*/

#branding p {
  font-size: 16px;
  margin: 0 0 0.5em 0;
}
#branding p span {
  font-size: 10px;
  color: rgb(204,204,51);
  line-height: 80%;
}

#branding #address p {
  font-size: 12px;
}

/* table
------------------------------------------------------------------------------*/

table {
  border: 0 none;
}

td {
  vertical-align: top;
}

.im-notfall #content table {
  border: 0 none;
}

.im-notfall #content td {
  vertical-align: bottom;
  padding: 7px 30px 7px 0;
}

/* lists
------------------------------------------------------------------------------*/

#content ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}

#content ul.first {
  margin-top: 1.5em;
}

#content li {
  margin: 0;
  padding: 0 0 0 12px;
  background: url(../images/bullet.gif) no-repeat 0px 5px;
}

#content li.even {
  padding: 0 0 0 14px;
  background: url(../images/bullet_even.gif) no-repeat 0px 4px;
}

#content li.odd {
  padding: 0 0 0 14px;
  background: url(../images/bullet_odd.gif) no-repeat 0px 4px;
}

/* photos team */

.mitarbeiterinnen #content {
  margin: 0;
}

.mitarbeiterinnen #content ul {
  list-style-type: none;
  width: 470px;
  padding: 0;
  float: left;
}

.mitarbeiterinnen #content ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 146px;
  width: 190px;
  height: 15.1em;
  list-style-type: none;
  background-image: none;
}

.mitarbeiterinnen #content ul li.wide {
  width: 200px;
}

.mitarbeiterinnen #content ul li img {
  border: 4px solid rgb(133,173,214);
  width: 70px;
  height: 70px;
}

.mitarbeiterinnen #content ul li.one-line {
  height: 11.6em;
}

.mitarbeiterinnen #content ul li.two-line {
  height: 14.1em;
}

div.placeholder {
  border: 4px solid rgb(133,173,214);
  width: 70px;
  height: 70px;
}

div.placeholder span {
	padding: 5px;
	display: block;
	font-size: 70%;
}

/* specials
------------------------------------------------------------------------------*/

#content .welcome {
  font-size: 17px !important;
  font-size: 16px;
  line-height: 150%;
  width: 21.5em;
  margin: 0 auto;
}

img.portrait {
  float: right;
  border: 4px solid rgb(133,173,214);
  margin: 0 0 1em 1em;
}

br.clearfix {
  float: none;
  clear: both;
}

