/* ############### für Testzwecke, nur übernehmen, wenn nicht anderweitig definiert ############### */
.imgbox *{
	margin:0
}
/* ################################ Ende Testdefinitionen ######################################### */

.imgbox{
	padding-bottom:0.5em;
	background-color:#BEE0DA;
	padding:0px;
	margin-bottom:1em;
	margin-top:1em;
	border:1px solid #000;
	font-size:80%;
}

.imgbox img{
	border:none;
}

.imgbox .imgtitle{
	position:relative;
}

.imgbox p{
	color:black;
	margin:0 0 0 0;
	padding:0.2em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	line-height:100%;
}

.imgbox.left{
	float:left;
	margin-right:1.5em;
}

.imgbox.right{
	float:right;
	margin-left:1.5em;
}

.imgbox a{
	padding:0;
}