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

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

Stylesheets für www.jungwirth-beicken.de
Datei:  druck.css
Datum:  09.02.2009
Erstellt von: KS Webdesign
Aufbau: 1. Allgemeine Selektoren
             2.Allgemeine 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;
}
h3,
h4,
h5  {
    margin-top:20pt;
}
img  {
     display:none;
}
.skiplink  { display:none; }

/*==================
   2. Hyperlinks allgemein   
   ==================*/
a:link  {
	color:#000;
	background-color:#fff;
}
   
/*=========================
   3. Layoutbereich   
   =========================*/
#kopf h2  {
    margin-bottom:20pt;
}
#navigation  {
    display:none;
}
#fuss  {
    margin-top:20pt;
}
#jungwirth #contentinnen_rechts ul,
#beicken #contentinnen_rechts ul  {
    margin-bottom:12pt;
}
#impressum dd  {
    margin-bottom:12pt;
}
.nachoben  {
    display:none;
}
hr  {
    display:none;
}
.auswaerts a[href]:after  {
    content:" [Adresse: "attr(href)"] ";
}    


























