/* Zusatz-CSS fuer Screendarstellung der Projektseiten */

/* Projektcontainer mit Schmuckhintergrund (Leute) */
#ppage { background: url(/img/projekt_hg.jpg) bottom left no-repeat; }
/* Leichte Modifikationen des Inhaltsbereiches */
#content { padding: 0px 135px 10px 20px; }
#content h1 { color: #000; font-size: 1.4em; margin: 0px 0px 0px 0px; padding: 8px 0px 8px 0px; }
#content h2 { padding: 0px 0px 0px 0px; font-size:1.0em; margin:8px 0px 8px 0px; }
#content p { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
#content a { color:#5C75A5; font-style:italic;text-decoration:none; }
#content a:hover { text-decoration:underline; }
/* rechte Leiste */
#pleiste { float: right; }

/* Klappmenue etwas hoeher */
#menu {	margin-top:4em; }
/* Standardmenue in linker Spalte (nicht klappbar) */
#left p { padding: 0 0 0 12px; }
#left .standard,
#left .standard ul,
#left .standard li,
#left .standard a {
	display:block;
	margin:0;
	padding:0 0 0 0;
	border:0;
}

#left .standard {
	width:150px;
	list-style:none;
}
#left .standard ul {
	width:150px;
	padding: 0px 0;
	border: 1px solid #000;
	background: #fff;
	list-style: none;
}

#left .standard li {
	position:relative;
	padding:4px 0;
	line-height: 1.2em;
}
#left .standard a {
	background: transparent;
	color: #000;
	padding:0 0 0 12px;
	text-decoration:none;
	width:100%; /* der IE braucht das hier ;-)*/
}

#left .standard li>a { width:auto;	/* und das ist fuer Firefox & Opera */ }

#left .standard li:hover { background-color: #ADBAD2; }		
