

/*
body {margin: 20px;
	font-family: Verdana ;
	
	

}
#kopf{
	background-color: papayawhip;
	height: 150px;
	text-decoration: none;
	text-align: center;
	font-size: 200%; 
	width:100%;


		
}

#kopf h3
{
	font-weight: bold;
	margin-top: 0px;
}

#kopf a
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-decoration: none;
	color: cornflowerblue;
	align-content: center;
}



#navi {
	text-align: center;
	
	display: inline-block;
	float: left;
	font-weight: bold;
	width: 100%;
	padding-bottom: 20 px;
	margin-bottom: 20 px;
	background-color:#F00609;
	
	
}
		


#main h1
{
	text-align: center;
	font-weight: bold;
	color:#DD0000;
	text-indent: 4em;
	
}

#footer
{
	text-align: center;
	font-weight:bold;
    bottom: 0;
	position: relative;
    width: 100%;
	
	height: 80px;
	background-color: lightgreen;
	}
	
#impradr
{
	float: left;
	text-align: left;
	background-color: lightgreen;
		 bottom: 0;
	position: absolute;
	}
	
	*/