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


#content_modul_formulare {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
}

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



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


#intro_bg_modul_formulare {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 335px;

	background: url(../pics/bg/bg_modul_formulare.jpg);

}

#main_modul_formulare {
	position: absolute;
	width: 900px;
	height: auto;
	top: 350px;
	margin-left: 30px;
	
}

#funktion_modul_formulare {
	position: fixed;
	top: 45px;
	left: 20px;
	width: 850px;
	height: 217px;

}

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

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




.uemail {
	width: 200px;
	float:left;
	color: #333;
	font-weight: bold;
}

.uberechtigt {
	display:none;
}

.uaktion {
	float:left;
}

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

#main_modul_formulare a {
	text-decoration: none;
	color: #090;
}

#main_modul_formulare a:hover {
	text-decoration: underline;
	color: #090;
}

.formliste {
	clear:both;
	padding-top: 5px;
	padding-bottom:15px;
}
.formliste:hover {
	background-color:#FFF;
}

.listeFname {
	float:left;
	width:150px;
}

.listeFaktion {
	float:left;
}

.FDlabel {
	float:left;
	width:150px;
	clear:left;
}

.FDfeld {
	fload:left;
}

.formListe {
	clear:left;
	padding-top: 5px;
	padding-bottom:15px;
}
.formListe:hover {
	background-color:#FFF;
}

.formListe_pos {
	float:left;
	width:50px;
	text-align:right;
}
.formListe_text {
	float:left;
	width:300px;
}
.formListe_aktion {
	float:left;
	width:200px;
}
