@import url("../admin/library/Javascript/dijit/themes/dijit.css");

.plain, body, p{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #394D4E;
	line-height:16px;
	font-weight: normal;
	text-decoration: none;
}

input.buttonBlok {
	color:black;
}

SPAN.location {
	font : 12px Verdana, Arial, Helvetica, sans-serif;
	color : black;
}

TABLE.pulldown {
	background-color : #2C5555;
	border : 1px solid #2C5555;
}

#topmenu ul {
	list-style-type: none;
}

#topmenu li {
	display: inline;
}

#content {
	position: relative;
	float:left;
	width: 978px;
	min-height: 504px;
}

/*******************************************
*    BackgroundImage Frontpage
*******************************************/

.bg_image {
	width: 978px;
	height: 504px;
	/*z-index: -1;*/
	background-color: #000;
	position: relative;
}

.bg_image .image {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow:hidden;
	width: 978px;
}

.bg_image .footer {
	position: absolute;	
	height: 125px;
	width: 978px;
	top: 379px;
	left: 0px;
	overflow: hidden;
	background:url(../images/trans_bg.png) ;
}

.bg_image .title{
	position: relative;
	left: 361px;
	width: 617px;
	
}

.bg_image .title h1,
.bg_image .title h2{
	color: #fff;
	
}

/*******************************************
*    BackgroundImage Producties
*******************************************/

.bg_image_middel {
	float:left;
	width: 638px;
	height:178px;
	background-color: #000;
	position: relative;
}

.bg_image_middel .image {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow:hidden;
	width: 638px;
	height:178px;
}

.bg_image_middel .footer {
	position: absolute;
	height: 67px;
	width: 628px;
	padding-left:10px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	
	background:url(../images/trans_bg.png);
}

.bg_image_middel .title{
	position: relative;
	left: 10px;
	margin-top:0px;
	width: 400px;
}

.bg_image_middel .title h1,
.bg_image_middel .title h2{
	color: #fff;
}


/*******************************************
*    Actieve Producties
*******************************************/

.active_producties {
	top: 0px;
	left: 50px;
	height: 460px;
	width: 291px;
	padding:0;
	margin:0;
	position: absolute;
	background-color: #BA0000;
	scrollbar-face-color: #cf4d4d;
	scrollbar-highlight-color: #BA0000;
	scrollbar-3dlight-color: #BA0000;
	scrollbar-shadow-color:#BA0000;
	scrollbar-darkshadow-color: #BA0000;
	scrollbar-track-color: #BA0000;
	scrollbar-arrow-color: #fff;	
	z-index:100;
	
}

#scProducties img{
	border:2px solid #fff;
}

.toptheater{
	position:absolute;
	width:34px;
	height:34px;
	marign:0;
	padding:0;
	left:0;
	margin-top:19px;
	background:url(../images/toptheater_stamp.png) no-repeat;
}

.active_producties ul{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.active_producties li.active a {
	background:url(../images/pijl.gif) right center no-repeat #cd4545;
}

.active_producties li a {
	float:left;
	width:284px;
	min-height: 57px;
	padding-left:7px;
	text-decoration: none;
	padding-top:8px;
	cursor:pointer;
}
*html .active_producties li a {
	height: 57px;
}
.active_producties li a:hover {
	
}

.active_producties li img {
	float: left;
	width: 65px;
	height: 43px;
	border: 0px;
}

.active_producties li div {
	float: left;
	width: 125px;
	padding-left: 5px;
}

/*******************************************
*    News Items
*******************************************/

.front-nieuws {
	position: absolute;
	top: 0px;
	left: 341px;
	width: 649px;
	height: 400px;
	z-index:99;
}

.nieuws_item {
	float: left;
	margin: 10px;
	margin-right:0px;
	padding: 10px;
	width: 170px;
	height: 151px;
	font-style:italic;
	font-size:10px;
	color:#fff;
	background:url(../images/trans_bg.png);
	
}
.nieuws_item:hover{
	background:#212629;
	cursor:pointer;
} 

.nieuws_item h2{
	color: #fff;
	font-size:18px;
	overflow:hidden;
	height:125px;
	margin-bottom:5px;
}

.nieuws_item .text {
	height: 145px;
	overflow: hidden;
	color: #fff;
}

.nieuws_item a {
	display: block;
	text-align: right;
	color: #fff;
	text-decoration: none;
}


#pRecensies a{
	float:left;
	width:268px;
	height:60px;
	color:#000;
	margin-right:13px;
	margin-bottom:15px;
	padding-top:10px;
	padding-left:10px;
	overflow:hidden;
	border-bottom:1px solid #d7d9dd;
	border-left:1px solid #d7d9dd;
}
#pRecensies a:hover{
	background:#f5f6f9;
}

.productie-content h1{
	color:#ba0000;
	margin-bottom:20px;
}



