/* --- PINNWAND --- */

#pinnwand {
/*	width: 530px;*/
}

.pinnwand_eintrag {
	width: 470px;
	padding: 10px 0 10px 0;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
}

.buildPinnwand:first-child {
	padding-top: 0;
}

.pinnwand_eintrag_left {
	width: 60px;
	float: left;
}

.pinnwand_eintrag_right {
	width: 410px;
	float: right;
}

.pinnwand_eintrag_from {
	padding: 0 0 5px 0;
}

.pinnwand_eintrag_toolbar {
	padding: 10px 0 10px 0;
}

.pinnwand_eintrag_time {
	font-style: italic;
}

.profil_pinnwand_eintragen {
	width: 468px;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
	position: relative;
	border: 1px solid #B4BBCD;
}

.pinnwandinput {
	border: 0;
	width: 420px;
	height: 16px;
	padding: 5px 0 0 0;
	margin: 0 5px 10px 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.profil_pinnwand_fotobox {
	display: none;
	border-top: 1px solid #d7d7d7;
	padding: 15px;
	width: 444px;
	margin: 10px 0 10px 4px;
}

.profil_pinnwand_fotobox input {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
	border: none;
}

.pinnwand_submit_wrapper {
	text-align: right;
	padding: 5px;
	margin: 5px 0 0 0;
	background-color: #EEEEEE;
	display: none;
}

.profil_pinnwand_fotoupload {
	position: absolute;
	top: 3px;
	right: 2px;
	height: 32px;
	width: 32px;
	background-image: url("../images/ico_cam.png");
}

a.pinnwand_delete_eintrag {
	width: 16px;
	height: 15px;
	background-image: url("../images/icons/cancel.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

a.pinnwand_delete_eintrag:hover {
	background-position: right top;
}

.loadmore {
	width: 470px;
	padding: 5px 0 5px 0;
	text-align: center;
	display: block;
	background-color: #eeeeee;
	font-weight: bold;
	margin: 1px 0 0 0;
	cursor: pointer;
}

.loadmoreklicked {
	background-image: url("../images/load.gif");
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

.showallcommtents {
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #eeeeee;
	margin: 1px 0 0 0;
}

.comment {
	padding: 5px;
	background-color: #eeeeee;
	margin: 0 0 1px 0;
	position: relative;
}

.comment_image {
	float: left;
	padding: 0 10px 0 0;
}

.comment_long_text {
	display: none;
}

.pinnwand_eintrag_delete {
	display: none;
	background: transparent url("../images/icons/dark/trash.png") left top no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.comment_delete {
	display: none;
	background: transparent url("../images/icons/dark/trash.png") left top no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	right: 5px;
}

