/*  Reset Syle sheets */
html, body, div, span, p, blockquote, img, fieldset, form, label, article, aside, footer, header, 
h1, h2, h3, h4, h5, h6, nav, section, a, li, ul, ol
	{margin: 0;
	 padding: 0;
	 border: 0;
	 outline: 0;
	 font-size: 100%;
	 vertical-align: baseline;
	 background: transparent;
	 
	 }
	 
nav ul, ul  {list-style: none;}
a {text-decoration: none;
	color: black;}
article, aside, footer, header, hgroup, menu, nav, section, details, figcaption, figure {
		display: block;
}
/***********************************************************************************************/
body {
	background-color: #FFDA2F;
	margin: 1% 3% 1%;
	font-size: 1.2em;
	font-family: curier, serif; 
}
/***************    Kontaktseite  *************/
h3 {
	margin-top: 20px;
	text-align: left;	
}
/*********  Impressum    **************************/
#adresse li {
	font-size: 1.2em;
}
.farbe:hover {
	color: #f5d000;
}