@charset "utf-8";
/* CSS Document */

* {
	 margin: 0;
	 padding: 0;
}

body {
	background: url(./img/background.jpg) #0b2232 repeat-x left top;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
}

td {
	vertical-align: top;	
}

small {
	font-size: 0.9em;	
}

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

a img {
	border: 0;	
}

/* Parent */
#container {
	width: 1100px;
	position: relative;
	text-align: left;
	margin: auto;
	height: auto;
}

#header {
	width: 1100px;
	height: 262px;
	background: url(./img/header.png) no-repeat left top;
	float: left;
}

/* Header Children */
#bar {
	width: 1100px;
	height: 40px;
	float: left;
}

	/* Bar Children */
	#login {
		width: 715px;
		height: 32px;
		float: left;
		margin-left: 300px;
		text-align: right;
		padding-top: 8px;
	}
		
		/* Login Children */
		input, textarea, select {
			border: #cccccc 1px solid;
			background-color: #f6f6f6;
			color: #666666;
		}
		
		#content_inhalt textarea {
			width: 99.8%;
			height: 75px;
		}
		
		#login input[type^="submit"], input[type^="button"] {
			background: none;
			border: none;
			color: #fff;
			font-weight: bold;
			font-size: 10px;
		}
		
		#login input {
			width: auto;	
		}
		
		#content_inhalt input[type^="text"], input[type^="submit"], input[type^="password"],  input[type^="file"], select {
			width: 100%;	
		}

		input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus, input:hover, textarea:hover, select:hover {
			border: #cccccc 1px solid;
			background-color: #eaf7fd;
			color: #666666;
		}
		
		input[type^="submit"], input[type^="button"] {
			cursor: pointer;
		}

#head {
	width: 1100px;
	height: 177px;
	float: left;
}
	/* Head Children */	
	#track {
		width: 415px;
		height: 14px;
		float: left;
		margin-top: 160px;
		margin-left: 105px;
		font-size: 11px;
	}
	
	#player {
		width: 260px;
		height: 82px;
		float: left;
		margin-left: 8px;
		margin-top: 84px;
	}
		/* Player Children */
		.media_a {
			width: 61px;
			height: 82px;
			float: left;
			background: url(./img/windows.png) no-repeat top left;
		}
		
		.winamp_a {
			width: 69px;
			height: 82px;
			float: left;
			background: url(./img/winap.png) no-repeat top left;
		}
		
		.real_a {
			width: 69px;
			height: 82px;
			float: left;
			background: url(./img/real.png) no-repeat top left;
		}
		
		.quick_a {
			width: 61px;
			height: 82px;
			float: left;
			background: url(./img/quick.png) no-repeat top left;
		}
		
		.media_h {
			width: 61px;
			height: 82px;
			float: left;
			background: url(./img/windows_over.png) no-repeat top left;
		}
		
		.winamp_h {
			width: 69px;
			height: 82px;
			float: left;
			background: url(./img/winap_over.png) no-repeat top left;
		}
		
		.real_h {
			width: 69px;
			height: 82px;
			float: left;
			background: url(./img/real_over.png) no-repeat top left;
		}
		
		.quick_h {
			width: 61px;
			height: 82px;
			float: left;
			background: url(./img/quick_over.png) no-repeat top left;
		}
		
#foot {
	width: 1100px;
	height: 45px;
	float: left;
}
	/* Foot Children */
	#left {
		width: 157px;
		height: 45px;
		float: left;
		margin-left: 100px;
		background: url(./img/navi.png) no-repeat bottom left;
	}
	
		/* Left Children */
		.nav_head {
			width: 157px;
			height: auto;
			float: left;
			margin-top: 15px;
			font-size: 17px;
			font-weight: bold;
			text-align: center;
		}
		
	
	#right {
		width: 542px;
		height: 45px;
		float: left;
	}
		
		/* Right Children */
		#onair {
			width: 542px;
			height: 20px;
			float: left;
			font-size: 11px;
			margin-top: 3px;
			margin-left: 3px;
		}

