/*
CSS for KINO&CO [www.kinoundco.de], All Rights Reserved
Produced by Digital Dreamer [www.dreamer.de]
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

.acc { position: absolute; top: -9999px; left: -9999px; }

html {
	overflow-y: scroll;
}
body {
	min-width: 960px;
	background: #c7cad1 url(../img/body_bg.jpg) repeat-x left top;
	font: 12px/14px Arial,Helvetica,sans-serif;
}

#container {
	margin-top: 24px;
	background: transparent url(../img/container_bg.jpg) repeat-y center top;
}
#page {
	padding-bottom: 32px;
	background: transparent url(../img/page_bg.jpg) no-repeat center top;
}

#content {
	overflow: hidden;
}	
.crow {
	overflow: hidden;
	width: 960px; margin: 0 auto; padding-top: 24px;
}
.ccol {
	float: left;
	width: 304px; margin-right: 24px;
}
.ccold {
	width: 632px;
}
.ccolf {
	width: 960px; margin-right: 0;
}
.ccoll {
	margin-right: 0;
}

/* Header */

#header {
	position: relative;
	width: 960px; height: 114px; margin: 0 auto; z-index: 99;
}
#header h1 {
	position: absolute; left: 0; top: 0; z-index: 100;
}
#header h1 a {
	display: block; overflow: hidden;
	width: 743px; height: 0; padding-top: 131px;
	background: transparent url(../img/header_logo_screen.png) no-repeat;
}

/* Footer */

#footer {
	width: 960px; margin: 0 auto; padding: 20px 0;
	font-size: 11px; text-align: center;
	color: #999;
}
#footer a {
	color: #999;
	text-decoration: underline;
}


/* Generic */

h2 {
	margin-bottom: 10px; border-bottom: 2px solid #e2001a; padding-bottom: 3px;
	font: bold 20px/1 Georgia,'Times New Roman',serif; color: #e2001a;
}
.title {
	font: bold 13px/1 Georgia,'Times New Roman',serif; color: #e2001a;
	color: #e2001a;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #333;
}
p {
	margin-top: 7px;
}

.items ul {
}
.items li {
	float: left;
	width: 304px; margin-right: 24px;
	border-bottom: 1px solid #ccc;
}
.items li.lastinline {
	margin-right: 0;
}
.items li a {
	display: block; overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
}
.items li a:hover {
	background-color: #eee;
}
.items li.active a {
	background-color: #ddd;
}
.items .thumb {
	display: block; float: left;
	margin-right: 7px;
}
.items .thumb img {
	display: block;
}
.items .descrbox {
	display: block; overflow: hidden;
}
.items .descr {
	display: block;
	margin-top: 4px;
}


/* Feature */

#showitems .title {
	font-size: 16px;
}

#feature {
	position: relative;
	background: #999 url(../img/feature_bg.jpg) no-repeat;
	width: 960px; height: 375px;
}
#feature .video {
	position: absolute; top: 24px; left: 24px;
	width: 630px; height: 380px;
}
#feature .items {
	position: absolute; bottom: 24px; left: 678px;
	font-size: 11px;
}
#feature h2 {
	display: none;
}
#feature .items li {
	border: 0; margin-top: 7px;
}
#feature .items li a {
	width: 246px; padding: 4px 7px; 
	background: transparent url(../img/videoitems_bg.png) no-repeat;
}
#feature .items .title {
	color: #e2001a;
}
#feature .items .descr {
	display: block;
}
#feature .items a:hover, #feature .items li.active a {
	background-position: 0 -200px;
}

