/*-------------------Darstellung der Gallerie----------------------*/
#galleryP{
	border: 1px solid gray;
	width: 850px;
	text-align: left;
	margin-left: 0px;
}

* html #galleryP{
	padding: 10px;
	width: auto;
}
/*-------------------Darstellung der Bilder----------------------*/
#picturesP{
	float: left;
	width: 840px;
}
.line{
	float: left;
}
.picKomm{
	float:left;
	margin-top: 10px;
	margin-right: 15px;
	width: 405px;
}
.pictureP{
	border: 1px gray dashed;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 410px;
}
/*-------------------Darstellung der Bilder, Kommentare und buttons----------------------*/

#selectNOjs{
	margin-top: 5px;
}

.comment{
	border: 1px dashed gray;
	width: 400px;
	padding: 5px;
	float: left;
}
