/** -- BENUTZERVERWALTUNG 
/** -- Uebersichtsseite: User und Projekte -- **/
table.userOverview { width: 500px; background: #F0F0EE !important; border: none !important; margin: 20px 0; padding: 0 !important; }
	table.userOverview th { font-weight: normal !important; color: #FFF !important; text-decoration: none !important; width: 500px; height: 19px; background: url(/graphics/admin/thUserOverview.gif) no-repeat left top; padding: 1px 10px 0 10px !important; }
	table.userOverview th span { display: block; float: left; width: 120px; }
		
	table.userOverview td.leftCol { color: #434547; text-align: left; vertical-align: middle !important; width: 115px; height: 20px; padding: 0 0 0 10px !important; border-bottom: 1px solid #F0F0EE; }
	table.userOverview td.middleCol { vertical-align: middle !important; height: 20px; width: 230px; padding: 0 0 0 5px !important; background: #FCFCFA; border-bottom: 1px solid #F0F0EE; }
	table.userOverview td.middleCol a { color: #83A10F !important; }
	
	table.userOverview td.editCol { vertical-align: middle !important; width: 130px; height: 20px; padding: 0 0 0 10px !important; border-bottom: 1px solid #F0F0EE; }
		table.userOverview td.editCol a { text-decoration: none; display: block; height: 20px; background-position: 0 0; }
			table.userOverview td.editCol a.bearbeiten { background: url(/graphics/admin/userBearbeiten.gif) no-repeat; }
			table.userOverview td.editCol a.loeschen { background: url(/graphics/admin/userLoeschen.gif) no-repeat; }
			table.userOverview td.editCol a.status { background: url(/graphics/admin/statusZuruecksetzen.gif) no-repeat; }

			/** -- hover Status-- **/
			table.userOverview td.editCol a.bearbeiten:hover { background-position: 0 -21px; text-decoration: none !important; }
			table.userOverview td.editCol a.loeschen:hover { background-position: 0 -21px; text-decoration: none !important; }
			table.userOverview td.editCol a.status:hover { background-position: 0 -21px; text-decoration: none !important; }
			table.userOverview td.editCol a span { display: none; }
	
	table.userOverview td a { color: #FF0000 !important; }




/******************************************************/
/** -- Detailansicht eines eingereichten Projektes-- **/
div#projektDetails { width: 460px; background: #F0F0EE url(/graphics/admin/thUserOverview.gif) no-repeat left top; margin: 20px 0; padding: 0 30px 0 10px; }
	div#projektDetails h3 { font-size: 13px; text-align: center; font-weight: bold; text-decoration: none; color: #FFF; margin: 0; padding: 1px 0 40px 0; }
	
	div#projektDetails h4 { font-weight: bold; text-decoration: underline; font-weight: bold; color: #738D0E; margin: 0; padding: 20px 0 20px 0; }
	div#projektDetails h4.first { padding: 0 0 20px 0; }

	div#projektDetails h5 { color: #434547; margin: 0; padding: 0 0 5px 0; }
	div#projektDetails h5 span.nr { display: block; float: left; width: 25px; }

	div#projektDetails p { background: #FCFCFA; margin: 0 0 35px 25px; padding: 2px 5px; }
		div#projektDetails p a { color: #83A10F; }

		/** -- Projektdauer -- **/
		div#projektDetails p.dauer.first { margin: 0 0 0 25px; padding: 2px 5px 0 5px; }
		div#projektDetails p.dauer.last { margin: 0 0 35px 25px; padding: 2px 5px 2px 5px; }
			div#projektDetails p.dauer span { display: block; float: left; width: 40px; }

		/** -- Projektkosten -- **/
		div#projektDetails p.kosten.first { margin: 0 0 0 25px; padding: 2px 5px 0 5px; }
		div#projektDetails p.kosten.last { margin: 0 0 35px 25px; padding: 2px 5px 2px 5px; }
			div#projektDetails p.kosten span { display: block; float: left; width: 150px; }

		/** -- Projektkosten -- **/
		div#projektDetails p.verantwortlicher.first { margin: 0 0 0 25px; padding: 2px 5px 0 5px; }
		div#projektDetails p.verantwortlicher { margin: 0 0 0 25px; padding: 2px 5px 0 5px; }
		div#projektDetails p.verantwortlicher.last { margin: 0 0 35px 25px; padding: 2px 5px 2px 5px; }
			div#projektDetails p.verantwortlicher span { display: block; float: left; width: 150px; }

		/** -- Bilder und Presseberichte -- **/
		div#projektDetails p.dateien.first { margin: 0 0 0 25px; padding: 2px 5px 2px 5px; }
		div#projektDetails p.dateien.last { margin: 0 0 35px 25px; padding: 0 5px 2px 5px; }
			div#projektDetails p.dateien span { display: block; float: left; width: 65px; }

	/** -- Inhalte die in Textareas eingegeben wurden -- **/
	div#projektDetails div.area { background: #FCFCFA; background: #FCFCFA; margin: 0 0 35px 25px; padding: 10px 5px 2px 5px; }
		div#projektDetails div.area p { background: none; margin: 0 0 10px 0; padding: 0; }
		div#projektDetails div.area ul { margin: 0 0 10px 0; padding-left: 14px; }
			div#projektDetails ul li { list-style-type: disc !important; }
		div#projektDetails div.area ol { margin: 0 0 10px 0; padding-left: 21px; }
			div#projektDetails ol li { list-style-type: decimal !important; }


	div#projektDetails p.spacer { line-height: 1px; height: 1px; background: none; margin: 0; padding: 0; }




/***********************************************/
/** -- Fehlermeldungen in Admin-Formularen -- **/
form#gdAdminForm p.errorMeldung { font-weight: bold; color: red; margin: -10px 0 0 0; padding: 0 0 10px 17px; }


/************************************************/
/** -- "Zurück"-Link auf allen Admin-Seiten -- **/
p#adminBackLink { position: absolute; top: 226px; left: 224px; width: 499px; text-align: right; margin: 0; padding: 0; }