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


/*

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

*/


/* * * * * START: GENERAL STUFF * * * * */
html, body {
	height: 100%;
}
#wrapper {
	width: 959px;
	margin: 0 0 30px 26px;	
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
}
b, strong {
	font-weight: bold;	
}
i, em {
	font-style: italic;	
}
#logo {
	position: absolute;
	top: 140px;
	left: 838px;
	width: 95px;	
	z-index:1;
}
td.splash {
	vertical-align: middle;
	text-align: center;
}
/* additional reset for Firefox 3 */
a:focus, a:hover, a:active { 
	outline:none;
}
/* * * * * END: GENERAL STUFF * * * * */


/* * * * * START: CONTENT * * * * */
#content {
	width: 532px;
	padding: 126px 0 0 240px;
	background: #FFF; 
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
}
#content h1 {
	text-transform: uppercase; 
	font-size: 13px;
	letter-spacing: 1px;
	background: url(../images/bg_h1_v1.gif) no-repeat bottom left;
	padding: 0 0 6px 0;
	margin: 0 0 3px 0;
}
#content p {
	margin: 0 0 13px 0;	
}
#content a {
	color: #27b4f2;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
}
#content a:visited {
	color: #999;
}
#content .trailer_preview {
	margin: 0 0 13px 0;	
}
/* * * * * END: CONTENT * * * * */


/* * * * * START: FOOTER * * * * */
#footer {
	position: fixed;
	bottom: 0;
	left: 26px;
	z-index: 3;
	width: 959px;
	padding: 14px 0;
	background: #FFF url(../images/bg_footer.gif) repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #27b4f2;
}
/* * * * * END: FOOTER * * * * */
