@charset "utf-8";
/* CSS Document */


#content_user {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	background: url(../pics/bg/bg_pics.jpg) repeat-x;
}

*html #content_user {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	background: url(../pics/bg/bg_pics.jpg) repeat-x;
}



#intro_user {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 335px;
	z-index: 15;
}




#intro_bg_user {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 390px;
	background: url(../pics/bg/bg_user.jpg);
	background-repeat:repeat-x;

}

#main_user {
	position: absolute;
	width: 990px;
	height: auto;
	top: 400px;
	margin-left: 30px;
	
}

#funktion_user {
	position: fixed;
	top: 60px;
	left: 20px;
	width: 850px;
	height: 217px;

}

*html #funktion_user {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 850px;
	height: 217px;
}

.uliste {
	clear:left;
	padding-bottom: 10px;
	padding-top: 10px;
}


.ulogin {
	width: 150px;
	float:left;
	font-weight: bold;
	color: #6d6155;
}

.uemail {
	width: 400px;
	float:left;
	color: #333;
	font-weight: bold;
	padding-right: 50px;
}

.uberechtigt {
	display:none;
}

.uaktion {
	float:left;
}

.uform {
	position: relative;
	float:left;
	padding-right: 10px;
	bottom: 7px;
}

#main_user a {
	text-decoration: none;
	color: #fff;
padding: 4px 8px;
background:#988d81;
}

#main_user a:hover {
	text-decoration: underline;
	color: #fff;
}

/* Verbot für das Bearbeiten von Inhalten Headline */

.verbot {
	background-color: #F00;
	padding: 4px 6px 4px 6px;
	font-weight: bold;
	color: #FFF;
}

.eingabe_felder_user {
	position: relative;
	border: solid 1px #333;
	top: -2px;
	width: 200px;
}