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

body {
	margin: 34px 0 0 0;
	background: #1e1e1e url(../images/general/bg_ps72.gif) repeat-x top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
a img {
	border: 0;
}
.clear {
	clear: both;
}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 2px solid rgba(255, 255, 255, 0.4);
}

/* * * * * END: GENERAL * * * * */

/* * * * * START: HEADER * * * * */
#mainwrap {
	border-bottom: 1px solid #000;
	width: 100%;
	text-align: center;
}
.innerwrap {
	width: 993px;
	margin: 0 auto;
	text-align: left;
}
.bgdark {
	width: 100%;
	background: #000;
}
#logowrap {
	background: url(../images/general/bg_logo.gif) repeat-x;
}
#logo {
	width: 279px;
	padding: 0 236px 0 478px;
	margin: 0 auto;
}
/* * * * * END: HEADER * * * * */

/* * * * * START: NAVIGATION * * * * */
#navigation {
	width: 140px;
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
	text-align: right !important;
}
#navigation p {
	font-size: 11px;
	margin-bottom: 58px; /* same p margin as in #teaser + title image height for design consitency */
}
#navigation ul li {
	margin: 0 0 10px 0;
}
#navigation li#mnFilme {
	margin: 0 0 6px 0;
}
#navigation ul li ul li {
	/* sub navigation */
	font-size: 11px;
	margin: 0;
	padding: 6px 16px 6px 0;
}
#navigation ul li ul li a {
	color: #696969;
	text-decoration: none;
}
#navigation ul li ul li a:hover,
#navigation ul li ul li a.active {
	color: #fff;
	text-decoration: none;
}
/* * * * * END: NAVIGATION * * * * */

/* * * * * START: TEASER * * * * */
#teaser {
	width: 587px;
	margin: 0 43px 0 0;
	float: left;
	font-size: 11px;
	color: #999;
}
#teaser p {
	margin-bottom: 15px;
}
/* * * * * END: TEASER * * * * */

/* * * * * START: ADDITIONAL COLUMN * * * * */
#additional {
	width: 218px;
	float: left;
	font-size: 11px;
	line-height: 18px;
	color: #999;
}
#additional img.title {
	margin: 41px 0 13px 0;
}
#additional h1 {
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
}
#additional p {
	margin: 0 0 26px 0;
}
#additional p a img {
	margin: 0 0 -1px 0;
	height: 13px;
	width: 12px;
	background: url(../images/general/btn_readon_off.gif) no-repeat;
}
#additional p a:hover img {
	height: 13px;
	width: 12px;
	background: url(../images/general/btn_readon_on.gif) no-repeat;
}
#additional a {
	color: #999;
	text-decoration: none;
	display: block;
}
#additional a:hover {
	color: #fff;
}
#additional table.galleryThumbs td {
	vertical-align: top;
	padding: 0 0 5px 0;
}
#additional a#newsAll {
	color: #f33;
}
#additional a#newsAll:hover {
	color: #fff;
}
#additional a#newsAll img {
	/* needed on the news details page */
	background: url(../images/general/btn_readon_off.gif) no-repeat right;
}
#additional a#newsAll:hover img {
	background: url(../images/general/btn_readon_on.gif) no-repeat right;
}
#additional #dvd {
	margin: 0 0 10px 0;
}
#teaserlink {
	width: 587px;
	padding: 0 0 0 145px;
	margin: 0 43px 0 0;
	float: left;
	font-size: 11px;
	text-align: right;
}
#addlink {
	width: 218px;
	float: left;
	font-size: 11px;
	text-align: right;
	padding: 0;
}
#addlink a,
#teaserlink a {
	color: #f33;
	text-decoration: none;
	padding: 0 17px 0 0;
	background: url(../images/general/btn_readon_off.gif) no-repeat right;
}
#addlink a:hover,
#teaserlink a:hover {
	color: #fff;
	background: url(../images/general/btn_readon_on.gif) no-repeat right;
}
.mBottom {
	padding-bottom: 20px;
}
/* * * * * END: ADDITIONAL COLUMN * * * * */

/* * * * * START: CONTENT * * * * */
#content {
	width: 587px;
	padding: 10px 261px 10px 145px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}
#content h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 16px 0;
}
#content h2 {
	font-weight: bold;
	font-size: 16px;
}
#content h3 {
	font-weight: bold;
}
#content p {
	margin-bottom: 15px !important;
}
strong {
	font-weight: bold;
}
#content table td {
	vertical-align: top;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #666;
}
#content a {
	color: #fff;
}
#content a:hover {
	color: #ccc;
}
body#newsoverview #content a {
	text-decoration: none;
}
body#newsoverview #content a img {
	margin: 0 0 -1px 0;
	height: 13px;
	width: 12px;
	background: url(../images/general/btn_newsOV_readon_off.png) no-repeat;
}
body#newsoverview #content a:hover img {
	height: 13px;
	width: 12px;
	background: url(../images/general/btn_newsOV_readon_on.png) no-repeat;
}
#content p.subnavigation {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
#content p.subnavigation a {
	color: #333;
	text-decoration: none;
}
#content p.subnavigation a:hover,
#content p.subnavigation a.active {
	color: #fff;
}
#content table.downloads td {
	vertical-align: top;
	padding: 5px 0 5px 0;
	font-size: 10px;
	line-height: 13px;
}
#content table.downloads td p {
	margin: 0 0 5px 0;
}
#content .divider {
	height: 1px;
	margin: 5px 0 10px 0;
	border-bottom: 1px solid #666;
}
body#newsoverview #content #prev {
	padding: 4px 0;
	height: 13px;
	width: 20px;
	float: left;
}
body#newsoverview #content #prev a img {
	background: url(../images/general/btn_newsOV_prev_off.png) no-repeat;
}
body#newsoverview #content #prev a:hover img {
	background: url(../images/general/btn_newsOV_prev_on.png) no-repeat;
}
body#newsoverview #content #next {
	padding: 4px 0 4px 8px;
	height: 13px;
	width: 20px;
	float: left;
	border-left: 1px solid #666;
}
body#newsoverview #content #next a img {
}
body#newsoverview #content #next a:hover img {
	background: url(../images/general/btn_newsOV_readon_on.png) no-repeat;
}

/* * * * * END: CONTENT * * * * */

/* * * * * START: MORE FILMS * * * * */
#morefilms {
	text-align: left;
	margin: 0 auto; /* for centering */
	width: 993px;
	height: 109px;
	padding: 14px 0 14px 0;
}
#morefilms a img {
	border: 1px solid #000;
}
#morefilms a:hover img {
	border: 1px solid #fff;
}
#morefilms table td {
	vertical-align: top;
}
#morefilms table td#comingsoon img {
	margin: 0 0 7px 0;
}
#morefilms table td#comingsoon h1 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
#morefilms table td#comingsoon h2 {
	font-size: 12px;
	line-height: 18px;
}
#morefilms table td p {
	font-size: 11px;
	line-height: 18px;
}
/* * * * * END: MORE FILMS * * * * */

/* * * * * START: ORDER FORM * * * * */
#contactForm input {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1e1e1e;
	background: #fff;
	border: 1px solid #000;
	padding: 3px;
}
#contactForm table td {
	border: none;
}
#contactForm .attn {
	color: #f33;
}
/* * * * * END: ORDER FORM * * * * */

/* * * * * START: FOOTER * * * * */
#footer {
	width: 848px;
	margin: 0 auto;
	text-align: left;
	padding: 5px 0 5px 145px;
	font-size: 11px;
	text-align: left;
	color: #999;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
/* * * * * END: FOOTER * * * * */
