/*
   html_style
   =====================
   Projektweite Definitionen für physikkurs


   Datum:20.2.2010
*/

/*    Dokumentweite Definitionen    */
body
{
          /* background-image:url(img/snow.jpg); */
          background-color:#FFFFF0;
          font-family: Arial,Helvetica;
          font-size:12pt;
}


/*    Definitionen für Aufgabenblätter    */
.auf
{
          /*background-image:url(img/orangew1.gif); */
          background-color:goldenrod;
          /* background-color:ivory; */
          font-family: Arial,Helvetica;
          font-size:12pt;
}


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

/*    Spezialdefinitionen für Tabellen    */

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

td,th
{
         /* background-image:url(img/papierhe.jpg); */
          font-family: Arial,Helvetica;
          font-size:12pt;
         /* background-color:lemonchiffon; */
          background-color:#FFFFF0;
}

.px       {margin-left:170px;}

.animat
{
          font-family: Arial,Helvetica;
          font-size:10pt;
          color:darkgreen;
}

.searchbutton
   { width:120px; background-color:#E6E600; color:brown; font-weight:bold;}

/* für Verweise zu noch nicht besuchten Seiten */
a:link { text-decoration:none; font-size:10pt; font-weight:bold; color:blue; }

/* für Verweise zu bereits besuchten Seiten */
a:visited { text-decoration:none; font-size:10pt; font-weight:bold; color:#800080; }

/* für Verweise, die den Fokus erhalten */
a:focus { text-decoration:none; font-size:10pt; font-weight:bold; background-color:gold; }

/*  für Verweise, während der Anwender mit der Maus darüber fährt */
a:hover { text-decoration:none; font-size:10pt; font-weight:bold; background-color:gold; }

/*   für gerade angeklickte Verweise */
a:active { text-decoration:none; font-size:10pt; font-weight:bold; background-color:yellow; }



/*    Spezialdefinitionen für Hintergründe    */
/*.head        {background-color:#FFFACD;}  */
.head        {background-color:#E6E6FA;}
.versuch     {background-color:lemonchiffon;}
.beob        {background-color:papayawhip;}
.def         {background-color:#C9FFA8;}
.merk        {background-image:url(img/yelloww1.gif);}
.satz        {background-color:mistyrose;}
.beweis      {background-color:lavender;}
.beispiel    {background-color:lavender;}
.formel      {background-color:linen;}
.rechnung    {background-color:lemonchiffon;}
.code        {background-color:#FFFFE0;}
.ansicht     {background-color:#C9FFA8;}
.btext       {background-color:oldlace;}
.zuf         {background-color:papayawhip;}
.hintergrund {background-color:ivory;}
.bw          {background-image:url(img/whitew1.gif);}
.navi        {background-color:#D9D9FF;}


/*    Spezialdefinitionen für Hintergründe und Verschiebung    */
.defpx         {background-color:#C9FFA8;width:160px;}
.satzpx        {background-color:mistyrose;width:160px;}
.beweispx      {background-color:lavender;width:160px;}
.beispielpx    {background-color:lavender;width:160px;}
.merkpx        {background-image:url(img/yelloww1.gif);width:160px;}
.codepx        {background-color:#FFFFE0;width:160px;}
.ansichtpx     {background-color:#C9FFA8;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(img/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:12pt;
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;}
.ar11 {font-family: Arial,Helvetica; font-size:11pt;}

/*  Ü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;}

/*      Hintergrundfarben als img-Dateien     */
.beige  {background-image:url(img/beigew1.gif);}
.black  {background-image:url(img/blackw1.gif);}
.blue   {background-image:url(img/bluew1.gif);}
.brown  {background-image:url(img/brownw1.gif);}
.cyan   {background-image:url(img/cyanw1.gif);}
.dgray  {background-image:url(img/dgrayw1.gif);}
.green  {background-image:url(img/greenw1.gif);}
.lgray  {background-image:url(img/lgrayw1.gif);}
.orange {background-image:url(img/orangew1.gif);}
.pink   {background-image:url(img/pinkw1.gif);}
.purple {background-image:url(img/purplew1.gif);}
.red    {background-image:url(img/redw1.gif);}
.taupe  {background-image:url(img/taupew1.gif);}
.white  {background-image:url(img/whitew1.gif);}
.wine   {background-image:url(img/winew1.gif);}
.yellow {background-image:url(img/yelloww1.gif);}
.snow   {background-image:url(img/snow.jpg);}

/*    Navigation einspaltig, nach unten aufklappbar    */


  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }
  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.4em; left: 0.8em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: 1.5em;
    lef\t: 0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:#D9D9FF; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 22.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold; font-size: 9pt;
    border: 1px solid #E6E6FA;;
    border-left-color: #D9D9FF; border-top-color: #D9D9FF;
    background-color: #D9D9FF;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 22.4em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 25.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }

  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: #D9D9FF;
    border-left-color: #D9D9FF; border-top-color: #D9D9FF;
    background-color: gold;
  }

/* EOF */