@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%; margin-bottom: 1px; 
}

h1 {
	font-size:14pt;
	margin-bottom:15px;
}

h2 {
	font-size:11pt;
	margin-bottom:15px;
}

p {
	margin-bottom:5px;
}

.align-justify {
	text-align:justify;
}

a {
	color:#FF0000;
}

/* Layout */

body {
	background-color:#2b0201;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x; 
	color:#EEEEEE;
	font-family:Verdana;
	font-size:9pt;
	line-height:15pt;
	text-align:center;
}

/* Page structur */

#container {
	margin:0 auto;
	width:922px;
	min-height:638px;
	height:auto !important;
	height:638px!;
	margin-bottom:25px;
}

.home {
	background-image:url(../img/background_image.jpg);
	background-repeat:no-repeat;
}

#banner_menu {
	background-image:url(../img/banner_menu.png);
	background-repeat:no-repeat;
	width:922px;
	height:50px;
	margin-bottom:35px;
	position:relative;
}

#banner_infotext {
	text-align:left;
	background-image:url(../img/banner_infotext.png);
	background-repeat:no-repeat;
	width:892px;
	_width:922px;
	height:117px;
	margin-bottom:35px;
	padding:15px;
	font-size:11pt;
	line-height:30pt;
}

#content {
	width:922px;
	text-align:left;
}

.content_top {
	background-image:url(../img/content_top.png);
	background-repeat:no-repeat;
	height:6px;
	width:922px;
}

.content_text {
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-y;
	min-height:300px;
	height:auto !important;
	height:300px!;
	width:862px;
	_width:922px;
	padding:30px;
}

.content_bottom {
	background-image:url(../img/content_bottom.png);
	background-repeat:no-repeat;
	height:6px;
	width:922px;
}

/* Banner */

.homelink {
	position:absolute;
	right:28px;
	top:10px;
}

/* Content */


.slider {
	position:relative;
	width:830px;
	min-height:153px;
	height:auto !important;
	height:153px!;
	margin-bottom:45px;
}

.slider div.sliderstart {
	position:absolute;
	left:0;
	top:1px;
	z-index:100;
}

.slider div.slider_content {
	background-image:url(../img/slider_bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#2e2e2e;
	height:153px;
	width:755px;
	position:absolute;
	left:80px;
	top:0;
	border:1px solid #474747;	
	z-index:99;
}

.logo_content {
	margin-bottom:25px;
}

.slider_content .csc-textpic {
	position:absolute;
	top:-25px;
	left:85px;
}

.slider_content .csc-textpic-imagecolumn {
	margin-right:25px;
}

.logo_box {
	margin-top:30px;
	font-size:8pt;
	line-height:14pt;
	float:left;
	width:250px;
	margin-right:35px;
}
	
.logo_box img {
	margin-bottom:15px;
}

/* mainmenu */


#nav img {
	float:left;
	width:14px;
	height:36px;
}

#nav {
	list-style-type:none;
	height:36px;
	margin:0;
	_margin-left:-3px;
	_margin-bottom:-2px;
	padding:0;
	padding-right:20px;
	float:left;
	margin-left:25px;
}

#nav li {
	float:left;
	line-height:8pt;
	padding-top:12px;
	position:relative;
}

#nav li a {
	color:#ebebeb;
	text-decoration:none;
	font-size:10pt;
	padding:0 20px;
	display:block;
	height:37px;
	line-height:30px;
	border-right:1px solid #635f62;
}

#nav li.cur a, #nav li a:hover {
	color:#FFFFFF;
	background-image:url(../img/menu_active.gif);
}


/* Dropdown Menu */

#dropdownmenu {
	width:150px;
	float:left;
	padding-top:25px;
}

#dropdownmenu select {
	background-color:#000000;
	background:none;
	color:#FFFFFF;
	border:0;
	width:120px;
}

/* Content */

.bodytext a img {
	border:none;
}

.twocols_left {
	float:left;
	width:550px;
}

.twocols_right {
	float:left;
	width:300px;
}


/* TT_NEWS */

.news-single-subheader {
	font-weight:bold;
	width:500px;
	margin-bottom:25px;
}

.newssmall {
	font-size:8pt;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px solid #CCCCCC;
}

.newssmall h2 {
	font-size:9pt;
}

.newssmall_img {
	float:left;
	margin-right:15px;
	margin-bottom:35px;
}

/* film */

.newsimage {
	text-align:center;
	width:130px;
	float:right;
	margin-left:15px;
}

.news-list-container img {
	border:1px solid #333333;
	float:none;
	margin:0 2px 5px 5px;
}

.news-single-img img {
	border:1px solid #333333;
}

.news-list-item {
	background-color:#111111;
	margin-bottom:15px;
	padding:10px;
	width:830px;
	border-bottom:1px solid #333333;
}

.news-list-item h2 {
	margin-bottom:15px;
}

.news-single-img {
	margin-left:50px;
}

.newsrootline {
	height:30px;
}

.submenu { text-align:right; }

.rgmediaimages-player {
	background-color:#000000;
	padding:25px;
}

.media_links {
	float:right;
	width:205px;
}

.media_links img {
	margin-bottom:10px;
}

.filmcover {
	padding-left:5px;
	margin-bottom:35px;
}

.filmcover img {
	border:1px solid #333333;
}

/* Special Tags */

.clearer {
	clear:both;
}