@charset "utf-8";
/**
 **************************************************
 * TYPO3 Master / t3m.hdlab2.de
 * backend.css
 *
 * @author:HDNET GmbH & Co. KG
 * @version:1.1
 * @updated:2011-02-03 (BN)
 **************************************************
**/

/* Fixes for TemplaVoila 1.5 */
div#typo3-docheader-row2 {
	/* Auto height, in tv height:21px was set */
	height:auto;
	padding-top:0;
}

span.tpm-langIcon {
	/* Solves an floating bug with the icons */
	display:inline-block;
	float:left;
	margin-top:2px;
}

.c-tablayer {
    /* Adding a bit space */
	padding:5px 0;
}

/* Streamlining tab-backgrounds */
.c-tablayer,
.bgColor4,
.bgColor4-20 {
	background-color:#fff;	
}

div#typo3-docheader-row2 {
	background-color:transparent;	
}

h3.tvTypeHeader {
	margin-top:0px;
}

table.beTemplateCell{
	border:1px solid #fff;
	border-collapse:collapse;
}

.tpm-content-cell{
	border-left-width:0px;
}
