@CHARSET "ISO-8859-1";

/* Allgemeine Designdefinitionen für Unterpunkte "In Produktion, 
   In Planung und Archiv" des Menüpunktes "Projekte" */

/* Kindelement von "bodyContent" in der Datei layout.css
   Erster Abschnitt */
div.bodyContentProjekteListe {
	position:relative;
	top:10px;
	
	font-family:Arial;
	font-size:9pt;	

	
	width:640px;
}

.bodyContentProjekteListeEintrag {
	margin-top:20px;
}

.bodyContentProjekteListeEintragTitel {
	font-size:18px;
	font-weight:bold;
        width:555px;
}

.bodyContentProjekteListeEintragBeschreibung {
	margin-top:10px;
	margin-left:150px;
	text-align: justify;
	width:475px;
	height:110px;
}

.bodyContentProjekteListeEintragBildWeiter {
	margin-top:10px;
}

.bodyContentProjekteListeEintragWeiter {
	display:inline;
	
	position:relative;
	top:-3px;
	left:5px;
}

.bodyContentProjekteListeEintragBild {
	margin-top:10px;
	float:left;
}

.bodyContentProjekteArchivDHTMLPopup {
	display:inline;
	margin-top:10px;
	margin-left:10px;
}
