/* ecwin7.css */


/********************************************************/
/* Inhaltsfenster                                       */

body.content	{ background-color:#CCCCFF; white-space:nowrap; }

p.impressum	{ color:#4444AA; font-weight:bold; text-decoration:none;
		  margin-top:0mm; margin-bottom:0; }
body.content p.impressum a:link		{ color:#4444AA; }
body.content p.impressum a:visited	{ color:#4444AA; }
body.content p.impressum a:hover	{ color:#FF0000; text-decoration: underline; }


/********************************************************/
/* Projekt-Navigationsleiste                            */

table.nav	{  }
table.nav td	{ background-color:#ccccee; text-align:center; font-weight:bold; }
table.nav td	{ color:#888888; }

table.nav a:link	{ color:#444444; text-decoration:none; }
table.nav a:visited	{ color:#444444;  text-decoration:none; }
table.nav a:hover	{ color:#FF4444; text-decoration: none; }

/********************************************************/
/* Textbereich                                          */

body		{ background-color:#EEEEFF; }

h1 	{ color:#4444AA; margin-top:15mm; font-size:150%; font-weight:bold; }
h2	{ color:#4444AA; margin-top:10mm; font-size:130%; font-weight:bold; }
h3	{ color:#4444AA; margin-top:5mm; font-size:120%; font-weight:bold; }

h4	{ color:#4444AA; margin:12pt 0pt 6pt 0pt; font-weight:bold; }


a:link		{ color:#0000FF; text-decoration:none; }
a:visited	{ color:#0000FF;  text-decoration:none; }
a:hover		{ color:#FF0000; text-decoration: underline; }



/********************************************************/
/* Beispiele                                            */

div.exampleIntro {font-weight:bold; color:#4444AA; }

pre.example	{ background-color:#DDDDFF; padding:6pt 3mm 6pt 5mm; }

pre.exampleLeft { background-color:#DDDDFF; margin-right:30%; padding-top:6pt; padding-right:3mm; padding-bottom:6pt; padding-left:5mm; }

pre.exampleRight { background-color:#DDDDFF; margin-left:30%; padding-top:6pt; padding-right:3mm; padding-bottom:6pt; padding-left:5mm; }


p.example { margin-left:10mm; background-color:#DDDDFF; }    /* #CCFFCC  */

div.read { background-color: #FFFF88; padding:6pt 3mm 6pt 5mm;  }


/* pre.badExample { background-color:#FFCCCC; padding:6pt 3mm 6pt 5mm; } */


/********************************************************/
/* Zeichen formatieren                                  */
span.code {
	font-family:monospace; 
	font-weight:bolder;
	color:rgb(51,51,51);
	white-space:nowrap;
}

span.codeWrapable {
	font-family:monospace; 
	font-weight:bolder;
	color:rgb(51,51,51);
}

span.literal { font-weight:bolder; font-size:100%; color:rgb(153,51,0); }

a.literal { font-weight:bolder;	font-size:100%;	color:rgb(153,51,0); }

a.literal:link		{ color:rgb(153,51,0); text-decoration:none; }
a.literal:visited	{ color:rgb(153,51,0); text-decoration:none; }
a.literal:hover		{ color:rgb(153,51,0); text-decoration: underline; }

span.leitbuchstabe {
        font-weight:bold;
        font-size:130%;
        color:#4444AA;
}

span.sieheAuch {
        font-weight:bold;
	font-size:smaller;
	color:#444444;
}


span.enum { 
	font-weight:bold; 
	font-size:140%; 
	margin-right:4mm; 
}

/********************************************************/
/* Listen allgemein                                     */

ul.pinned	{ list-style-image:url(img/pingruenspc.gif); 
		  margin-top:6pt; }

ul.pinned li	{ margin-bottom:2mm; }


/********************************************************/
/* Bereiche                                             */

div.bildtext {  font-weight:bold;  }


/********************************************************/
/*   Sonderformatierungen                                    */
#weiterfuehrend { font-size:90%;  }

#spruch	{ padding:0pt 0pt 0pt 10mm;  }

div.in1 { margin-left:100mm;  }





