/*Splash Screen Ring-Elektra.de
Autor: Robin Assmus
Date: 08. Mai 2009
*/

@charset "utf-8";
* {
	margin:0;
	padding:0;
	}
img {
	border:0;
	}
body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 130%;
	color: #454648;
	background-color: #25282d;
	background-image: url(../Bilder/grau.png);
	background-position: center top;
	background-repeat: repeat-y;
}
.keywords {
	position:absolute;
	left:50%;
	margin-left:-4000px;
	top:-1000px;
	overflow:hidden;
	width:1px;
	height:1px;
	font-size:1px;
}

a {
	color:#0b74a6;
	text-decoration:none;
	}
a:hover {
	color:#2e93bf;
	text-decoration:underline;
	}
.container {
	width:452px;
	height:auto;
	margin:0 auto;
	padding-top: 50px;
	text-align: center;
	}
.footer {
	text-align: center;
	}
.container .buttons {
	width: 300px;
	margin: 0 auto;
}

