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

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

Stylesheets für pedaloradtours.de
Datei:  druck.css
Erstellt von: KS Webdesign  http://webdesign-passau.com
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,
h2,
h3,
h4,
h5,
h6  {
        font-size:14pt;
        margin-top:12pt;
}
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,
#tourennavi  {
        display:none;
}
#inhalt  {
    margin-bottom:24pt;
}
dl {
        margin:12pt 0;
}
#beschreibungskasten  {
        margin:12pt 0;
}














