@charset "utf-8";

/* ------------------------------------------------------- */
/* ------------ Basics ----------------------------------- */
/* ------------------------------------------------------- */

* { background: #fff; color: #000;}
html { font: 100%/1.5 Arial, Helvetica, sans-serif; } /*--- Schriftart ggf. ändern ---*/
#head {display:none;}
/* ------------------------------------------------------- */
/* ------------ Ausgeblendete Elemente ------------------- */
/* ------------------------------------------------------- */

#navi1, #navi2, #reifenshop, #zertifikate, #footer { display: none; } /*--- Bsp.: Navigation, Sidebars, Footer... ---*/

/* ------------------------------------------------------- */
/* --------------------- Feintunging --------------------- */
/* ------------------------------------------------------- */

#adresse {
	height:auto;
	background:none;
	font-size:1em;
	line-height:1.4em;}
	
	#adresse ul {list-style-type:none; padding:0;}
	
	#adresse li, #adresse dl, #adresse dd {padding: 0;}
	
	#adresse li.kfz-hermanns {
		text-indent:inherit;
		background:none;
		height:auto;
		font-weight:bold;}
		
	#adresse dt {float:none; width:auto;}
