/* oben rechts unten links*/



BODY {
	background-color: #000  ;
	background-repeat: no-repeat;
	margin:40px 0px 0px 25px;
	padding: 0px 0px 50px 0px;
	font-family: tahoma, verdana;
	font-size: 11px;
	
}

/*####################typo###########################*/


.header {	
	background: url(pictures/logo.gif);
	background-repeat: no-repeat;
	height:190px;
	margin:0px 0px 0px 0px;
	clear: both;
}


/*####################content###########################*/



.info {	
	background: #fff ;
	border-color: #fff;
	padding: 20px 10px 30px 10px ;
	margin: 1px 1px 0px 0px;	
	
	width: 175px;
	height:auto;
	float:left;
}

.infocomment {	
	background: #fff ;
	border-color: #fff;
	padding: 20px 10px 30px 10px ;
	margin: 1px 1px 0px 0px;	
	
	width: 350px;
	height:auto;
	float:left;
}

.infoplaylist {	
	background: #fff ;
	border-color: #fff;
	padding: 60px 0px 0px 0px ;
	margin: 1px 1px 1px 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;	
	
	width: 175px;
	height:400px;
	float:left;
}

 
 /*####################pictures###########################*/

 .cut{
	clear: both;
	margin: 0px 0px 0px 0px;
	
	
}

 .playlist{
	width: 350px;
	background: #fff ;
	padding:15px 15px 30px 15px;
	margin: 1px 1px 0px 0px;
	float: left;
	height: 350 px;
	
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: ;
	border-right-color: ;
	border-bottom-color: ;
	border-left-color: ;
	
	
}
 
 
 
/*####################pictures###########################*/

 .pic{
	background: #fff ;
	padding:15px 15px 60px 15px;
	margin: 1px 1px 0px 0px;
	float: left;
	
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: ;
	border-right-color: ;
	border-bottom-color: ;
	border-left-color: ;
}
 .picdown{

	padding:1px 0px 50px 0px;

	clear: both;
	
}


 .picbacks{

	padding:10px 0px 10px 10px;
	margin: 1px 0px 0px 0px;
	background: #fff ;
	float: left;
		
}

/*####################links###########################*/


 A, A:visited, A:active{
	background:#fff url(pictures/arrow.gif); 
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	padding: 0px 5px 0px 10px	
 }
 
A:hover, A:focus{	
	
	text-decoration: none;
		color: #000;
	background:#000; 	
}







