@charset "utf-8";
/* CSS Document */

/*============================================================

Stylesheets für www.praxis-berns-essen.de
Datei:  druck.css
Datum:  20.12..2008
Erstellt von: KS Webdesign
Aufbau: 1. Allgemeine Selektoren
             2. Hyperlinks
             3. Layoutbereich
==============================================================*/
/*===================
   1. Allgemeine Selektoren
   ===================*/
 *  {
	padding:0;
	margin:0;
}
html  {
	height:100%;
}
body  {
	color:#000000;
	background-color:#ffffff;
	text-align:left;
	font:12pt georgia,'courier new',serif;
	line-height:1.5;
}
h1  {
        font-size:12pt;
        padding-bottom: 12pt;
}
h2,
h3,
h4,
h5  {
        font-size:12pt;
        margin-top:12pt;
}
li  {
        list-style-type:disc;
        list-style-position:inside;
}
p  {
        margin-bottom:6pt;
}
img  {
     display:none;
}
.skiplink  { display:none; }


/*==================
   2. Hyperlinks   
   ==================*/
a:link  {
	color:#000;
	background-color:#fff;
}
   
/*=========================
   3. Layoutbereich  
   =========================*/

.nachoben  {
    display:none;
}
hr  {
    display:none;
}
#topnavi  {
        display:none;
}

#navigation  {
      display:none;
}
#sprechstunde  {
        margin-bottom:12pt;
}

#fuss  {
        margin-top:12pt;
}
#anfahrt h1,
#anfahrt #sidebar #sprechstunde  {
        display:none;
}
#anfahrt #inhalt img  {
        display:inline;
}
.bilderquelle  {
        display:none;
}
#leistungen #inhalt dl  {
        margin-bottom:6pt;
}
#team #inhalt dl  {
        margin-bottom:8pt;
}












