.tableedit {
			border:0.2em solid #000;
			background-color:#000000;
			color:#000000;
			border-radius:0.5em;
			-moz-border-radius:0.5em;
			-webkit-border-radius:0.5em;			
			-webkit-box-shadow: 0em 0em 0.563em 0em rgba(50, 50, 50, 0.4);
			-moz-box-shadow:    0em 0em 0.563em 0em rgba(50, 50, 50, 0.4);
			box-shadow:         0em 0em 0.563em 0em rgba(50, 50, 50, 0.4);
		}
		
		.tableedit_row td .hiddenImg img, .tableedit_row td .shownImg img, .tableedit_row #newImg {
			max-width:240px;
			height:auto;
		}
		
		.tableedit th{
			text-align:center;
			background-color:#FFFFFF;
			padding:0.15em;
		}
		
		.tableedit td {
			background-color:#FFFFFF;
			padding:0.15em;
			text-align:center;
		}
		
		.tableedit_row .first_td {
			padding:0em 0.8em 0em 0.8em;
		}
		
		.hiddenreihe input{
			width:1em;
		}
		
		.tableedit #row_0 td input {
			width:1em;
		}
		
		.hiddenlink {
			width:95%;
			height:90%;
		}
		
		.tableedit_btns img.button {
			padding:0em;
			border-radius:1em;
			-moz-border-radius:1em;
			-webkit-border-radius:1em;
		}
		
		
/*edit Users table*/		
		
.editTable {
	text-align:center;
	width:100%;
}

.editTable thead tr, .editTable thead tr th {
	border:1px solid #999;
}

.editTable a {
	/*color:#4A1A26;*/
}

.editTable tr td.text {
	text-align:left;
	padding-left:0.5em;
}

.editTable tr.aktiv:hover {
	background-color:#6F9;
}

.editTable tr.aktiv {
	background-color:#BFB;
}

.editTable tr.inaktiv:hover {
	background-color:#F99;
}

.editTable tr.inaktiv {
	background-color:#FBB;
}

.editTable tr td.unverified {
	background-color:#fea;
}

.editTable tr:hover td.unverified {
	background-color:#fc8;
}

.editTable tr td select {
	width:100%;
	overflow:visible;
}