/* Body und Wrapper */body { 	background: url("../../stylesheets/images/background.jpg") no-repeat fixed center top black;}.wrap {	margin: 0 auto;	width: 1000px;	position: relative;}/* Navigation */nav { 	background: url("images/bg_box_60.png") repeat scroll 0 0 transparent;	position: absolute;	right: 0;	top: -10px;	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;	-webkit-box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;-moz-box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;}nav ul {	margin: 0 20px;}nav li {	float: left;}nav a {	display: block;	margin-top: 10px;	padding: 20px 15px;	color: #0F0F0F;	font-weight: bold;	text-decoration: none;}nav a:hover {	font-weight: bold;	color: #f0f0f0;	text-shadow: 0 0 4px #0F0F0F;	text-decoration: none;	background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* Opera11.10+ */	background: -ms-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* IE10+ */	background: linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* W3C */}/* Header */header {	padding-top: 140px;}header hgroup{	left: 40px;	position: absolute;	top: 46px;}hgroup h1, hgroup h2 {	font-family: "PlayBold";	font-weight: normal;	color: #f0f0f0;	text-shadow: 0 0 4px #0F0F0F;	font-size: 1.8em;	padding: 0; margin: 0;	text-transform: none; }hgroup h1 {	font-size: 2.4em;	line-height: 1.2em;}/* Content */section, article {	padding: 40px;	margin: 0 0 40px 0;	background: url("images/bg_box_60.png") repeat scroll 0 0 transparent;	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;	-webkit-box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;-moz-box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;}article {	width: 400px;	float: left;	min-height: 160px;}article:not(:last-of-type ) {	margin-right: 40px;}aside { 	background: url("images/bg_box_60.png") repeat scroll 0 0 transparent;	position: fixed;	display: none;	padding: 10px 20px 5px 20px;	color: #A81318;	left: 20px;	top: -10px;	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;	-webkit-box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;-moz-box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;}body, input, textarea { 	color: #0F0F0F;	font-family: "PlayRegular";	font-size: 14px;	line-height: 1.4em;}h1				{ font-size: 1.6em; color: #A81318; text-shadow: 0 0 4px #808080; }h2				{ font-size: 1.2em; }ol				{ margin-left: 2em; }h1, h2			{ padding-bottom: 1em; text-transform: capitalize; } p, ol, ul 		{ padding-bottom: 0.5em; }table			{ width: 100%; }th			 	{ border-bottom: 3px solid #999; }td				{ border-bottom: 1px solid #999; padding: 2px 4px; font-size: 0.9em; }a				{ color: #A81318; text-decoration: none; }a:hover			{ color: #0F0F0F; text-decoration: underline; }li > span			{ width: 160px; float: left; }small, .small	{ font-size: 0.8em; color: #323232; font-style: oblique;}.playerlist td, .playerlist th { height: 26px; vertical-align: middle; position: relative; text-align: right; } .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: 150px; }.error			{ color: #A81318; 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: 420px; 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;}.ezTooltip 		{ 	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 0 15px #141414; -moz-box-shadow: 0 0 15px #141414; box-shadow: 0 0 15px #141414; 	padding: 0.5em 1em; z-index: 2000; border: 1px solid #0F0F0F; background-color: white; }.linkOut { 	background: url("images/bg_box_60.png") repeat scroll 0 0 transparent;	position: fixed;	padding: 5px 20px 10px 20px;	color: #A81318;	right: 20px;	bottom: -10px;	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;	-webkit-box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;-moz-box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;}.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: 10px;-moz-border-radius: 10px;border-radius: 10px;	-webkit-box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;-moz-box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;box-shadow: 0 0 15px #141414, 0 0 15px #666666 inset;}.sortable li 		{ 	-webkit-border-radius: 4px; margin-bottom: 10px; padding: 4px 10px; cursor: pointer; -moz-border-radius: 4px; margin-bottom: 10px; padding: 4px 10px; cursor: pointer; border-radius: 4px; margin-bottom: 10px; padding: 4px 10px; cursor: pointer; 	background: -moz-linear-gradient(top, rgba(255,255,255,0.66) 0%, rgba(241,241,241,0.66) 50%, rgba(225,225,225,0.66) 51%, rgba(246,246,246,0.66) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.66)), color-stop(50%,rgba(241,241,241,0.66)), color-stop(51%,rgba(225,225,225,0.66)), color-stop(100%,rgba(246,246,246,0.66))); background: -webkit-linear-gradient(top, rgba(255,255,255,0.66) 0%,rgba(241,241,241,0.66) 50%,rgba(225,225,225,0.66) 51%,rgba(246,246,246,0.66) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0.66) 0%,rgba(241,241,241,0.66) 50%,rgba(225,225,225,0.66) 51%,rgba(246,246,246,0.66) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0.66) 0%,rgba(241,241,241,0.66) 50%,rgba(225,225,225,0.66) 51%,rgba(246,246,246,0.66) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8ffffff', endColorstr='#a8f6f6f6',GradientType=0 ); background: linear-gradient(top, rgba(255,255,255,0.66) 0%,rgba(241,241,241,0.66) 50%,rgba(225,225,225,0.66) 51%,rgba(246,246,246,0.66) 100%);}.sortable input 	{ float: left; padding: 4px 10px;}.sortable span 	{ float: none; display: block; width: 100%; background: url(images/move.png) center right no-repeat; }.sortable .placeholder { background-color: #A81318; }.info			{ display: inline-block; width: 16px; height: 16px; position: relative; top: 3px; background: url(images/info.png) center center no-repeat; }.icon_360		{ 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: 10px;-moz-border-radius: 10px;border-radius: 10px;	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: 5px;-moz-border-radius: 5px;border-radius: 5px;	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; }