#login
{
	float:right;
}
#user_menu
{
	background-color: transparent;
}
#user_menu ul li
{
	list-style:none;
	float:left;
	margin: 0px 5px;	
	/* padding: 2px 10px; */
	
	font-weight:bold;
	background-color: #96BF5F;
}
.user_menu_button
{
	margin: 15px;	
}
#user_menu ul li
{
	/* border: 1px solid #ccc; */
}
#user_menu ul li:hover
{
	cursor: pointer;
	cursor: hand;		
	color: blue;
	background-color: gray;

}
.delete_icon
{
	position:absolute;
	width:15px;
	height:15px;
	right:1px;
	top:1px;
	background-image: url("../images/delete_icon_15x15.gif");
	cursor: pointer;
	cursor: hand;
} 
#boxes_left
{
	float:left;
	width:200px;
}
#main_content
{
	width:650px;float:left;margin-left:15px;
}
.form_label
{
	clear:both;
	float:left;
	width:100px;
	margin-top:10px;
	text-align:right;
	margin-right:10px;
}
.form_input_feld
{
	float:left;
	margin-top:10px;
}
.form_submit_button
{
	clear:both;
	float:left;
	margin-top:10px;
	margin-left:130px;
}
#feld_leer
{
	width:100px;
	height:30px;
	text-align:center;
	z-index:10;
	position:absolute;
	/* border:1px solid red; */
	left:250px;
	top:80px;
	background: url('../images/pfeil_rot.gif') center left no-repeat;
	background-position: 0px 0px;
	background-color: red;
	display:none;
}
#feld_leer_text
{
	margin-left:10px;
	width:90px;
	height:30px;
	border-top:1px solid red;
	border-right:1px solid red;
	border-bottom:1px solid red;
	background-color: red;
	color: white;
}
#ajax_blende
{
	background-color: #fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	display:none;
	z-index:10;position:absolute;height:200px;width:600px;text-align:center;

}
#ajax_blende_progress_image
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
