/*******************************/
/************* CMS *************/
/*******************************/
.cms_ue{
	margin:0;
	padding:0;
	font-size:15px;
	font-weight:normal;
	color:#b85737;
}

.text{
	font-size:11px;
}

/************ Links ************/
a.loeschen{
	background-image:url(../cms/images/loeschen.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	padding-left: 20px;
	display: block;
	height: 16px;
	color:#535252;
	
}

a.loeschen:hover{
	text-decoration:underline;
	font-weight:bold;
}

a.aendern{
	background-image:url(../cms/images/aendern.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	height: 16px;
	color:#535252;
}

a.aendern:hover{
	text-decoration: underline;
	font-weight:bold;
}
.textfield{
	width:450px;
	margin-bottom:3px;
	border: 1px solid #535252;
}
