* {
	margin:0;
	padding:0;
}
body,
input,
td,
th,
textarea,
select {
	margin:0;
	padding:0;
	font-family:sans-serif, Arial, Verdana;
	font-size:12px;
	line-height:150%;
	color:#333;
}
body {
	background:#666 url('../../../media/templatedata/bodyBg.png') center top repeat-y;
	text-align:center;
}
th,
td {
	text-align:left;
	vertical-align:top;
}
p,
ul,
h3,
h4,
table {
	padding:0 0 10px 0;
	font-size:1em;
	line-height:150%;
}
table {
	border:0;
	border-spacing:0;
}
h1 {
	padding:20px 0;
	font-size:1.8em;
	line-height:150%;
	color:#b10000;
}
h2 {
	padding:10px 0;
	font-size:1.2em;
	line-height:150%;
	color:#b10000;
}
h3 {
	font-style:italic;
}
a,
a:link,
a:visited,
a:active,
a:hover {
	color:#3A3B6F;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#888;
}
img {
	border:0 none;
	vertical-align:middle;
}
form {
	display:inline;
}
ul {
	list-style-position:outside;
}
li {
	margin:0 0 0 12px;
}
input,
textarea,
select {
	border:1px inset #333;
    background-color:#fff;
    color:#333;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
hr {
	margin:10px 0;
	padding:0;
	height:1px;
	border:0 none;
	background-color:#333;
	width:100%;
}
fieldset {
	margin:20px 0;
	padding:10px 20px;
	border:1px solid #333;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
legend {
	padding:0;
	font-size:1.8em;
	line-height:150%;
	color:#b10000;
	font-weight:bold;
}
legend.small {
	font-size:1.4em;
	line-height:150%;
}
legend.notBold {
	font-weight:normal;
}

/*---------------------------------
Container
---------------------------------*/
div#wrapper {
	margin:0 auto;
	padding:0 10px;
	width:980px !important;
	width /**/:1000px;
	background:#fff url('../../../media/templatedata/header.png') 0 0 no-repeat;
	text-align:left;
}
div#header {
	margin:0;
	height:140px;
}
div#nav {
	padding:8px 0;
	border-bottom:1px solid #aaa;
}
div#content {
	padding:10px 0;
}
div#footer {
	height:20px;
}
div#waitbox {
	position:absolute;
	display:none;
	top:100px;
}

/*---------------------------------
Navigation
---------------------------------*/
div#nav ul {
	margin:0;
	padding:0;
	height:28px;
	list-style-type:none;
}
div#nav ul li {
	margin:0 6px 0 0;
	padding:0;
	height:28px;
	float:left;
	background-color:#f1f1f1;
}
div#nav ul li a {
	padding:6px 14px 0 14px;
	display:block;
	height:20px !important;
	height /**/:26px;
	font-size:1.2em;
	line-height:100%;
	font-weight:bold;
	color:#b10000;
	border:1px solid #333;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
div#nav ul li a.active,
div#nav ul li a:active,
div#nav ul li a:hover {
	background-color:#333;
	color:#fff;
	text-decoration:none;
}

