.tblAdmin
{
	border: 1px solid #999999;
	width: 100%;
	border-collapse: collapse;
	border-spacing: inherit;
	margin-bottom: 20px;
}


.tblAdmin thead th
{
	background-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 2px;
	color: #FFF;
}

.tblAdmin thead td
{
	text-align: left;
	padding: 2px;
}


.tblAdmin tbody tr:hover
{
	color: #000000;
	background-color: #EEEEEE;
	cursor: default;
}

.tblAdmin tbody td
{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.tblAdmin tbody .optionen-bereich
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.tblAdmin tbody .optionen img
{
	cursor:pointer;	
}

#divOptionen
{
	float: left;
	width: 100%;
	margin-bottom: 10px;	
}

.mceLayout
{
	margin-bottom: 10px !important;	
}