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

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

Stylesheets für www.physiotherapie-berns.de
Datei:  druck.css
Datum:  
Erstellt von: KSwebdesign
Aufbau:1. Browserformatierung auf null setzen
           2. Allgemeine Selektoren
           3. Hyperlinks
           4. Layoutbereich
==============================================================*/

/*=============================
   1. Browserformatierung auf null setzen
   =============================*/

 *  {
	padding:0;
	margin:0;
}
  
/*===================
   2. Allgemeine Selektoren
   ===================*/
 
 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:15pt;
	padding-bottom:10pt;
}
h2  {
	font-size:13pt;
	padding-top:15pt;
	/*padding-bottom:12px;*/
} 
h3  {
	font-size:13pt;
	padding-top:15pt;
	/*padding-bottom:4px;*/
}
h4  {
	font-size:13pt;
	padding-top:15pt;
}
h5  {
    font-size:12pt;
	padding-top:15pt;
}
dt  { 
     font-weight:bold;
	 padding-top:12pt;
}
.skiplink  { display:none; }

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

/*========================
   4. Layoutbereich
   ========================*/
   
#kopf img,
#fuss img,
#startseite img,
#team img  {
    display:none;
}
#kopf ul,
#fuss ul  {
    display:none;
}
#rechts  {
    display:none;
}
hr  {
    display:none;
}
.bilderquelle {
    display:none;
}
#anfahrt #links img  {
    page-break-after:always;
}
.nachoben  {
    display:none;
}
#fuss  {
    font-weight:bold;
	margin-top:1.5em;
}



















