div.editcv_outter
{
	position: relative;
	background-color: #F3F3FF;
	border: 1px solid black;
	left: 0px;
	right: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
}

.cvhell
{
	background-color: #CCDDEE;
}

.cvdunkel
{
	background-color: #BBCCDD;
}

table.editcv
{
	border-collapse: collapse;
	width: 100%;
}

table.editcv tr.cvheadline
{
	height: 18px;
	vertical-align: bottom;
}

table.editcv tr.cvheadline td
{
	border: 0px none;
	padding-left: 15px;
	font-weight: bold;
	background-image: url(/images/jobcode/editcvhead.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

table.editcv div.caption
{
	color: #eeeeff;
	width: 240px;
	margin-top: 2px;
}

table.editcv div.editfield
{
	height: 100%;
	float:right;
	text-align: right;
	vertical-align: bottom;
}

table.editcv tr.emptyline		{	height: 15px;		}
table.editcv tr.emptyline td	{	border: 0px none;	}

table.editcv td
{
	border: 1px solid white;
	padding-left: 5px;
	padding-right: 5px;
}

table.editcv td.entryheadline
{
	background-color: #AABBCC;
	font-weight: bold;
}

table.editcv td.entry
{
	/* width: 400px; */
}
