/*#############################################################
Name: ZEN ZEBRA
Date: 2007-01-06
URL: http://www.zenzebra.de
Copyright: ALL RIGHTS RESERVED
#############################################################*/



/*#################*/
/*     GLOBAL      */
/*#################*/

html,
body {
  height: 100%;

}


body 
 { color: #b9c0c6; font: 70% Arial, Helvetica, san-serif; background: #000; margin: 0; padding: 0 }

a
{
   color: #ce0f5d;
   font-weight: bolder;
   text-decoration: none;
   font-size: 10px;
   padding: 1px;
   padding-top: 0px;
   outline: none;
   
   
}




p
{
clear: both;
padding: 0;
margin: 0;
}

iframe{
 margin: 0 auto;
    height: auto !important;
    width: 100%;
    height: 100%;
    min-height: 100%;
	
}

#player{
	position: absolute;
	top: 0px;
	left: 565px;
}

#container
{
  

  padding: 0;
  margin: 0 0 0 0;
  width: 100%;
  height: 100%;
  
}

.article
{
	width: 130px;
	height: 210px;
	background: #333;
	float: left;
	padding: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.article_img
{
	width: 130px;
	height: 130px;
	text-align: center;	
}


/*#################*/
/*   TYPOGRAPHY    */
/*#################*/


h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, san-serif;
}

h1, h1 a, h1 a:hover
{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	font-weight: lighter;
	font-size: 24px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

h2
{
	color: #fff;
	
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: +1px;
	font-weight: lighter;
	margin: 0;
	margin-top: 0px;
	margin-bottom: -1px;
	padding: 0;
	

}
/*#################*/
/*      HEADER     */
/*#################*/
/*#################*/
/*      MAIN       */
/*#################*/
/*#################*/
/*      FOOTER     */
/*#################*/

#footer{
    clear: both;
	width: auto;
	height: 100px;
	
	padding-top: 10px;

}

#footer p
{
	margin: 0;
	padding: 0;
}


#footer a
{
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	color: #656565; 
}

#footer a:hover
{
	text-decoration: none;

	color: #1b1b1b; 
}









