/* Master-Style für CSS-Beispiele */

h1 { padding-left:45px; background:url('icon.gif') 8px 5px no-repeat; }

a.pdf {padding-left:20px; background:url('pdf-icon.gif') no-repeat; }

/* Editierbereich: */
div#edit 	{	width:45%;
				float:left;
				margin:5px;
				padding:5px;
				}
				
* html div#edit 	{	width:48%; }

* html div#view 	{	width:100%; }

div#edit input { border:1px dotted #aaa;padding:2px 5px;}						
				
div#edit ul {font-size:0.8em; }

span.beispiel, span.werte { font-family:courier; color:#426DA5; font-size:0.9em;text-decoration:none; }

p.beispiel, p.werte { font-family:courier; color:#426DA5; font-size:0.75em;text-decoration:none; }

p.beispiel:first-line, p.komp:first-line, p.werte:first-line {font-weight:bold;font-family: Arial, Helvetica, sans-serif;color:#555555;}

/* Anzeigebereich des Editiervorgangs: */
div#view  {		width:50%;
				margin:5px; margin-left:48%;
				padding:5px;
				}

/* der Zielcontainer erhält keine statische Formatierung! */

div#edit p, div#view p {width:100%;}
