*				{padding: 0px; margin: 0px; text-decoration: none; color: black; font: 1em Arial, Helvetica, sans-serif; text-align: center;}
body			{background-image: url("Hintergrund.png"); background-repeat: no-repeat; background-color: #161617; background-size: auto; background-attachment: fixed; background-position: center; width: 100%; height: 100%;}
header			{background-image: url("Logo_neutral.png"); background-repeat: no-repeat; background-color: none; background-size: auto; background-position: top; background-position: center; width: 100%; height: 241px; margin-bottom: 20px;}
div.inhalt		{background-color: rgba(255, 255, 255, 0.7); color: black; position: relativ; transform: translate(71%); width: 40%; padding: 15px; border: 1px solid darkblue; margin-bottom: 10px; font-size: 1.2em;}

footer			{background-color: #161617; padding: 0.5em; border-top: 0.5px solid darkgrey; text-align: center; position: fixed; bottom: 0; width: 100%;}
footer a		{font-weight: bold; color: #C5C5C5;}
footer a:hover	{font-weight: bold; color: #739099;}
		
h1				{font-size: 1.5em; font-weight: bold; color: black; margin-bottom: 10px;}
h2				{font-size: 1.2em; padding-left: 0.1em; margin: 0.75em 0em 0.75em 0em; font-weight: bold;}
h3				{padding-left: 0.1em; font-size: 1.2em; font-weight: bold;}

ul				{list-style-type: square; list-style-position: inside;}
ol				{list-style-position: inside;}

#center			{text-align: left; float: left; color: #C5C5C5;}
#right			{text-align: right; margin-right: 1.2em; color: #C5C5C5;}	

@media only screen and (max-width: 410px)
	{
	body			{background-image: url("Hintergrund_mobil.png"); background-repeat: no-repeat; background-color: #161617; background-size: auto; background-attachment: fixed; background-position: center; width: 100%; height: 100%;}
	header			{background-image: url("Logo_neutral.png"); background-repeat: no-repeat; background-color: none; background-size: 390px; background-position: top; background-position: center; width: 100%; height: 125px; margin-bottom: 20px;}
	div.inhalt		{background-color: rgba(255, 255, 255, 0.7); color: black; position: relativ; transform: translate(4%); width: 85%; padding: 15px; border: 1px solid darkblue; margin-bottom: 10px; font-size: 1.2em;}
	#center			{text-align: center; float: none; color: #C5C5C5; margin-bottom: 10px;}
	#right			{text-align: center; float: none; color: #C5C5C5;}	
	}
	

	
	

	