
/*.contentright{
	float: left;
	margin-left: 30px;
}

.contentright .righttitle {
	font-weight:bold;
	color: purple;
	margin-bottom: 15px;
}

.contentright .formbutton{
	background:url(/images/btnsubmit.gif) no-repeat left top; 
	background-position:0% 0%;
	color: white;
	cursor: hand;
	cursor: pointer;
	border: none;
}
*/
.contentgallery{
	width: 700px;
	min-height:400px;_height:400px;
	margin: 30px 0 0 0px;
}
/*Content down*/
.contentdown {
	background:url(/images/bgcontentbottom.png) no-repeat left top;
}

.movieitem {
	float:left;
	width:228px;
  height: 270px;
	border:0px solid orange;
}
/*html>body .movieitem p{
	font-size:10px;
}*/

/* BEHEER: gepubliceerd */
.movieitem_publ {
	float:left;
	width:228px;
	height: 270px;
	border:0px solid orange;
	background-color: #66CC33;
}

/* BEHEER: niet gepubliceerd */
.movieitem_notpubl {
	float:left;
	width:228px;
	height: 270px;
	border:0px solid orange;
	background-color: #FF794B;
}

.movietitle {
	font-size:10px;
	color: red;
	height: 28px;
	margin-left:14px;
	overflow:hidden;
	border:0px solid green;
}

.moviecomment {
	color: purple;
	margin-left: 14px; _margin-left:16px;
	border:0px solid green;
}

.movieframe {
	float: left;
	width: 228px;
	height: 175px;_height:173px;
	margin: 10px 10px 0 0px;_margin: 10px 3px 0 0px; 
}

.movieframe a {
	color:#878787;
}

.movieframe .moviecontent {
	border:1px solid #bdbdbd;
	width:200px;
	height:171px;
	overflow: hidden;
	margin: 0px 14px 14px 14px; 
	/* word-wrap: break-word; 
	background: url(/images/bgmoviecontent.gif) no-repeat left top;
   background-position:0% 0%;
	border:0px solid orange;*/
}

.movieframe .moviecontent a {
	font-size:11px;
}

.movieframe .moviecontent img {
	/*min-height:102;_height:102px;*/
	border:0px;
	margin: 0; /* margin:7px; */
	
}

.movieframe .moviecontent div {
	font-size:11px;
	/*text-align:right;*/
	border:0px solid green;
}

/*contentright style */ 
.righttitle {
	font-weight:bold;
	color: #93278F;
	font-size:18px;
	margin-bottom: 15px;
}
.righttext {
	
	color: #ED1C24;
	margin-bottom: 15px;
}
.formtext{
	font-weight:bold;
	font-size:14px;
	color:#ED1C24;
	margin:0px 0 3px 0;
}
.forminput{
	width:207px;
	height:30px;
	padding:3px 0 0 2px;
}
.formbutton{
	width:209px;
	height:45px;
	background:url(/images/filmpjebtn.png) no-repeat ; 
	background-position:0% 0%;
	font-weight:bold;
	font-size:22px;
	color: white;
	margin:10px 0 0 0;
	cursor: hand;
	cursor: pointer;
	border: none;
	padding:0 0 11px 0;
}

