.clear { 
	clear: both; 
	height: 1px; 
	font-size: 10%; 
	line-height: 10%; 
	overflow: hidden; 
}

/*******************/
/***     IMAGES     ***/
/*******************/
.image_left { 
	float: left; 
	margin: 0px 5px 5px 0px; 
}
.image_right { 
	float: right; 
	margin: 0px 0px 5px 5px; 
} 

.image_caption {
	background-color: #ECECEC;
	FONT-SIZE: 9px; 
	padding:1px;
	display: block;
}

/*********************/
/***    SONSTIGE     ***/
/*********************/
#autocomplete {
	position: absolute; 
	z-index:9999; 
	background-color: #ECECEC; 
	border: 1px solid #666; 
	padding: 2px; 
	height: 150px; 
	width: 250px;
}

#auto_fill {
	border: 1px 
	solid #ccc; 
	overflow: auto; 
	background-color: #fff; 
	height: 130px;
}

.searchterms{
	font-weight:bold;
	color: red;
}

.form_err_msg{
	color: red;
}

#pagination{
	padding: 4px;
}

#page_sel{
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #ECECEC;
	width:20px;
}

#act_page_sel{
	padding: 3px;
	border: 1px solid #999;
	background-color: #FFF;
	width:20px;
}


/*******************/
/***   FE Editing     ***/
/*******************/
TEXTAREA.fe_edit {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px;
	margin:0px;
	padding:0px;
}

INPUT.fe_edit {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px;
	margin:0px;
	padding:0px;
}

.context_updown {
	margin: 0px; 	
	padding: 1px; 
	z-index: 1700; 
	position:absolute; 
	border: 1px solid #ccc; 
	line-height: 1.0em;
	text-align: center;
}


/**********************/
/***       Sonstiges       ***/
/**********************/
#adm_status {
	top: 0; 
	left: 65%; 
	z-index: 999; 
	position: absolute; 
	padding: 2px;
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana,Arial;
	color: #000;
}

/* Innerhalb des CMS wird die Hintergrundgrafik px2 ausgeblendet weil diese vor dem Footer liegt */
.editText .px2{
	display:none;
}