/* 
   W_Stil.css, Version: 2013-05-12
   Cascading Style Sheets für HTML-Texte für "www.Wissenschaftssprache.de"
*/

body                 { color: black; 
                       background-color: #E7E7E7;
                       margin: 0em 0em 0em 0em;
                       border-style: none;
                       font-size:   medium;
                       font-family: sans-serif; 
                       font-family: Arial, Verdana, "Trebuchet MS", "DejaVu Sans Condensed", Helvetica, Univers, sans-serif; 
                      }
h1, h2, h3, h4, h5   { padding:0; text-align:center; 
                        font-family: Verdana, Arial, "DejaVu Sans Condensed", Helvetica, Univers, sans-serif; 
                      }

table                { width:100%; }
td                   { vertical-align: top; }
th                   { vertical-align: top; text-align: left; }
ol                   { margin:    1em 0%  1em 0%; list-style-position:inside; list-style-type:decimal; }
ul                   { margin:    1em 0%  1em 0%; list-style-position:outside; list-style-type:dot; }
li                   { margin: 0.5em 0em  0em 0em; }
hr                   { margin:    0em  0%  0em  0%; }

a:link,
a:visited,
a:focus              { color: #D14836;  cursor: pointer; text-decoration: none; }
a:hover,
a:active             { color: #D14836;  cursor: pointer; text-decoration: none; background-color: #FFDF00; }

/* W-eigene CSS-classes */
#W_Startseite a:link,
#W_Startseite a:visited,
#W_Startseite a:focus   { color: #D14836;  }
#W_Startseite a:hover,
#W_Startseite a:active  { color: #D14836;  background-color: #FFDF00; }

#WD_Lehrbuch a:link,
#WD_Lehrbuch a:visited,
#WD_Lehrbuch a:focus     { color: #008940; }
#WD_Lehrbuch a:hover,
#WD_Lehrbuch a:active    { color: #FFFFFF; background-color: #33BDF2; }

.WD_Lehrbuch a:link,
.WD_Lehrbuch a:visited,
.WD_Lehrbuch a:focus     { color: #008940; }
.WD_Lehrbuch a:hover,
.WD_Lehrbuch a:active    { color: #FFFFFF; background-color: #33BDF2; }

.W_Hintergrund      { background-color: #FFFFFF; }
.W_Ueberschrift     { font-size: x-large; margin: 1.5em 15% 0.5em 15%; font-weight: bold; }
.W_Kopfmenue        { color: #D14836; 
                       background-color: #E7E7E7;
                       padding: 0em 0em 0em 0em;
                       border-color: #D14836; 
                       border-width:0px 0px 1px 0px; 
                       border-style:solid;
                     }

.W_Navigation,
.W_Menue           { font-size:  medium; 
                       margin: 0em 0em 0em 0.5em;
                     }
.W_Menue_aktuell   { color: #FFFFFF; background-color: #D14836; }
.W_Menue_aktiv a:link,
.W_Menue_aktiv a:visited,
.W_Menue_aktiv a:focus   { color: #FFFFFF; background-color: #D14836; cursor: pointer; text-decoration: none; }
.W_Menue_aktiv a:hover,
.W_Menue_aktiv a:active  { color: #D14836; background-color: #FFDF00; cursor: pointer; text-decoration: none; }

.W_nix              { color: #7F7F7F; }
.W_Navi_Aufgaben    { color: #D14836; 
                       background-color: #E7E7F7; 
                       padding: 1px;
                       border-color: #D14836; 
                       border-style:solid; 
                       border-width:1px; 
                       font-size:  x-large; 
                       text-align: right;
                       position:absolute; right: 0px;
                       margin-top:0em;
                     }
.W_Anfang           { font-size: small; text-align: right; }

.W_Titel            { color:#D14836;
                       font-size: small; 
                       font-weight: bold; 
                       text-align: right; 
                       margin: 0em 1em 0em 0em;
                     }
.W_Titel2           { color:#7F7F7F;
                       font-size: small; 
                       font-weight: bold; 
                       text-align: right; 
                       margin: 0em 1em 0em 0em;
                     }
.W_Untertitel      { font-weight: normal; 
                       white-space: nowrap; 
                     }
.W_Autoren         { color: black;
                       font-weight: normal; 
                       white-space: nowrap; 
                     }

.W_Menueliste       { font-size: medium;    
                       width: 70%; 
                       margin: 0em 15% 2em 15%; 
                     }

.W_Text             { font-size: medium; margin: 0.5em 15% 0em 15%; text-align: left; text-indent: 0%; }
.W_Text_ohne_Indent { font-size: medium; margin: 0.5em 15% 0em 15%; text-align: left; }
.W_Text_klein       { font-size:  small; margin:   0em 15% 0em 15%; }

.W_Schriftfassung   { font-size: medium; margin: 0.5em 15% 0em 15%; text-align: left; }
.W_Tabelle          { font-size: medium; margin:   1em 15% 1em 15%; width: 70% }

.W_Liste_im_Text    { font-size: medium; margin: 0.5em 15% 0em 15%; text-align: left; text-indent:0%; }

.W_Literatur        { font-size: medium; margin: 0.5em 0% 0em 5%; text-align: left; text-indent:-5%; }
.W_Internet_Einstiege{font-size: medium; margin: 0.5em 15% 0em 19%; text-align: left; text-indent:-2%; }

.W_Fussnote         { font-size:  small; margin: 0.5em 15% 0em 18%; text-align: left; text-indent:-3%; }
.W_Fz               { font-size:  small; background-color: #E7E7F7; }

.W_Schrift_normal   { font-weight: normal; font-style: normal; }
.W_Hervorhebung_fett   { font-weight: bold; }
.W_Hervorhebung_kursiv { font-style: italic; }
.W_Hervorhebung_unterstrichen { text-decoration: underline; }
.W_Hervorhebung_unterstrichen_fett { text-decoration: underline; font-weight: bold; }
.W_Beleg            { font-style: italic; margin: 0 2em 0 2em; }
.W_Aufgabennummern  { font-size: medium; margin: 0.5em 15%   0em 15%; text-align: left; line-height: 150%; font-weight: bold; white-space:nowrap; }
.W_Hinweis          { font-size: medium; margin: 0.5em 15%   0em 15%; text-align: left; }
.W_Fuss             { color: #D14836;
                       background-color: #E7E7E7;
                       font-size: x-small; 
                       margin: 1em 0em 0em 0em; 
                       padding: 0.5em 1em 0.5em 1em;
                       border-color: #D14836; 
                       border-style:solid;
                       border-width:1px 0px 0px 0px; 
                       white-space: nowrap;
                      }
.WD_Inhaltsverz0     { font-size:  large; font-weight:bold; text-align: left; text-indent: -1%; margin: 0.75em 30% 0.25em 30%; }
.WD_Inhaltsverz1     { font-size:  large; font-weight:bold; text-align: left; text-indent: -1em; margin: 0.5em 2% 0.2em 1em; }
.WD_Inhaltsverz2     { font-size: medium;                   text-align: left; text-indent: -2em; margin: 0.5em 2%   0em 3em; }
.WD_Inhaltsverz3     { font-size: small;                    text-align: left; text-indent: -3em; margin:   0em 2%   0em 6em; }

.W_Markierung_gruen  { background-color: #9FFF9F; }
.WD_Markierung_immergruen { background-color: #9FFF9F; }
.W_Text_gruen       { color: #008F00; text-decoration: underline; white-space: nowrap; }
.W_Antwort_gruen     { color: #008F00; }
.W_Hinweis_fuer_Lehrende { color: #3F3F3F; margin: 0.5em 0% 0em 1.5em; text-indent: -1.5em; }
.W_Lehrende_Label    { font-weight: bold; }

#WD_Aufgabe           { margin: 0em 20% 0em 20%; }
.W_Aufgabe           { margin: 0em 0%  0em 0%; font-size: large; font-weight: bold; }
.W_Listenbereich     { margin: 0.5em 20%  1em 20%; }
.W_Aufgabenverz1     { font-size: 120%; font-weight:bold; text-align: left; text-indent: -1em;   margin: 0.5em 0% 0.5em   1em; }
.W_Aufgabenverz2     { font-size: 100%; font-weight:bold; text-align: left; text-indent: -2em;   margin:0.75em 0% 0.5em   3em; }
.WD_Aufgabenverz3     { font-size:  90%; font-weight:bold; text-align: left; text-indent: -2.5em; margin: 0.5em 0% 0.5em 5.5em; }
.W_Trenner           { margin: 1em 0% 0em 0%; }
.W_Aufgabenstellung  { margin: 0.5em 0 0.5em 5em; text-indent: -4.5em; }

.W_Aufgabenkasten_num,
.W_Aufgabenkasten    { background-color: #EEEEEE;  
                        padding: 0px 0.5em 0px 0.5em;
                        border-style:solid;
                        border-width: 1px;
                        margin-top: 0.25em;
                        font-size: medium; 
                      }
.W_Aufgabenkasten     p { margin: 0.25em 1em 0.25em 0.5em; }
.W_Aufgabenkasten_num p { margin: 0.25em 1em 0.25em 1.5em; }
.W_Aufgabenvorgabe     { color: #000000; margin-left: 1em; text-indent: 0em; }
.W_Aufgabenvorgabe1 { color: #000000; text-indent: -1.25em; }
.W_Aufgabenvorgabe2 { color: #000000; text-indent: -1.5em; }
/*
.WD_Aufgabenvorgabe_num { color: #000000; margin-left: 1em; text-indent: -1em; }
*/
.WD_Aufgabenvorgabe_MC  { color: #000000; margin-left: 1em; margin-top: 0.5em; white-space:pre;
                           font-family: "Andale mono", "Lucida Sans TypeWriter", "DejaVu Sans Condensed", "DejaVu Sans Mono", "Lucida Console", "Courier New", Courier, monospace; }
.W_Aufgabenantwort     { color: #008F00; margin-left: 1em; text-indent: 0em; }
.W_Aufgabenantwort0 { color: #008F00; }
.W_Aufgabenantwort1 { color: #008F00; text-indent: -1.25em; }
/*
.WD_Aufgabenantwort_num { color: #008F00; margin-left: 1em; text-indent: -1em; }
*/
.WD_Loesung_Text     { color: #008F00; }
.WD_Aufgabenantwort_mI  { color: #008F00; margin-left: 1em; text-indent: -1em; }
.WD_Aufgabenlabel    { margin: 0; font-size: medium; font-weight: bold; }
.W_Textquelle       { font-size: small; text-align: right; }

#WD_Spalte_links      { float: left;
                        width: 40%;
                        margin: 0em 0% 1em 10%;
                      }
#WD_Spalte_rechts     { position: static; 
                       width: 50%; 
                       margin: 0em 0% 1em 50%;
                      }

#WD_Titeldruck       { display:none; }

.WD_Frage,
.WD_Antwort          { margin: 2em 15%  0em 15%; font-size: large; }

.WD_Name             { font-variant: small-caps }
.WD_Beispiel         { font-style: italic; }

.WD_OK               { color: #FFFFFF; background-color: green; }

.WD_Aufgabennummern,
.WD_Navigation,
.WD_Navi_Aufgaben,
.W_URL_trennen,
.W_URL              { font-family: "Andale mono", "Lucida Sans TypeWriter", "DejaVu Sans Condensed", "DejaVu Sans Mono", "Lucida Console", "Courier New", Courier, monospace; }
.W_URL              { white-space: nowrap; } 

.W_zusammen         { white-space: nowrap; }
.W_blockiert        { color: #3F3F3F; }
.W_kein_Druck       { clear: both; }
.W_kursiv           { font-style: italic; }

.nach_oben          { text-align: right; margin: 0em; padding: 0pt;}

@media print
{
body,
.W_Fuss             { color: black; background-color: #FFFFFF; }
.nach_oben          { display: none; visibility: collapse; }
}

@media print, tty
{
.W_Kopfmenue        { display:none; }
.W_Zeilenmenue      { display:none; }
.W_Anfang           { visibility:hidden; }
.W_Titel            { display:none; }
.W_Titel2           { display:none; }
.W_Text             { font-size: medium; margin: 0.5em 10% 0em 10%; text-align: left; text-indent: 0%; }
.W_kein_Druck       { display:none; }
.W_Inhaltsverz0     { font-size: large; font-weight: bold; text-align: left; text-indent: -1%; margin: 0.75em 10% 0.25em 10%; }
.W_Listenbereich    { margin: 0.5em 5%  1em 5%; }
#W_Titeldruck        { display:inline; }
#W_Titeldruck h1    { font-size:  large; margin:   1em 15%   0em 15%; font-weight: bold; color:#D14836; }
#W_Titeldruck h2    { font-size: medium; margin:   1em 15%   0em 15%; color:#D14836; }
#W_Titeldruck h3    { font-size:  small; margin:   1em 15% 0.5em 15%; font-weight: bold; }
#W_Spalte_links,
#W_Spalte_rechts     { clear: both; position: static; margin: 1em 0% 1em 10%; width: 100%;}
}

/* Ende W_Stil.css */

/********************************************************************/
