body {
	background-color: Black; 
	/* background-image: url(../pics/background.jpg);*/
	background-repeat: repeat-x;
	color: #444444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

td {
	color: #444444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;	
}

/* Überschrift */

h1 {
	color: #1A364E;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 14px;
}

h2 {
	color: #1A364E;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 12px;
}

h3 {
	color: #1A364E;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

.hspacer {
height: 5px;
width: 100px;
padding: 0px;
margin: 0px;
border: 0px;
overflow:hidden;
}


/* navigation*/


/* Links */

a:link  {
	color : #444444;
	text-decoration: underline;
}

a:visited {
	color : #444444;
	text-decoration: underline;
}

a:hover {
	color: #FFFFE0;
	text-decoration: underline;
}

a:active {
	color : #444444;
	text-decoration: underline;
}


/* individuelle Styles */

.fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px
}

ul {
	list-style: square;
}

hr {
	color: #2E2E2E;
	background-color: #2E2E2E;
	height: 1px;
	border-top: 1px #2E2E2E;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Container */

#playerallbox {
	width: 420px;
	background-color: #000000;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#playerall {
	width: 420px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#contentbox {
	padding-left: 5px;
	padding-right: 5px;
}

