*{
	margin:0px; /*Hier bitte nichts verändern: Die Außenabstände ALLER HTML-Objekte werden auf Null gesetzt*/
}
body {
	background-color: #eeeeee;
	font-family: Verdana;
	font-size: 14px;
	color:#000000;
}
p{
	font-style:normal;
	}

h1 {
	font-size: 22px;
	color:#e44d26;
	margin:15px 0px 0px 0px;
}

h2 {
	font-size: 16px;
	color:#666666;
	margin:15px 0px 5px 0px;
}

ul {
  color: #e44d26;
  margin:15px 0px 0px 0px;
}


.nr_ueberschrift{
	margin:15px 0px 0px 0px;
	font-style:italic;
    }
	
#rahmen{
	width:800px;
	margin:0px auto 0px auto;/*zentriert*/
	padding:20px 20px 20px 20px;
	position:relative;/*Beziehung setzen*/
	top:50px;/*Verschiebung von oben*/
	background-color:#ffffff;
	background-image:URL("bilder/html5.png");
	background-position:center;
	background-repeat:no-repeat;
    }

