@charset "UTF-8";
@import url(reset.css);

/*

* * * * * design by riografik
* * * * * riografik.ch
* * * * * xhtml + css by kobebeef
* * * * * kobebeef.ch
* * * * * programming by wyona
* * * * * wyona.ch
* * * * * (c) 2009

*/


/* * * * * START: GENERAL STUFF * * * * */
body {
	background: white;
	font-family: "Times New Roman", Times, serif;
}
#wrapper {
	width: auto;
	margin: 150px 5% 0 5%;
	padding: 0;
	background: #FFF;
	text-align: left;
	float: none !important;
	color: black; 
	background: transparent;
}
#logo {
	position: absolute;
	top: 0;
	right: 5%;
	width: auto;
	text-align: left;
}
/* * * * * END: GENERAL STUFF * * * * */



/* * * * * START: HIDE THE FOLLOWING SECTIONS * * * * */
#mainnav, #subnav {
	display: none;
}
/* * * * * END: HIDE THE FOLLOWING SECTIONS * * * * */


/* * * * * START: CONTENT * * * * */
#content {
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 16pt;
}
#content h1 {
	text-transform: uppercase; 
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 10pt 0;
}
#content p {
	margin: 0 0 10pt 0;	
}
#content a {
	color: #27b4f2;
	text-decoration: underline;
}
#content .trailer_preview {
	margin: 0 0 13px 0;	
}
/* * * * * END: CONTENT * * * * */
