	body {
		background-color: #666;
		margin:0px;
		color: #fff;
		font-family: Arial, Verdana, sans-serif;
		font-size: larger;
		font-weight: normal;
		text-align: justify;
	}
	h1 {
		font-weight: 400;
		font-size: 2.2em;
		color: #fcc;
		margin-top:0;
		margin-bottom:0;
	}
	#Links h1 {
		margin-top: 20px;
	}
	h2 {
		font-weight: 300;
		font-size: 1.4em;
		text-transform: uppercase;
		color: #fff;
	}
	a:link {
		color: #ff0;
	}
	a:visited {
		color: #ccc;
	}
	a:hover {
		color: #f60;
	}
	a:active {
		color: #f60;
	}
	a.titel {
		text-transform: uppercase;
		text-decoration: none;
	}
	a.titel:link {
		color: #fff;
	}
	a.titel:visited {
		color: #fff;
	}
	a.titel:hover {
		background-color: silver;
		color: #fff;
	}
	#Links ul {
		margin-left:0;
		padding-left:0;
	}
	#Links ul, #Links li {
		display:inline;
	}
	#Titel li {
		text-transform:uppercase;
		margin-bottom:20px;
	}
	li {
		text-decoration:none;
		list-style-type:none;
	}
	img {
		border:none;
		margin-top: 40px;
		margin-bottom: 50px;
	}
	#Titel {
		position: absolute;
		left: 51%;
		top:0;
		width:48%;
		text-align: right;
	}
	#Links {
		position: absolute;
		left:0.5%;
		top:0px;
		width:50%;
		line-height:120%;
	}
