/* Body und Wrapper */body { 	background: url("../../styles/wallpaper/announcement.jpg") no-repeat fixed center top black;}body, input, textarea { 	color: #0F0F0F;	font-family: "PlayRegular";	font-size: 14px;	line-height: 1.4em;}.wrap {	margin: 0 auto;	width: 1000px;	position: relative;}/* Header */header {	background-color: rgba(0, 0, 0, 0.8);	border-bottom: 1px solid #A81318;	height: 100px;	margin-bottom: 40px;}header hgroup{	height: 50px;	overflow: hidden;}hgroup h1, hgroup h2 {	color: #f0f0f0;	float: left;	font-family: PuristaSemi;	font-size: 1.6em;	font-weight: normal;	padding: 15px 0 0 30px;	text-shadow: none;	text-transform: none;}/* Navigation */nav { 	height: 50px;}nav ul {	margin: 0; padding: 0;}nav li {	float: left;}nav a {	font-family: "Purista";	color: #f0f0f0;	display: inline-block;	padding: 15px 30px;	text-decoration: none;}nav a:hover, nav a.hover {	color: #0F0F0F;	text-decoration: none;	-webkit-border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;	background: rgb(229,229,229);	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(50%,rgba(255,255,255,1)));	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 50%);	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 50%);	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 50%);	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 50%);}/* Elemente */aside, #updatenotes { 	color: #f0f0f0;	background-color: rgba(0, 0, 0, 0.8);	position: fixed;	display: none;	padding: 20px;	border-right: 5px solid #A81318;	left: 0px;	top: 120px;	-webkit-border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);}#updatenotes {	top: 200px;	width: 250px;}footer {	color: #f0f0f0 !important;	background-color: rgba(0, 0, 0, 0.8);	position: fixed;	padding: 20px;	border-right: 5px solid #A81318;	bottom: 0px;	right: 120px;	-webkit-border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);}footer a, footer a:hover {	color: #f0f0f0;}x-tooltip {	font-family: PlayRegular !important;	text-align: left !important;	font-weight: normal !important;	color: #f0f0f0 !important;	border: 1px solid #f0f0f0 !important;	padding: 10px 20px !important;	font-size: 14px !important;	background-color: rgba(0, 0, 0, 1);	border-radius: 5px;	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);	line-height: 1.6em;}x-tooltip  a{	padding: 1px 10px;	background-color: #f0f0f0;	color: #0F0F0F;	border-radius: 3px;}x-tooltip  a:hover{	color: #f0f0f0;	background-color: #A81318;	border-radius: 3px;	text-decoration: none;}/* Content */section, article {	position: static;	margin: 0 0 40px 0;	background-color: rgba(255, 255, 255, 0.8);	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.5) inset;-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.5) inset;box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.5) inset;	overflow: hidden;}section > div, article > div {	margin: 20px;}article {	width: 400px;	float: left;	min-height: 160px;}article:not(:last-of-type ) {	margin-right: 40px;}section h1, article h1 { 	background-color: rgba(0, 0, 0, 0.8);	color: #f0f0f0;	font-family: Purista;	font-size: 1.2em;	font-weight: normal;	border-bottom: 1px solid #A81318;	padding: 5px 20px;}section h2, article h2 { 	background-color: rgba(0, 0, 0, 0.8);	color: #f0f0f0;	font-family: Purista;	font-size: 1em;	font-weight: normal;	border-bottom: 1px solid #A81318;	padding: 1px 20px;	margin-bottom: 0.5em;}ol				{ margin-left: 2em; }h1, h2			{ padding-bottom: 1em; text-transform: capitalize; } p, ol, ul 		{ padding-bottom: 0.5em; }table { 	width: 100%; }th { 	-webkit-border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;	border-bottom: 3px solid #999; 	background-color: rgba(255, 255, 255, 0.8);	height: 34px; 	vertical-align: middle; 	text-align: left; 	padding: 0px 5px;	font-family: 0;	font-size: 1em;	font-weight: normal;}td { 	border-bottom: 1px solid #999; 	padding: 0px 4px; 	height: 30px;	font-size: 0.9em; }.info { 	cursor: pointer; 	display: inline-block; 	width: 16px; 	height: 16px; 	background: url(images/info.png) center center no-repeat; 	position: relative;	bottom: -3px;}a				{ color: #A81318; text-decoration: none; }a:hover			{ color: #0F0F0F; text-decoration: underline; }li > span			{ width: 160px; float: left; }small, .small	{ font-size: 0.9em; color: #323232; padding: 0px 10px; line-height: 1.6em;}.lcol			{ float: left; width: 460px; }.rcol			{ float: right; width: 460px; }.nowrap			{ white-space: nowrap; }.noborder td		{ border: none; }.horizontal li 	{ float: left; margin-bottom: 5px; padding: 0 20px 0 0; }.fleft			{ float: left; }.fright			{ float: right; }.clear			{ clear: both; }.center			{ text-align: center; }.tright			{ text-align: right; }.tleft			{ text-align: left !important; }.hidden			{ display: none; }.uppercase		{ text-transform: uppercase !important; }.mtop150		{ margin-top: 200px; }.error			{ color: 0; font-size: 1.2em; text-shadow: 0 0 4px #f0f0f0; }.explain_nav 	{ width: 793px; height: 161px; left: -320px; top: 60px; position: absolute; background: url("images/explainpic_nav.png") no-repeat center top transparent; }.explain_add 	{ width: 547px; height: 231px; right: 0; top: 100px; position: absolute; background: url("images/explainpic_add.png") no-repeat center top transparent; }.prettyLoader	{ background: url("images/prettyLoader.png") top left no-repeat;height:30px;position:absolute;width:30px;z-index:30000;}.prettyLoader img{display:block;margin:7px 0 0 7px;} .pl_ie6{background-image: url(images/prettyLoader.gif);}.delete			{ background: none !important; background-color: #A81318 !important; color: #f0f0f0 !important; }a.button, .buttons a { padding: 4px 10px; white-space:nowrap; position: relative; background: #f6f6f6;background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fafafa), color-stop(0.5, #fff), color-stop(0.6, #ddd), color-stop(0.95, #FFF));border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;border: 1px solid #BBB;border-top-color: #CCC;border-bottom-color: #999;border-right-color: #AAA;color:#333;text-decoration:none !important;-moz-box-shadow: 0 4px 4px rgba(255,255,255,.6) inset, 0px -9px 10px -4px rgba(255, 255, 255,1) inset, 0 -20px 1px -6px rgba(0, 0, 0, 0.125) inset;outline: none !important;} a.button:hover, .buttons a:hover, .buttons a:focus{background: rgba(0,0,0,.05);background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fafafa), color-stop(0.5, #fff), color-stop(0.6, #eee), color-stop(0.95, #FFF));border: 1px solid #999;border-top-color: #AAA;border-bottom-color: #777;border-right-color: #999;color: #222;}a.button:hover, .buttons a:hover	{ background-color: rgba(255, 255, 255, 0.8); }.ezTooltip 		{ 	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); 	padding: 0.5em 1em; z-index: 2000; border: 1px solid 0; background-color: white; }.numberCircle {	-webkit-border-radius: 999px; border: 2px solid #666666; border-radius: 999px 999px 999px 999px; color: #666666; display: inline-block; font-size: 2em; height: 24px; margin: 10px; padding: 13px; text-align: center; width: 24px; float: none;-moz-border-radius: 999px; border: 2px solid #666666; border-radius: 999px 999px 999px 999px; color: #666666; display: inline-block; font-size: 2em; height: 24px; margin: 10px; padding: 13px; text-align: center; width: 24px; float: none;border-radius: 999px; border: 2px solid #666666; border-radius: 999px 999px 999px 999px; color: #666666; display: inline-block; font-size: 2em; height: 24px; margin: 10px; padding: 13px; text-align: center; width: 24px; float: none;}.bigloader		{ 	background: url("images/ajax-loader-big.gif") no-repeat scroll center center #f0f0f0; margin: 0 auto; width: 100px; height: 100px; 	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.5) inset;-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.5) inset;box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.5) inset;}.sortable li 		{ 	color: #f0f0f0;	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 	margin-bottom: 10px; padding: 4px 10px; cursor: pointer; 	background-color: rgba(0, 0, 0, 0.8);	position: relative;}.sortable input 	{ 	position: absolute;	top: 7px;	left: 10px;}.sortable span 	{ 	float: none; 	display: block; 	width: 94%; 	padding-left: 6%;	background: url(images/move.png) center right no-repeat; }.sortable .placeholder { background-color: #A81318; }.icon_xbox		{ display: block; width: 16px; height: 16px; background: url(images/icon_360.png) center center no-repeat; }.icon_pc		{ display: block; width: 16px; height: 16px; background: url(images/icon_pc.png) center center no-repeat; }.icon_ps3		{ display: block; width: 16px; height: 16px; background: url(images/icon_ps3.png) center center no-repeat; }fieldset li {	border: 1px solid #666666;	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;	padding: 10px 20px;}form li:not(:last-child ), fieldset li:not(:last-child ) {	margin: 0 0 20px;}fieldset ol > li > ul {	list-style-type: disc;}fieldset ol > li > ul > li{	border: none;	margin: 3px 0 3px 15px !important;	padding: 0;}legend {	color: #323232;	margin: 0 0 0 150px;	font-style: oblique;	padding: 5px 0 0 0;}label {	float: left;	padding: 5px 0 0 0;	width: 150px;}input:not([type="checkbox"]), textarea, select {	font-family: "PlayRegular";	padding: 4px 8px;	-webkit-box-shadow: 0 0 4px #e5e5e5;-moz-box-shadow: 0 0 4px #e5e5e5;box-shadow: 0 0 4px #e5e5e5;	-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;	border: 1px solid #999;}option {	background: white;	border: 0;	padding: 0 8px;	font-family: "PlayRegular";}input[type=submit] {	padding: 4px 8px;	-webkit-box-shadow: 0 0 4px #e5e5e5;-moz-box-shadow: 0 0 4px #e5e5e5;box-shadow: 0 0 4px #e5e5e5;	border: 1px solid #999;	cursor: pointer;}input[type=radio] {	margin: 0 0 3px 10px; padding: 0;}input::-webkit-input-placeholder      { color: #6d6d6d; font-style: oblique; }input:-moz-placeholder                          { color: #6d6d6d; font-style: oblique; }textarea::-webkit-input-placeholder { color: #6d6d6d; font-style: oblique; }textarea:-moz-placeholder                     { color: #6d6d6d; font-style: oblique; }