@media all{
h1                   {font-size:18px; font-weight:bold; text-align:center}
h2                   {font-size:16px; font-weight:bold; text-align:center}
h3                   {font-size:14px; font-weight:bold; text-align:center}
p, div               {font-size:12px; text-align:center}
hr                   {text-align:center; width:400px; background-color:gray; height:2px; border:0px; margin-top:10px}
img                  {margin:5px}
}

@media screen, projection, handheld {
/* Allgemeine Einstellungen: */
body                 {color:black; background-image:url(bilder/layout/bw/bg.jpg); font-family:Helvetica,sans-serif,Verdana; font-size:12px}
a:link               {color:#8F8F8F}
a:hover              {background-color:#E2E2E2; color:#6D6D6D}
a:visited            {color:#6D6D6D}
.small               {font-size:10px}
/* Einstellungen für Menüleiste (die wird ja in jede PHP-Datei integriert): */
.menue, .menue-kopf, .menue-fuss {text-align:left;padding-top:5px;padding-left:30px;padding-bottom:15px;margin-top:0px;margin-bottom:0px}
.menue a, .menue-kopf a, .menue-fuss a {font-size:16px;text-decoration:none; font-weight:bold; color:#8F8F8F}
.menue               {background-image:url(bilder/layout/bw/menue-mitte.png)}
.menue-kopf          {background-image:url(bilder/layout/bw/menue-kopf2.png)}
.menue-fuss          {background-image:url(bilder/layout/bw/menue-unten.png)}
.menue-home          {font-size:10px;text-align:left;padding-top:5px;padding-bottom:30px;margin-bottom:0px;width:200px;background-image:url(bilder/layout/bw/menue-kopf.png)}
.menue-home a        {text-decoration:none; color:#6C6C6C}
* html .menue {background-image:url(bilder/layout/bw/menue-mitte.gif)}
* html .menue-kopf {background-image:url(bilder/layout/bw/menue-kopf2.gif)}
* html .menue-fuss {background-image:url(bilder/layout/bw/menue-unten.gif)}
* html .menue-home {background-image:url(bilder/layout/bw/menue-kopf.gif)}
.menue a:hover, .menue-home a:hover, .menue-kopf a:hover, .menue-fuss a:hover {background-color:transparent;color:#E2E2E2}
/* Textkästen */
.textkasten-oben     {position:relative;top:0px;left:220px;width:749px;margin-bottom:0px;padding-bottom:45px;background-image:url(bilder/layout/bw/bg-oben.png)}
.textkasten-mitte    {color:#E2E2E2;position:relative;top:0px;left:220px;width:724px;padding:1px 10px 30px 10px; background-image:url(bilder/layout/bw/bg-mitte.png)}
.textkasten-mitte h1 {font-size:24px}
.textkasten-mitte h2 {font-size:16px}
.textkasten-mitte a:link    {color:#E2E2E2}
.textkasten-mitte a:hover   {color:#6D6D6D;background-color:#E2E2E2}
.textkasten-mitte a:visited {color:#6E6E6E}
.textkasten-unten    {position:relative;top:0px;left:220px;width:749px;padding-bottom:30px;background-image:url(bilder/layout/bw/bg-unten.png)}
* html .textkasten-oben     {position:relative;top:-13px;padding-bottom:45px;margin-bottom:-23px;background-image:url(bilder/layout/bw/bg-oben.gif)}
* html .textkasten-mitte    {position:relative;background-image:url(bilder/layout/bw/bg-mitte.gif)}
* html .textkasten-unten    {position:relative;padding-bottom:18px;background-image:url(bilder/layout/bw/bg-unten.gif)}
/* Tabellen */
.ueber               {color:black;background-color:#DFDFDF}
.dunkel              {color:black;background-color:#AAAAAA}
.hell                {color:black;background-color:#DDDDDD}
.dunkel a:link,  .hell a:link      {color:#8F8F8F}
.dunkel a:hover, .hell a:hover     {background-color:#E2E2E2; color:#6D6D6D}
.dunkel a:visited, .hell a:visited {color:#6D6D6D}

/* Sonstiges */
.link-tabelle        {border-spacing:10px; width:95%}
.int                 {text-align:justify}
.int-antwort         {color:white;font-weight:bold;text-align:justify}
.impressum           {color:#E2E2E2; font-size:10px}
}