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

