p, h1, h2, h3, h4, h5, h6 { font-family: Verdana,Arial,Helvetica,sans-serif; }
td, th, ol, ul, dl, li, div { font-family: Verdana,Arial,Helvetica,sans-serif; font-size:9pt; }

.navigation { font-size:9pt; font-weight:bold; color:#ffffff; }
a.navigation:link { color:#ffffff; font-weight:bold; text-decoration:none;}
a.title:visited { color:#ffffff; font-weight:bold; text-decoration:none; }
a.navigation:active { color:#ffffff; font-weight:bold; text-decoration:none; }
a.title:link { color:#ffffff; font-weight:bold; text-decoration:none;}
a.title:active { color:#ffffff; font-weight:bold; text-decoration:none;}

body	{ background-color:#FFFFFF; color:#000000; 
       scrollbar-3dlight-color:black;
		scrollbar-arrow-color:black;
 		scrollbar-base-color:white;
       scrollbar-darkshadow-color:white;
       scrollbar-face-color:white;
       scrollbar-highlight-color:white;
       scrollbar-shadow-color:black;}
       
td.txt		{ background-color:#FFFFFF; color:#000000; font-size:8pt;}


a:link { color:#000000; 
font-weight:bold; text-decoration:none;
}
a:visited { color:#000000; font-weight:bold; text-decoration:none;}
a:active { color:#000000; font-weight:bold; text-decoration:none;}
a.title:active { color:#ffffff; font-weight:bold;}
.title { background-color:#FFCE1E; color:#000000; }
.active { color:#000000; font-weight:bold;}
p.active { font-size:9pt; color:#FFFFFF; font-weight:bold; text-decoration:none;}


h1 { font-size:12pt; color:#666666;}
h2 { font-size:14pt; color:#666666; }
h3 { font-size:12pt; color:#666666; }
h4 { font-size:10pt; color:#666666; }
h5 { font-size:9pt; color:#000099;}
h6 { font-size:9pt; color:#000099; font-weight: normal}

.bildschrift 
{
    position: relative;
}
.bildschrift img 
{
    display: block;
}
.bildschrift span 
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: red;
    line-height: 1.5em;
    text-align: center;
    background-color: White;
    background-color: hsla(0, 0%, 100%, 0.5);
    }