/* DATEI: std.css */

/* Aufbereitung für Bildschirmausgabe */
body
{
   color: #533;
   font-family: Times, serif;
   font-size: 14pt;
}
body
{
   background-color: transparent;
   background-image: url(/grafiken/lowerend1.jpg);
   background-repeat: no-repeat;
   background-position: bottom right;
   background-attachment: fixed;
   margin-right: 0;
   padding-right: 8px;
   min-height: 2000px;
}
html
{
   background-color: #98b0b4;
   background-image: url(/grafiken/lowerend2.jpg);
   background-repeat: repeat-x;
   background-position: bottom right;
   background-attachment: fixed;
}
select
{
   background-color: #98b0b4;
   color: #533;
   font-family: Times, serif;
   font-size: 14pt;
}
a:link, a:visited
{
   color: #353;
}
a:focus, a:hover, a:active
{
   color: #357;
}
a.extern:before
{
   content: url(grafiken/extlink.png) " ";
}
ol
{
   margin-left: 3em;
}

/* Diverse Einzelelemente */
#title
{
   text-align: center;
   font-family: Helvetica, Arial, sans-serif;
   font-style: oblique;
   font-variant: small-caps;
   letter-spacing: 0.1em;
}
#langselect
{
   text-align: right;
}
#validator
{
   text-align: right;
}
#copy
{
   font-style: italic;
   font-weight: bold;
}
ul
{
   list-style-position: outside;
   list-style-type: katakana;
}
table
{
   border-collapse: collapse;
   border-style: solid;
   border: 1px;
}
th
{
   background: #88a0a4;
   border-style: solid;
   border-width: 1px;
   border-bottom-width: 4px;
   padding-right: 0.5em;
   padding-left: 0.5em;
}
td
{
   border-style: solid;
   border-width: 1px;
   padding-right: 0.5em;
   padding-left: 0.5em;
}

/* Quoting */
[lang|="de"]>*
{
   quotes: "\00bb" "\00ab" "\203a" "\2039";
}
[lang="de-de"]>*
{
   quotes: "\201e" "\201c" "\201a" "\2018";
}
[lang="de-ch"]>*
{
   quotes: "\00ab" "\00bb" "\2039" "\203a";
}
[lang|="en"]>*
{
   quotes: "\291c" "\291d" "\2018" "\2019";
}
q:lang(de), blockquote:lang(de)
{
   quotes: "\00bb" "\00ab" "\203a" "\2039";
}
q:lang(de-de), blockquote:lang(de-de)
{
   quotes: "\201e" "\201c" "\201a" "\2018";
}
q:lang(de-ch), blockquote:lang(de-ch)
{
   quotes: "\00ab" "\00bb" "\2039" "\203a";
}
q:lang(en), blockquote:lang(en)
{
   quotes: "\291c" "\291d" "\2018" "\2019";
}
q:before, blockquote:before
{
   content: open-quote;
}
q:after, blockquote:after
{
   content: close-quote;
}
