/*
   mathe_style
   =====================
   Projektweite Definitionen für bürgerinitiative

   Datum: 03.12.2005
*/





/*    Dokumentweite Definitionen    */
body, textarea
{
          background-image:url(images/snow.jpg);
          /*background-color:darkgreen;*/
          font-family: Arial,Helvetica;
          font-size:11pt;
          scrollbar-base-color:#F4F3EE;
          scrollbar-3dlight-color:#F4F3EE;
          scrollbar-arrow-color:#B2B2B2;
          scrollbar-darkshadow-color:#F4F3EE;
          scrollbar-face-color:#F4F3EE;
          scrollbar-highlight-color:#B2B2B2;
          scrollbar-shadow-color:#B2B2B2;
          scrollbar-track-color:#F4F3EE;
}


/*    Spezialdefinitionen für Befehle    */
p,a,b,ul,pre
{
          font-family: Arial,Helvetica;
          font-size:11pt;
}

sub,sup
{
          font-family: Arial,Helvetica;
          font-size:9pt;
}

/*    Spezialdefinitionen für Tabellen    */

table
{
          font-family: Arial,Helvetica;
          font-size:11pt;
}

td,th
{
         /* background-image:url(images/papierhe.jpg); */
          font-family: Arial,Helvetica;
          font-size:11pt;
        /*  background-image:url(images/snow.jpg);*/
          background-color:mistyrose;
}

.px       {margin-left:170px;}


/*    Spezialdefinitionen für Hintergründe    */
.def           {background-color:#C9FFA8;}
.satz          {background-color:mistyrose;}
.beweis        {background-color:lightcyan;}
.beispiel      {background-color:lavender;}
.merk          {background-image:url(images/yelloww1.gif);}
.code          {background-color:#FFFFE0;}
.ansicht       {background-color:moccasin;}
.rechnung      {background-color:lemonchiffon;}
.zuf           {background-color:papayawhip;}
.btext         {background-color:oldlace;}
/*.hintergrund   {background-color:darkgreen;}*/
.hintergrund   {background-image:url(images/snow.jpg);}
.bw            {background-image:url(images/whitew1.gif);}
.tanr          {background-color:bisque;}

/*    Spezialdefinitionen für Hintergründe und Verschiebung    */
.defpx         {background-color:#C9FFA8;width:160px;}
.satzpx        {background-color:mistyrose;width:160px;}
.beweispx      {background-color:lightcyan;width:160px;}
.beispielpx    {background-color:lavender;width:160px;}
.merkpx        {background-image:url(images/yelloww1.gif);width:160px;}
.codepx        {background-color:#FFFFE0;width:160px;}
.ansichtpx     {background-color:moccasin;width:160px;}
.rechnungpx    {background-color:lemonchiffon;width:160px;}
.zufpx         {background-color:papayawhip;width:160px;}
.btextpx       {background-color:oldlace;width:160px;}
.hintergrundpx {background-color:ivory;width:160px;}
.bwpx          {background-image:url(images/whitew1.gif);width:160px;}

.line1         {margin-left:170px;color:purple;height:2px;}
.line2         {color:maroon;height:2px;}


/*    Textfarben    */
.sfbraun       {color:#993300;}
.sfschwarz     {color:black;}
.sfdunkelrot   {color:maroon;}
.sfdunkelgruen {color:green;}
.sfolivegruen  {color:olive;}
.sfdunkelblau  {color:navy;}
.sfviolett     {color:purple;}
.sfblaugruen   {color:teal;}
.sfdunkelgrau  {color:gray;}
.sfhellgrau    {color:silver;}
.sfrot         {color:red;}
.sfhellgruen   {color:lime;}
.sfgelb        {color:yellow;}
.sfblau        {color:blue;}
.sfmagneta     {color:fuchsia;}
.sfhellblau    {color:aqua;}
.sfweiss       {color:white;}
.sfbeispiel    {color:#0E23B4;}


/*    Kombinierte Spezialdefinitionen    */
.tag
{
color:#0000FF;
font-family: Courier New,Courier,Arial,Helvetica;
font-size:11pt;
font-weight:100;
}
.tag10
{
color:#0000FF;
font-family: Courier New,Courier,Arial,Helvetica;
font-size:10pt;
font-weight:100;
}

/*        Arial-Schriftgrößen     */
.ar6  {font-family: Arial,Helvetica; font-size:6pt;}
.ar7  {font-family: Arial,Helvetica; font-size:7pt;}
.ar8  {font-family: Arial,Helvetica; font-size:8pt;}
.ar9  {font-family: Arial,Helvetica; font-size:9pt;}
.ar10 {font-family: Arial,Helvetica; font-size:10pt;}
.ar12 {font-family: Arial,Helvetica; font-size:12pt;}
.ar13 {font-family: Arial,Helvetica; font-size:13pt;}
.ar14 {font-family: Arial,Helvetica; font-size:14pt;}
.ar15 {font-family: Arial,Helvetica; font-size:15pt;}
.ar16 {font-family: Arial,Helvetica; font-size:16pt;}

/*  Überschriften   */
h1 { font-size:26px; }
h2 { font-size:21px; }
h3 { font-size:16px; }
h4 { font-size:13px; }
h5 { font-size:11px; }

/*  Standard-Hintergrundfarben     */
.schwarz     {background-color:black;}
.dunkelrot   {background-color:maroon;}
.dunkelgruen {background-color:green;}
.olivegruen  {background-color:olive;}
.dunkelblau  {background-color:navy;}
.violett     {background-color:purple;}
.blaugruen   {background-color:teal;}
.dunkelgrau  {background-color:gray;}
.hellgrau    {background-color:silver;}
.rot         {background-color:red;}
.hellgruen   {background-color:lime;}
.gelb        {background-color:yellow;}
.blau        {background-color:blue;}
.magneta     {background-color:fuchsia;}
.hellblau    {background-color:aqua;}
.weiss       {background-color:white;}

/* EOF */