@font-face {
	font-family: 'futura_ltlight';
	src: url('source/fonts/f-webfont.eot');
	src: url('source/fonts/f-webfont.eot?#iefix') format('embedded-opentype'),
         url('source/fonts/f-webfont.woff') format('woff'),
         url('source/fonts/f-webfont.ttf') format('truetype'),
         url('source/fonts/f-webfont.svg#futura_ltlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
.Headline {
	font-family: 'futura_ltlight';
	font-size: 18pt;
	color: ##F4F4F4;
	letter-spacing: 0.5pt;
	margin-top: 40px;
	margin-left: 0px;
	margin-bottom: 20px;
	text-align: left;
}

.defaultText01 {
	font-family: 'futura_ltlight';
	font-size: 16pt;
	line-height: 24pt; 			/* Zeilenabstand */
	letter-spacing: 0.5pt;		/* Zeichenabstand */
	color: #F4F4F4;
	text-align: justify;
	width: 600px;
	word-wrap:break-word;
	margin-top: 15px;
	margin-bottom: 25px;
	text-shadow: -2px -2px 8px #008CC1;
	font-weight: lighter;
}
.defaultText02 {
	font-family: 'futura_ltlight';
	font-size: 16pt;
	line-height: 24pt; 			/* Zeilenabstand */
	letter-spacing: 0.5pt;		/* Zeichenabstand */
	color: #F4F4F4;
	text-align: left;
	word-wrap:break-word;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: -2px -2px 8px #008CC1;
	font-weight: lighter;
}

.smallText {
	font-family: 'futura_ltlight';
	font-size: 12pt;
	line-height: 18pt; 			/* Zeilenabstand */
	letter-spacing: 0.5pt;		/* Zeichenabstand */
	color: #F4F4F4;
	text-align: center;
	width: 600px;
	word-wrap:break-word;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: -2px -2px 8px #008CC1;
	font-weight: lighter;
	alignment-adjust: hanging;
}
.smallTextLeft {
	font-family: 'futura_ltlight';
	font-size: 12pt;
	line-height: 18pt; 			/* Zeilenabstand */
	letter-spacing: 0.5pt;		/* Zeichenabstand */
	color: #F4F4F4;
	text-align: left;
	width: 600px;
	word-wrap:break-word;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: -2px -2px 8px #008CC1;
	font-weight: lighter;
	alignment-adjust: hanging;
}
.author
{
	font-family: 'futura_ltlight';
	font-size: 12pt;
	line-height: 18pt; 			/* Zeilenabstand */
	letter-spacing: 0.5pt;		/* Zeichenabstand */
	color:#DF21D9;
	margin-bottom:20px;
	text-align: left;
}
/* ============== LAYOUT STUFF ================================================= */
.HeadlineSpacer {
		height: 25px;
}

.line
{
	width:600px;
	height:0;
	border-top:2px solid #01e9e9;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pics .screenshot
{
	margin:3px 3px;
	border:1px solid #49a9bd;
}
.pics .screenshot:hover
{
	border:1px solid #ff00ea;
}

.pics .left
{
	margin-left:0;
}
.pics .right
{
	margin-right:0;
}

/* body */
body
{
	background-color:#000000;
	padding:0;
	margin:0;
	color:#fff;
}

#background
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:-10;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#wrapper {
	width: 600px;
}
#columleft {
	width: 300px;
	float:left;
}
#columright {
	margin-left: 300px;
	width: 300px;
}

.ContentBox {
	text-align: left;    /* Seiteninhalt links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung*/
	/*background-image: url(res/layout/BG_Overlay.png);*/
	width: 1000px;		/* feste Größe der Content Box */
	height: 1500px;
	padding: 0px;
}

.ContentBoxInner {
	text-align: left;    /* Seiteninhalt links ausrichten */
	width: 600px;		/* feste Größe der Content Box */
	height: 100%;
	position:relative;
	top: 0px;
	left: 200px;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	padding-right: 15px;
	padding-left: 15px; /* Durch Hinzufügen der Auffüllung zu den Seiten der Elemente innerhalb der div-Tags anstelle der div-Tags selbst entfallen jegliche Box-Modell-Berechnungen. Alternativ kann auch ein verschachteltes div-Tag mit seitlicher Auffüllung verwendet werden. */
}

a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */
	border: none;
}

img.map, map area{
    outline: none;
}

/* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */
a:link {
	text-decoration: none;
	color: #00FFFF;
}
a:visited {
	text-decoration: none;
	color: #00FFFF;
}
a:hover {
	text-decoration: none;
	color: #F0F;
	text-shadow: -2px -2px 8px #ED1C8D
}
a:active, a:focus {
	text-decoration: none;
	color: #F0F;
}


/* ~~ Fußzeile ~~ */
.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;/* Hiermit erhält IE6 die Eigenschaft hasLayout, damit die clear-Anweisung korrekt ausgeführt wird. */
	clear: both; /* Diese clear-Eigenschaft bewirkt, dass .container das Ende der fließenden Spalten erkennt und ihren Inhalt aufnimmt. */
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#menue
{
	text-align:center;
	margin-top:-0px;
	margin-bottom:40px;
}

.miniicon
{
	height:53px;
	margin:0 5px;
	display:inline-block;
}

.home 			{ width:103px; background-image:url(res/layout/button_01homeA.png);}
.home:hover 	{ width:103px; background-image:url(res/layout/button_01homeB.png); }
.scores			{ width:125px; background-image:url(res/layout/button_02scoresA.png); }
.scores:hover	{ width:125px; background-image:url(res/layout/button_02scoresB.png); }
.buy 			{ width:98px; background-image:url(res/layout/button_03buyA.png); }
.buy:hover 		{ width:98px; background-image:url(res/layout/button_03buyB.png); }
.press 			{ width:97px; background-image:url(res/layout/button_04pressA.png); }
.press:hover	{ width:97px; background-image:url(res/layout/button_04pressB.png); }
.about 			{ width:110px; background-image:url(res/layout/button_05aboutA.png); }
.about:hover 	{ width:110px; background-image:url(res/layout/button_05aboutB.png); }


#buybottons
{
	text-align:left;
}

.buyicon
{
	height:69px;
	width: 69px;
	display:inline-block;
}

.itchio 			{ background-image:url(res/layout/logo_buyitchio.png);}
.itchio:hover 	{ background-image:url(res/layout/logo_buyitchioB.png); }
.desura			{ background-image:url(res/layout/logo_buydesura.png); }
.desura:hover	{ background-image:url(res/layout/logo_buydesuraB.png); }
.steam 			{ background-image:url(res/layout/logo_buysteam.png); }
.steam:hover 		{ background-image:url(res/layout/logo_buysteamB.png); }

.calltoaction 			{ width:180px; height:180px; background-image:url(res/layout/CallToAction.png); }
.calltoaction:hover 		{ width:180px; height:180px; background-image:url(res/layout/CallToActionB.png); }