/* Fonts */

@font-face {
	font-family: 'Cinefacts-Icons'; font-weight: normal; font-style: normal;
	src: url('../fonts/Cinefacts-Icons.eot'); src: url('../fonts/Cinefacts-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Cinefacts-Icons.svg#Cinefacts-Icons') format('svg'), url('../fonts/Cinefacts-Icons.woff') format('woff'), url('../fonts/Cinefacts-Icons.ttf') format('truetype');
}


/* ================================================================================================================== */
/* Page Basics */

html {
	height: 100%;
	overflow-y: scroll;
}

body, html {
	width: 100%; min-height: 100%;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	font: 13px/1.4 'Open Sans',Arial,Helvetica,sans-serif;
}
#container {
	overflow: hidden;
	min-width: 980px;
}


/* Debug/Development */
#debug { position: fixed; bottom: 0; left: 0; z-index: 9999; width: 400px; display:none; height: 100%; overflow: auto; background: #ddb; font-size: 11px !important; line-height: 1 !important; }
#debug2 { position: fixed; bottom: 0; left: 0; height: 14px; overflow: hidden; background: #ddb; font-size: 11px !important; line-height: 1 !important; }
/* #debug:hover { width: 400px; height: 100%; overflow: auto; } */
.todo { background: #fcf; border: 1px dotted #f0f; padding: 5px; }


/* Avoid line break within certain elements */
.more {
	white-space: nowrap;
}

/* Accessibility */
.acc {
	display: none;
}


/* ================================================================================================================== */
/* Ads */
#background-click-layer {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
}
#a_cpx {
	position: absolute; top: -999px; left: -999px;
}
#a_top {
	position: relative;
	height: 0;
}
#a_super {
	position: relative; width: 980px; margin: 0 auto; z-index: 50000;
}
#a_super img {
	display: block;
}
#superbanner {
	margin: 10px 0 10px 126px;
}
#a_sky {
	position: relative; z-index: 50000;
	width: 980px; height: 0; margin: 0 auto;
}
#skyscraper {
	position: absolute; top: 0; right: -160px;
	width: 160px;
}


/* ================================================================================================================== */
/* Header */

/* Headerfläche */
#cf_header {
	position: relative;
	height: 192px; border-bottom: 8px solid #fff;
	background: #b02517; box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
/* Balken und Lichtkanten */
#cf_header:before, #cf_header:after {
	content: ''; display: block; position: absolute;
	width: 100%; border-top: 1px solid #000;
	background: #000;
}
#cf_header:before {
	top: 0; height: 23px;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25), 0 2px 0px rgba(255,255,255,0.15);
}
#cf_header:after {
	bottom: 0; height: 33px;
	box-shadow: inset 0px 2px 0px rgba(255,255,255,0.25);
}
/* Navigationselemente */
.header_nav nav {
	position: relative;
	width: 980px; margin: 0 auto;
}
/* Formatierung */
#cf_header li {
	float: left;
}
#cf_header a {
	display: block;
	text-decoration: none;
}

/* Logo */

#logo {
	position: absolute; top: 32px; left: 50%; z-index: 100200;
	margin-left: -503px;
}
#logo a {
	display: block; overflow: hidden;
	width: 259px; height: 0; padding-top: 116px;
	background: transparent url(../img/logo_ld.png) no-repeat;
}

/* Promo */

#header_promo {
	position: absolute; top: 40px; left: 50%;
	width: 230px; height: 114px; margin-left: 250px;
}

/* ================================================================================================================== */
/* Page */

#content {
	width: 970px; margin: 0 auto; padding: 10px 0 40px 10px;
	background: #fff;
}
#content:after {
	display: block; content: ' '; clear: both;
	width: 100%; height: 0;
	font-size: 0; line-height: 0;
}
#content_nav {
	float: left;
	width: 150px; margin-right: 10px;
}
#super {
	padding: 0 10px 10px 0;
}
#main {
	float: left;
	width: 640px;
}
.main_wrap {
	margin-bottom: 36px; padding-bottom: 12px; border-bottom: 1px dotted #000;
}
.main_wrap:last-child {
	margin: 0; padding: 0; border: 0;
}
.main_side {
	float: left;
	width: 148px; margin-right: 16px;
}
.main_content {
	float: left;
	width: 476px;
}
#sidebar {
	float: right;
	width: 300px; padding: 10px;
	background: #eee; box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

/* Video special layout */

#main.videolayout {
	width: 970px;
}
.videolayout_mainwrap {
	float: left;
	width: 806px;
}
.main_video {
	padding-right: 10px;
}
.main_video header {
	width: 100%;
}

/* Content Metanav */

#sectionnavbar {
	overflow: hidden;
	width: 980px; margin: 0 auto;
	background: #b02517;
}

/*

#sectionnavbar h2, 
#sectionnavbar ul, 
#sectionnavbar li {
	float: left;
}
#sectionnavbar ul {
	padding: 0 10px;
}
#sectionnavbar li {
	font-size: 10px; line-height: 24px;
}
#sectionnavbar a {
	color: #fff; text-decoration: none; text-transform: uppercase;
}
#sectionnavbar li a {
	padding-right: 10px;
}
#sectionnavbar li.active a {
	font-weight: bold;
}
#sectionnavbar a:hover {
	text-decoration: underline;
}
#sectionnavbar h2 {
	background: #000;
	font-weight: bold; font-size: 14px; line-height: 24px; text-transform: uppercase;
}
#sectionnavbar h2 a {
	padding: 0 10px;
	color: #fff; 
}

*/


/* ================================================================================================================== */
/* Content Nav */

#content_nav a {
	color: #000; text-decoration: none;
}
#content_nav>ul>li {
	margin-bottom: 10px;
}
#content_nav>ul>li>a {
	font-size: 12px; font-weight: 900; text-transform: uppercase;
}
#content_nav li li a:before {
	content: '> ';
}

/* ================================================================================================================== */
/* Charts Nav */

ul.numbers {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}
#nav ul.numbers {
	width: 180px!important;
}
ul.numbers li {
	padding: 2px 0;
	font-weight: bold;
	clear: both;
}
ul.numbers li a {
	white-space: normal!important;
	font-weight: normal!important;
}
#nav ul.numbers li>span {
	margin-left: 5px;
}
ul.numbers li>span {
	font-weight: normal!important;
}
.menuMore {
	margin: 235px 10px 0 0;
	text-align: right;
}
.menuMore a {
	display: inline!important;
}
.charts-block {
	float: left;
	width: 30px;
	margin-right: 5px;
	text-align: center;
}
ul.numbers li i {
	font-size: 11px;
	color: #666;
	font-weight: normal!important;
}


/* ================================================================================================================== */
/* Submenu */

.submenu {
	font-size: 11px; line-height: 16px;
}

.submenu ul {
	margin-bottom: 10px;
}
.submenu li ul a, .submenu li ul div {
	display: block; position: relative;
	padding-left: 12px;
}
.submenu li ul div {
	color: #ccc;
}
.submenu li ul a:before {
	position: absolute; top: -1px; left: 0;
	font-family: 'Cinefacts-Icons';
	content: '\e000';
}
.submenu li li.active a {
	background: #eee;
	font-weight: 900;
}
.submenu_category {
	display: block;
	padding: 0 10px; margin-bottom: 4px;
	color: #fff; font-size: 10px; font-weight: 600; text-transform: uppercase;
	background: #000;
}
#submenu a {
	color: #000;
}

/* Search field */

#search .navigation_input {
	position:absolute; top:80px; left:35%;
	width: 400px; height: 30px; padding-left: 5px;
}
