body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	background-color: #fff;
    }
		
#inhalt
 {
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 120%;
	width: 700px;
    } 

#inhalt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
    }
	
#inhalt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
    }
	
#inhalt p {
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 130%;
    }
	
#inhalt li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 130%;
    }
	
#inhalt ul {
	list-style-image: none;
	list-style-type: disc;
	padding-left: 25px;
    }
	
#inhalt  a {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.drucker {
    display:none;
    padding:0px;
    margin:0px;
    }
	
	/*Bildunterschrift Nummerierung */


.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

h8 {
	position: absolute;
	top: 10px;
	left: 0;

}
h8 span { 
	font-size: 35px;
	font-weight: bolder;
	color: #FE0;
   padding: 10px; 
}
