/* CSS Document */

/** { margin:0; padding:0; } */

body {
	background-color:#ffffff;
	margin:0;
	}
	
html, body, #wrapper { height: 100%; }

body > #wrapper {height: auto; min-height: 100%;}
	
	

a {
	outline:none;
	}
	
img {
	border:0;
	}

#top_header {
	height:72px;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	}

#wrapper {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header {
	height:100px;
	}
	
	
#content {
	padding-bottom: 170px;
	}
		
#main {
	margin-top:0px;
	font-size:10px;
	width:540px;
	letter-spacing:1px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	float:right;
	}
	
#main a {
text-decoration:underline;
color:#666666;
padding:1px;
}

#main a:hover {
background-color:#000000;
color:#ffffff;
padding:1px;
text-decoration:none;
}

h1 {
color:#666666;
font-size:14px;
letter-spacing:1px;
line-height:16px;
}

#clearer {
clear:both;
}

	
#footer {
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#383838;
  position: relative;
	margin-top: -170px; /* negative value of footer height */
	height: 170px;
	clear:both;
	} 
	
	
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	

#footer_content {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	height:140px;
	padding-top:30px;
	padding-left:20px;
}
	
	
.cover {
	border:1px solid #cccccc;
	padding:7px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	}
	
#playlist{
	width:200px;
	float:left;
	position:relative;
	}


#player {
position:relative;
float:right;
top:65px;
}

#player_oneway {
position:relative;
float:right;
top:-35px;
left:-10px;
width:300px;
overflow:hidden;
text-indent:-100px;
}

#languages{
	float:right;
	margin-top:40px;
	}

#lang {
	position: relative;
	list-style: none;
	margin: 0;
	padding-left:40px;
	top:-3px;
	height: 20px;
	/*display: inline;*/
	overflow: hidden;
	width: 720px;
	background-color:#ffffff;
	z-index:2;
	}
	
#lang li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#lang a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	}
	
#lang a:hover {
	background-position: 0 -40px;
	}

#lang a:active, #lang a:focus {
	background-position: 0 -40px;
	}
	
#t_de a  {
	width: 49px;
	background: url(../images/navi3_02.jpg) top left no-repeat;
	}

#t_en a  {
	width: 54px;
	background: url(../images/navi3_03.jpg) top left no-repeat;
	}