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

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

Stylesheets für www.rockfellaz.de
Datei:  druck.css
Datum: 30.9.2008 
Erstellt von: KS Webdesign
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
   ========================*/
img  {
    display:none;
}   
#kopf ul,
#fuss ul  {
    display:none;
}
#links  {
    display:none;
}
.bilderquelle {
    display:none;
}
#fuss  {
    margin-top:15pt;
}


