

/*contentgallery style*/
.contentgallery{
	width: 690px;
	min-height:400px;_height:400px;
	margin: 30px 0 0 0px;
}

.photoitem {
	float:left;
	width: 150px;
	min-height: 270px;_height: 270px;
	/* background-color: white; */
}

/* BEHEER: gepubliceerd */
.photoitem_publ {
	float:left;
	width: 150px;
	height: 270px;
	background-color: #66CC33;
}

/* BEHEER: niet gepubliceerd */
.photoitem_notpubl {
	float:left;
	width: 150px;
	height: 270px;
	background-color: FF794B;
}

.phototitle {
	color: red;
	/*margin-left: 14px;*/
}
.photocomment {
	width: 130px;
	min-height:15px;_height: 15px;
	color: purple;
	 margin:10px 0 0 0;_margin: 0px 0 0 0px;
	 text-align:center;
	
}
html>body .photocomment {
	overflow:hidden;
}









/* fotoframe rechthoekig */
.photoframe_rectangle {
	background:url(/images/fotolijst_rechthoek.gif) no-repeat left top;
	float:left;
	width:128px;
	height:182px;
	margin: 5px 0 0 0px;
}

.photoframe_rectangle a {
	color:#878787;
}

.photoframe_rectangle .photoimage {
	width:100px;
	height:154px;
	margin:17px ;
	/*overflow:hidden;
	word-wrap: break-word;*/
	line-height:146px;
}
.photoimage .photoimagebox {
	width:100px;
	margin:auto 0;
}
/*.photoframe_rectangle .photoimage a {
	font-size:11px;
}*/
.photoframe_rectangle .photoimage table {
	height:146px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.photoframe_rectangle .photoimage table td {
	vertical-align:middle;
}

.photoframe_rectangle .photoimage img {
	margin:auto 7px;
	border:none;
	vertical-align:middle;
}

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























/* fotoframe vierkant */
.photoframe_square {
	background:url('/images/fotolijst_vierkant.gif') no-repeat left top;
	float:left;
	width:128px;
	height:162px;
	margin: 5px 0 0 0px;
  border:0px solid blue;
}
.photoframe_square a {
	color:#878787;
}
.photoframe_square .photoimage { 
/**/position:relative;
	width:80px;
	height:85px;
	/**/overflow:hidden;
	margin: 19px 0px 0px 24px;_margin: 21px 0px 0px 24px;
	word-wrap: break-word;
  border:0px solid lime;
}
.photoframe_square .photoimage img {
/*	margin:auto ;
  border:0px solid blue;*/
  position:absolute;
  top:50%;
  left:50%;
  height:60px;
  width:80px;
  margin:-30px 0 0 -40px;
  _border:0px;

}
.photoframe_square .photoimage a {
  /*width:100px;
	height:20px;*/
	font-size:11px;
  border:0px solid red;
}
.photoframe_square .photoimage div {
	font-size:11px;
	/*text-align:right;*/	
}
/*Content down*/
.contentdown {
	background:url(/images/bgcontentbottom.png) no-repeat left top;	
}

/*contentright style */ 
.righttitle {
	font-weight:bold;
	color: #00E100;
	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/gallerybtn.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;
}






/*joufoto style*/

.joufoto{
	position:relative;
	padding:10px 0 15px 0px;
	border-bottom:5px solid #fff;
}
.joufototitle {
	font-weight:bold;
	color: #00C2FF;
	font-size:18px;
	margin-bottom: 0px;
}
.joufototext {
	color: #fff;
	margin-bottom: 15px;
}

input.hide
    {
  position:absolute;/*is afhankelijk van joufoto*/
  left:0px;_left:50px;
  top:70;
  -moz-opacity:0;
  filter:alpha(opacity:0);
  opacity: 0;
  z-index: 0;
  /*cursor: hand;
  cursor: pointer;*/
  _width:0;
  height:40px;
    }
input.red
    {
    width:209px;
	height:45px;
	background:url(/images/beugelenikbtn.png) no-repeat ; 
	background-position:0% 0%;
	font-weight:bold;
	font-size:18px;
	color: white;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	border:none;
    }


