/* CSS für index.html*/
body {
	background-color: #353535;
	color: white;
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	margin: 0px;
}
#wel1 {
	text-align: left;
	font-style: normal;
	width: 50%;
}
#wel2 {
	text-align: right;
	font-style: normal;
	width: 50%;
}
h1 {font-size: 50px;}
h2 {font-size: 45px;}

a {text-decoration: none;font-size: 30px;}
a:link {color: orange;}
a:visited {color: orange;}
a:hover, a:focus {text-decoration: underline;}
a:active