html{
	
}

html,body{
	margin:1em 2em;
	padding:0;
	line-height: 1.5;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	overflow-x:auto;
}

#container{
	background:#fff;
}

#header{
	background-color:#08090b;
	margin-bottom:0px;
	position:relative;
}

#header, .fixed-spacing {
	height:50px;
}

.fixed-spacing.fixed-ios {
	height: 60px;
}

#header h3{
	float: left;
	font-size:12pt;
	line-height:50px;
	margin:0;
	color:#fff;
}

#header #logo img{
	float:left;
	margin-right:5px;
	width:50px;
	height:50px;
	background:url(../images/logo_100.jpg);
}

#header.fixed {
	position: fixed;
	width: 100%;
	z-index: 99999;
}

#header.fixed-ios {
	padding-top: 10px;
}

#menu{
	position:absolute;
	bottom:5px;
	left:10px;
}

ul#menu{
	margin:0;
	padding:0;
}

#menu li{
	float:left;
	margin-right:3px;
}

#menu a{
	font-size:9pt;
	color:#fff;
	background:#000;
	text-decoration:none;
	font-weight:bold;
	text-transform:capitalize;
	font-size:13px;
	padding:5px 3px;
}

#menu a.selected{
	color:#000;
	background:#fff;
}

#content, a{
	color:#111;
}

#content h4{
	margin:0;
	font-size:16px;
	line-height:40px;
	margin-bottom:5px;
	text-align:left;
	background:#eee;
	text-indent:5px;
}

/*.tijd{
	background:#222;
	color:#f9f9f9;
	padding:3px;
	font-size:11px;
	font-weight:bold;
}*/

/*.zender{
	background:#eb261d;
	color:#fff;
	padding:3px;
	font-size:11px;
	font-weight:bold;
	margin-right:5px;
}*/

#footer{
	font-size:9pt;
	color:#fff;
	padding:0px;
	height:25px;
	line-height:25px;
	text-align:center;
}

#footer a{
	color:#000;
}

.mini{
	font-size:6pt;
}

.plot{
	line-height:1.5;
	margin:5px 0;
	color:#222;
	font-size:110%;
	padding:5px;
}

.filmtitel{
	font-size:12pt;
	font-weight:bold;
}

#filminfo h2{
	margin-left:5px;
	margin-bottom:0;
	margin-top:0;
	font-size:18px;
}

.item, .item2{
	line-height:40px;
	border-bottom:solid #eee 1px;
	font-size:15px;
	font-weight:bold;
	padding:0 5px;
	color:#333;
}

.item{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

#overzicht{
	wshite-space:nowrap;
}

#overzicht .item:hover{
	color:#111;
}

#overzicht .item a{
	text-decoration:none;
}

.item a{
	text-decoration:underline;
}

.tijd{
	color:#444;
	font-weight:normal;
	margin-right:0px;
	display:inline;
}

.titel{
	z-index:-1;
	display:inline;
	margin-left:25px;
}

.zender{
	position:relative;
	float:right;
	right:0;
	padding-right:5px;
	font-weight:normal;
	background:#fff;
	z-index:999;
	display:inline;
	padding-left:5px;
}

.filmtip{
	background:#333;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	padding:3px;
	display:inline;
	position:relative;
	bottom:1px;
	border-radius:3px;
}

.kijkwijzer img{
	width:20px;
	height:20px;
	position:relative;
	top:4px;
}

#trailer{
	width:90%;
	margin:0 auto 0 auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cover{
	background:#ccc;
	text-align:center;
	padding:5px;
	margin-top:-5px;
}

.lijstcover{
	display:inline;
	width:20px;
	height:30px;
	position:absolute;
	margin-top:2px;
}

#page {
	padding: 0 10px;
	margin-bottom: 20px;
}

#zoekveld {
	border-bottom: solid #eee 1px;
}

#zoekveld input {
	border: 0;
	padding: 10px 12px;
	font-size: 14px;
	width: 90%;
	outline: 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

.melding {
	padding: 8px;
	background: #eee;
	border: solid #ddd 1px;
	margin: 5px;
	font-weight: bold;
	line-height: 1.4;
	font-size: .85em;
}