/*---------------------------------
Allgemein
---------------------------------*/
.error,
.red {
	color:red;
	font-weight:bold;
}
.green,
p.success {
	color:green;
	font-weight:bold;
}
p.error {
	padding-left:20px;
	background:#fff url('../../../media/templatedata/action_delete.png') left 2px no-repeat;
}
p.success {
	padding-left:20px;
	background:#fff url('../../../media/templatedata/action_check.png') left 1px no-repeat;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.clear {
	margin:0;
	padding:0;
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}
.small {
	font-size:0.8em;
	line-height:150%;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

table.listTable,
table.listTable2 {
	width:100%;
}
table.listTable tr.col0,
table.listTable2 tr.col0 {
	background-color:#fff;
}
table.listTable tr.col1,
table.listTable2 tr.col1 {
	background-color:#f1f1f1;
}
table.listTable tr.col0:hover,
table.listTable tr.col1:hover,
table.listTable2 tr.col0:hover,
table.listTable2 tr.col1:hover {
	background-color:#F1D1C7;
}
table.listTable2 th {
	cursor:pointer;
}
table.listTable2 th.highlighted,
table.listTable2 tr.col0 td.highlighted,
table.listTable2 tr.col1 td.highlighted {
	background-color:#C5FFBE;
}
table.listTable2 tr.col0:hover td.highlighted,
table.listTable2 tr.col1:hover td.highlighted {
	background-color:#F1D1C7;
}
table.listTable2 tr.col0 td.dealer,
table.listTable2 tr.col1 td.dealer {
	background-color:#F5C4B8;
}
table.listTable2 tr.col0:hover td.dealer,
table.listTable2 tr.col1:hover td.dealer {
	background-color:#F3757D;
}
table.listTable th,
table.listTable2 th {
	padding:0 0 2px 0;
	border-bottom:2px solid #333;
}
table.listTable tr.borderTop th,
table.listTable2 tr.borderTop th,
table.listTable tr.borderTop td,
table.listTable2 tr.borderTop td {
	border-top:1px solid #333;
}
table.listTable td,
table.listTable2 td {
	padding:1px 0;
}
table.listTable2 th,
table.listTable2 td {
	padding-left:6px;
	padding-right:6px;
	text-align:center;
}
table.listTable th a,
table.listTable2 th a {
	color:#333;
}
table.listTable2 th.player,
table.listTable2 td.player {
	width:20%;
}
table.listTable2 th.seperator,
table.listTable2 td.seperator {
	border-left:1px solid #333;
}

table.formTable {
}
table.formTable th {
	padding:0 20px 6px 0;
}
table.formTable td {
	padding:0 0 6px 0;
}

select.select,
input.textline {
	width:220px;
}
input.textline-small {
	width:60px;
}
input.submit {
	padding:2px 10px;
	background-color:#666;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	border:1px solid #333;
}
input.submit:hover {
	color:#fff;
	background-color:#333;
}
span.error,
textarea.error,
select.error,
input.error {
	font-weight:normal;
	color:#fff;
	background-color:#F63C3C;
}
a.button {
	padding:3px 10px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	background-color:#ccc;
	border:1px solid #333;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
a.button:hover {
	color:#fff;
	background-color:#333;
}
input.radio,
input.checkbox {
	border:0;
	vertical-align:middle;
}

fieldset#winnersBox,
fieldset#losersBox {
	margin:20px 0;
	padding:10px 20px;
	width:280px !important;
	width /**/:320px;
	height:100px !important;
	height /**/:120px;
	float:left;
}
fieldset#losersBox {
	margin-left:10px;
}
fieldset#draggableUsers {
	padding:10px;
	border:1px solid #333;
	text-align:center;
	min-height:60px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	clear:both;
}
fieldset#draggableUsers ul {
	list-style-type:none;
}
fieldset#draggableUsers .draggable {
	margin:0 0 2px 0;
	width:200px;
	text-align:center;
	cursor:move;
	background-color:#f1f1f1;
	border:1px solid #aaa;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
fieldset#draggableUsers .draggableActive {
	background-color:#A5A5FF;
}
.droppable ul li {
	font-weight:bold;
}
.droppable ul li img {
	cursor:pointer;
}

ul#statistcNav {
	margin:0;
	padding:10px 0 0 0;
	list-style-type:none;
}
ul#statistcNav li {
	margin:0;
	padding:0 10px 0 0;
	display:inline;
}
ul#statistcNav li a {
	font-size:1.2em;
	line-height:100%;
	text-decoration:underline;
}
ul#statistcNav li a,
ul#statistcNav li a:link,
ul#statistcNav li a:visited,
ul#statistcNav li a:active,
ul#statistcNav li a:hover {
	font-size:1.2em;
	line-height:100%;
	text-decoration:underline;
}
ul#statistcNav li a:active,
ul#statistcNav li a:hover {
	color:#888;
}

div.tileLeft,
div.tileRight {
	margin:0 0 20px 0;
	padding:0 11px;
	width:456px !important;
	width /**/:478px;
	height:290px;
	overflow:hidden;
	float:left;
	border:1px solid #333;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
div.tileRight {
	float:right;
}
ul.noList {
	list-style-type:none;
}
ul.noList li {
	margin-left:0;
}
	
