/***** GENERAL DEFINITIONS *****/
body {
	background: #090e10;
	color: #ffffff;
	text-align: center;
	}

img {border: 0px;}

ul {list-style-type: none;}
li {padding-left: 25px; padding-top: 2px; padding-bottom: 10px; background: url('listbutton.jpg') no-repeat 0px 0px;}

a {color: #fff; text-decoration: none;}
a:hover {color: #DF0005;}

h3 {color: #DF0005;}
	
.clearer {clear:both;}


#container {
	width: 980px;
	margin: auto;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	border: 10px solid #A50C0E;
	background: #000000;
	}
	
#main {
	background-color:#000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	padding-left: 20px;
	text-align: left;
	}
	
#enter {
	text-align: center;
	margin-bottom: 20px;
	}
	
	
	
/***** CONTENT BOXES *****/
#player {
	float: left;
	width: 350px;
	height: 400px;
	border-right: 1px solid #000000;
	}

#radios {
	float: left;
	width: 300px;
	height: auto;
	border-right: 1px solid #000000;
	margin-bottom: 20px;
	}
	
#kaufen {
	float: left;
	left:10px;
	width: 290px;
	}
