<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<link rel="alternate" type="application/rss+xml" title="FANtasy-Rotation Presseschau als RSS-Feed" href="http://feeds.feedburner.com/FantasyRotation" />
		<title>FANtasy-Rotation sagt Danke!</title>
		<style>
			/*
				[ Color Set]
				- Dark blue			#043480
				- OLD Light blue	#A9BFDF
				- Light blue		#BACDEB
				- Light orange		#FFDF87
				- Light Grey		#D4D4D4
				- Dark Grey			#AFAFAF
				- Even Darker Grey	#575757
			*/

			body {
				background-color:		#043480;
				background-image:		url("bigLogo.jpg");
				background-position:	center 115px;
				background-repeat:		no-repeat;
				font-family:			sans-serif;
				font-size:				13px;
				margin:					0;
				width:					100%;
			}
			
			#schriftzug { 
				position: absolute;
				top: 5px;
				left: 50%;
				right: 50%;
				margin-left: -243px;
				width: 750px;
			}
			
			#text {
				text-align: center;
				margin-top: 750px;
				width: 100%;
			}
			
			h1 {
				color: #4abb46;
				font-size: 32px;
			}
			
			p {
				color: white;
			}
			
			span {
				font-size: 24px;
				font-weight: bold;
				color: #e9180f;
			}
			
			a {
				text-decoration: 	none;
				color: #A9BFDF;
			}
			
			#footer-social-icons {
				position: absolute;
				width: 126px;
				left: 50%;
				right: 50%;
				margin-left: -63px;
			}
			
			#footer-social-icons a {
    			float: left;
    			width: 32px;
    			height: 32px;
    			margin: 5px;
			}
			.facebook, .twitter, .rss {
    			background-image: url(http://albanews.de/wp-content/themes/mansar/images/sprite.png);
   				background-repeat: no-repeat;
			}
			.facebook {
				background-position: -192px -3px;
			}
			.twitter {
				background-position: -128px -3px;
			}
			.rss {
				background-position: -160px -3px;
			}
		</style>
	</head>
	<body>
		<div id="schriftzug">
			<img src="schriftzug.gif" />
			<h1>...sagt DANKE für alles!</h1>
		</div>
		<div id="text">
			<p>
			Wie es mit den Tippspielen weitergeht, erfahrt Ihr in Zukunft von <a href="http://www.albaberlin.de">ALBA Berlin</a>.<br />Besucht die Seite oft und regelmäßig ;-)<br/><br />
			<span>Um uns weiter zu unterstützen, nutzt <a href="http://albanews.de">ALBAnews.de</a></span><br/>Dort könnt Ihr uns auch <a href="http://albanews.de/kontakt">kontaktieren</a>.
			</p>
		</div>
		<div id="footer-social-icons">
        	<a href="https://www.facebook.com/albanews.de" target="_blank" class="facebook"></a>
        	<a href="https://twitter.com/albanews" target="_blank" class="twitter"></a>
        	<a href="http://albanews.de/feed" target="_blank" class="rss"></a>
        </div>
	</body>
</html>