/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Copyright (c) 2007, Schwarz & Schwarz 
  Werkstatt fuer Softwareentwicklung
  Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 20.04.2007
	Created By       : ts
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
 
* {
	padding: 0;
	margin: 0;
}

body {
	font: 13px/1.6em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	background-color: #323238;
	text-align: center;
	color: #bbb;
	min-width: 980px;
}

ul {
    list-style: none;
}


p {
	margin-bottom: 1em;
}

a {
    color: #fff;
}

a:hover {
    color: #fedc2b;
}

.right {
	float: right;
	padding-left: 20px;
}

.left {
	float: left;
	padding-right: 20px;
}

img.left {
	display: block;
}

#canvas {
    position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}


#content {
	padding-left: 70px;
	padding-right: 10px;
}

#contentheader {
    color: #eee;
}

#contentheader h1 {
    text-indent: -5000px;
}

#masthead {
    margin: auto;    
    width: 980px;
    height: 420px;
}

#masthead h1 { 
    text-indent: -5000px;
}

#footer {
    clear: both;
    font-size: 9px;
    color: #555;
	text-align: center;
    padding-top: 40px;	
}

#footer a {
    color: #777;
    text-decoration: none;
}

#navbar {
    position: absolute;
    top: 0px;
    left: 60px;
}

#footer #impressum {
	color: #aaa;	
}

#navbar li {
    float: left;
}

#navbar a {
    display: block;
    height: 37px;
    background-repeat: no-repeat;
}

#navbar a span {
    display: none;
}

#navklinik a {
    width: 69px;
    background-image: url(img/nav.klinik.gif);
}

#navklinik a:hover {
    background-image: url(img/nav.klinik.hover.gif);
}

#navsprechzeiten a {
    width: 135px;
    background-image: url(img/nav.sprechzeiten.gif);
}

#navsprechzeiten a:hover {
    background-image: url(img/nav.sprechzeiten.hover.gif);
}

#navteam a {
    width: 69px;
    background-image: url(img/nav.team.gif);
}

#navteam a:hover {
    background-image: url(img/nav.team.hover.gif);
}

#navleistungsangebot a {
    width: 181px;
    background-image: url(img/nav.leistungsangebot.gif);
}

#navleistungsangebot a:hover {
    background-image: url(img/nav.leistungsangebot.hover.gif);
}

#navaktuelles a {
    width: 107px;
    background-image: url(img/nav.aktuelles.gif);
}

#navaktuelles a:hover {
    background-image: url(img/nav.aktuelles.hover.gif);
}

#navkontakt a {
    width: 103px;
    background-image: url(img/nav.kontakt.gif);
}

#navkontakt a:hover {
    background-image: url(img/nav.kontakt.hover.gif);
}

#navlinks a {
    width: 78px;
    background-image: url(img/nav.links.gif);
}

#navlinks a:hover {
    background-image: url(img/nav.links.hover.gif);
}


#refmenu {
	padding-left: 100px;
}


#firspektrum {
    width: 454px;
    height: 50px;
		background: url(img/hdr.spektrum.gif) no-repeat left top;
		text-indent: -5000px;	
}

ul.leistunglist {
	float: left;
}

.leistunglist li {
	width: 220px;
	height: 40px;
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 10px;
}

#innere {
  background-image: url(img/ico.innere.gif);
}

#ortho {
  background-image: url(img/ico.ortho.gif);
}

#radio {
  background-image: url(img/ico.radio.gif);
}

#chirurgie {
  background-image: url(img/ico.chirurgie.gif);
}

#derma {
  background-image: url(img/ico.derma.gif);
}

#cardio {
  background-image: url(img/ico.cardio.gif);
}

#gyn {
  background-image: url(img/ico.gyn.gif);
}

#zahn {
  background-image: url(img/ico.zahn.gif);
}

#arthro {
  background-image: url(img/ico.arthro.gif);
}

#physio {
  background-image: url(img/ico.physio.gif);
}

#labor {
  background-image: url(img/ico.labor.gif);
}

#diaet {
  background-image: url(img/ico.diaet.gif);
}

#spec13 {
  background-image: url(img/spec.ico_31.gif);
}

#spec14 {
  background-image: url(img/spec.ico_32.gif);
}

#spec15 {
  background-image: url(img/spec.ico_33.gif);
}
