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

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

Stylesheets für webdesign-passau.com
Datei:  druck.css
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;
}
img  {
     display:none;
}
.skiplink  { display:none; }
h1  {
        font-size:15pt;
        padding-bottom: 12pt;
}
h2,
h3,
h4,
h5  {
        font-size:13pt;
        padding-top:12pt;
}


/*==================
   2. Hyperlinks   
   ==================*/
a:link  {
	color:#000;
	background-color:#fff;
}
   
/*=========================
   3. Layoutbereich  
   =========================*/
#navi  {
    display:none;
}
.nachoben  {
    display:none;
}
hr  {
    display:none;
}
#fussnavi  {
      display:none;
}
#textbereich a[href^="http://"]:after  {
    content:" [Zugriff unter: "attr(href)"] ";
    font-style:italic;
}
#textbereich h4 a[href^="http://"]:after  {
    content:" [Zugriff unter: "attr(href)"] ";
    font-style:italic;
}

#textbereich li  {
        list-style-type:disc;
        list-style-position:inside;
        text-indent:12pt;
}
#fuss  {
  padding-top:12pt;
}
#bedienungshilfe #textbereich dt  {
        font-weight:bold;
        padding-top:6pt;
}


















