/* Formatdefinition für gurulike heimatseiten*/
/*kompatibel zu nicht CSS-fähigen Brausern, die dann html-Standardschrift verwenden*/

/* Formatklassendefinizione*/

/*allgemein*/
 a:link { color:#4888FF;text-decoration:none; font-weight:bold; }
 a:visited { color:grey; text-decoration:none; font-weight:bold; }
 a:hover { color:#EE44FF; text-decoration:none; font-weight:bold; }
 a:active { color:green; font-weight:bold; }
 body { background-color:#F4F4F4; font-family: arial, sansserif; font-size:10pt;  color:darkblue; }


/*Überschriften*/

h1 { font-family: arial, sansserif; font-size:28pt; font-weight:bold; color:#000000; margin:0px;  margin-top:8px; margin-bottom:18px; } 								/*Seitenüberschrift*/

h2 { font-family:arial, sansserif; font-size:18pt; font-weight:bold; color:#000088;
      border-bottom-style:solid; border-bottom-width:2px; border-color:darkblue;
      margin:0px; margin-top:6px; margin-bottom:12px; }			/*Kapitelüberschrift*/

h3 { font-family:arial, sansserif; font-size:14pt; font-weight:bold; color:#000088;
       margin:0px; margin-top:8px; margin-bottom:8px; }			/*Themenüberschrift*/

/*texttypen*/

p { font-family:arial, sansserif; font-size:10pt;  color:#000088; margin-top:6px; margin-bottom:8px; line-height:10pt; } 								/*Standardtext*/

big { font-family:arial, sansserif; font-size:16pt; font-weight:bold; color:darkblue;  margin-top:6px; margin-bottom:6px; }						/*großer, fetter Text*/

h4 { font-family:arial, sansserif; font-size:9pt;  color:#000088; margin-top:3px; margin-bottom:2px; }								/*hervorgehobener Text*/

h5 { font-size:8pt; font-family: arial, sansserif; color:#000088;}	/*kleiner Text*/

h6  { font-size:6pt; font-family: arial, sansserif; color:#000088;}		/*das Kleingedruckte*/

/*Sondertextform nicht-proportional*/
.nopro  { font-family:courier; font-size:19pt; font-weight:bold;  color:black; margin-top:10px; margin-bottom:10px; }


/*Textattribute, mit div*/
.red   { color:red }
.blue  { color:blue }
.bold  { font-weight:bold }

/*text-Boxen, mit div*/
.boxer   { font-family:arial, sansserif; font-size:9pt;  background-color:#EEEEFF;  color:blue; margin-top:6px; margin-bottom:6px; margin-left:6px; margin-right:6px; border-width:3px; border-style:solid; border-color:black; 
