/**
 * 
 * FEINHEIT kreativ studio // www.feinheit.ch
 * 
 */

html,body{
	height:100%; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#aeaeae;
	overflow: hidden;
	background-color: white;
}
	
body {
	margin:0;
	padding:0;
	text-align:center;
}

h1
{
	font-size: 15px;
	margin-top:0px;
	font-weight:normal;
	margin-bottom:40px;
	width:280px;
	float:left;
}
	
#container {
	width:100%;
	height:100%;
	text-align:left;
	background-color: white;
}

#content {
	padding-bottom: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#text {
	padding-bottom: 60px;
	padding-left: 130px;
}

#getflash
{
	display:block;
	width:133px;
}

#imagefilms
{
	width:392px;
	float:right;
	padding:  0 0 40px 0;
}

#footer {
	height: 13px;
	width: 100%;
	padding-left: 133px;
    background: white url('/media/img/design/wfp-schlaufe.gif') repeat-x scroll 0 0;

}

a {
	color:#aeaeae;
	text-decoration:none;
}

a img {
	border: none;
}

a:hover
{
	color:#000000;
}
	