#content {
	width: 1100px;
	height: auto;
	background: url(./img/content.jpg) repeat-y left top;
	float: left;
}

	/* Content Children */
	#nav_left {
		width: 157px;
		height: auto;
		float: left;
		margin-left: 100px;
	}
	
		/* Nav_Left Children */
		.nav_left_head {
			width: 157px;
			height: 30px;
			float: left;
			font-size: 17px;
			padding-top: 20px;
			text-align: center;
			background: url(./img/navi.png) no-repeat bottom left;
			font-weight: bold;
		}
		
		.nav_left_bottom {
			width: 157px;
			height: 15px;
			float: left;
			font-size: 17px;
			padding-bottom: 16px;
			text-align: center;
			background: url(./img/navi-bottom.png) no-repeat bottom left;
			font-weight: bold;
			margin-top: 2px;
		}
		
		.nav_left_cont_a {
			width: 147px;
			height: 20px;
			float: left;
			background: url(./img/button.jpg) no-repeat top center;
			padding-left: 10px;
			padding-top: 5px;
		}
		
		.nav_left_cont_h {
			width: 147px;
			height: 20px;
			float: left;
			background: url(./img/button_over.jpg) no-repeat top center;
			padding-left: 10px;
			padding-top: 5px;	
		}
	
	#content_inhalt {
		width: 529px;
		height: auto;
		float: left;
		padding-left: 10px;
		color: #616161;
		padding-top: 15px;
		padding-right: 10px;
	}
	
		/* Content_Inhalt Children */
		.news {
			width: 529px;
			height: 215px;
			float: left;
			text-align: center;
			margin-bottom: 15px;
		}
		
			/* News Children */
			.news_inhalt {
				width: 	460px;
				height: 215px;
				background: url(./img/news.png) no-repeat top center;
				text-align: left;
				margin: auto;
			}
			
				/* News_Inhalt Children */
				.news_head {
					width: 425px;
					height: 25px;
					float: left;
					padding-left: 10px;
					padding-right: 25px;
					padding-top: 7px;
					color: #fff;
					font-weight: bold;
				}
				
				.news_cont {
					width: 451px;
					height: 138px;
					float: left;
					padding-left: 4px;
					padding-top: 5px;
				}
				
				.news_foot {
					width: 440px;
					height: 25px;
					float: left;
					padding-left: 10px;
					padding-right: 10px;
					padding-top: 17px;
					color: #fff;
				}
				
				.news_foot a {
					color: #69b2fc;	
				}
				
				.news_foot a:hover {
					color: #fff;
				}
				
	.content_head {
		width: 490px;
		height: 20px;
		float: left;
		padding-left: 10px;
		padding-right: 25px;
		padding-top: 7px;
		background: url(./img/news_head.png) no-repeat top left;
		color: #fff;
	}
	
	.content_group_bg {
		width: 500px;
		height: auto;
		float: left;
		background: #f0f2f3;
		margin-left: 7px;
		margin-right: 7px;
		padding-left: 3px;
		padding-right: 8px;
		padding-top: 5px;
		padding-bottom: 5px;
	}	
	
	.content_group_bg a {
		color: #445d83;
	}
	
	.content_group_bg a:hover {
		color: #313030;
	}
	
	.content_sub_bg {
		width: 98%;
		height: auto;
		float: left;
		background: #d5d9de;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
		margin-left: 5px;
		margin-bottom: 5px;
	}
	
	.team {
		width: 247px;
		height: auto;
		float: left;
	}
	
	.played {
		width: 98%;
		height: auto;
		float: left;
		padding-left: 3px;
		padding-right: 3px;
		padding-bottom: 2px;
		margin-left: 5px;
		margin-bottom: 10px;
	}
	
	#nav_right {
		width: 199px;
		height: auto;
		float: left;
	}

#footer {
	width: 1100px;
	height: 96px;
	background: url(./img/footer.jpg) no-repeat left top;
	float: left;
	text-align: center;
	padding-top: 15px;
}

/* ERROR */
#error1 {
	width: 539px;
	height: 16px;
	background: #f7dbcf;
	border: 1px #b23625 solid;
	float: left;
	color: #000;
	margin-left: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	text-align: center;
}

#error2 {
	width: 539px;
	height: 16px;
	background: #d6f7cf;
	border: 1px #3cb225 solid;
	float: left;
	color: #000;
	margin-left: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	text-align: center;
}

.link {
	width: auto;
	height: auto;
	float: right;
}

.place {
	width: 10px;
	height: 10px;
	float: left;
}

.advertisement {
	width: 199px;
	height: auto;
	float: left;
	text-align: center;
}

.list {
	margin-left: 15px;
}


.slidebar {
	background:url(img/slidebar.png) no-repeat;
	height:35px;
	width:301px;
	float:left;
	margin-top:-215px;
	margin-left:100px;
}

.housebase{
	background: url(img/but2_over.png) no-repeat;
	width:128px;
	heighth:24px;
	margin-top:5px;
	margin-left:15px;
	float:left;
}
.housebase1{
	background: url(img/but2.png) no-repeat;
	width:128px;
	heighth:24px;
	margin-top:5px;
	margin-left:15px;
	float:left;
}

.beatbase{
	background: url(img/but_over.png) no-repeat;
	width:128px;
	heighth:24px;
	margin-top:5px;
	margin-right:15px;
	float:right;

}
.beatbase1{
	background: url(img/but.png) no-repeat;
	width:128px;
	heighth:24px;
	margin-top:5px;
	margin-right:15px;
	float:right;
}