@charset "UTF-8";
/* CSS Document */
.qitem { width:100px; height:100px; border:0px solid #999999; margin:5px 5px 5px 0; background: url('../images/inkbg.png') no-repeat;
	overflow:hidden; /* required to hide the image after resized */
	position:relative; /* for child absolute position */
	float:left; /* display div in line */
	cursor:hand; cursor:pointer}
.qitem img {border:0;
	position:absolute; /* allow javascript moves the img position*/
	z-index:200}
.qitem .caption { position:absolute; z-index:0; color:#ccc; display:block}
.qitem .caption h4 { font-size:12px; padding:10px 5px 0 8px; margin:0; color:#000000}
.qitem .caption p { font-size:10px; padding:3px 5px 0 8px; margin:0; color: #999999}
/* Setting for corners */
.topLeft, .topRight, .bottomLeft, .bottomRight { position:absolute; background-repeat: no-repeat;  float:left}
.topLeft { background-position: top left} 
.topRight { background-position: top right} 
.bottomLeft { background-position: bottom left} 
.bottomRight { background-position: bottom right}
.clear { clear:both}
#inkcontainerverbindungen{padding-left: 0px; padding-top: 0px}
