.blacklink a:link { text-decoration:none; font-weight:bold; font-size:-1; color:#000000; }
.blacklink a:visited { text-decoration:none; font-weight:bold; color:#000000; }
.blacklink a:hover { text-decoration:none; font-weight:bold; }
.blacklink a:active { text-decoration:none; font-weight:bold; background-color:#000000; }
.blacklink a:focus { text-decoration:none; font-weight:bold; background-color:#00ff000; }

.bluelink a:link { text-decoration:none; font-weight:bold; font-size:-1; color:#0000FF; }
.bluelink a:visited { text-decoration:none; font-weight:bold; color:#0000FF; }
.bluelink a:hover { text-decoration:none; font-weight:bold; }
.bluelink a:active { text-decoration:none; font-weight:bold; background-color:#0000FF; }
.bluelink a:focus { text-decoration:none; font-weight:bold; background-color:#00ff000; }

H2{font-family:arial, verdana; font-size:20}
H3{font-family:arial, verdana; font-size:16}
H4{ font-family:arial, verdana; font-size:13; font-weight:bold}
H5{ font-family:arial, verdana; font-size:13; font-weight:550}
H6{ font-family: arial, verdana; font-size:12}
H7{ font-family: arial, verdana; font-size:9}
H8{ font-family: arial, verdana; font-size:12}
table{ font-family: verdana, Arial; font-size: 12}
.greyborder
{
    border-color: #ff9999;
    border-width: 2px;
    border-style: outset;
}

.bluefont
{
    font-color: #0000ff;
}

.whitefont
{
    font-color: #ffffff;
}

html { overflow-x: auto; }
html { overflow: -moz-scrollbars-vertical; }

#wrapper {
background-image: url(testbild.png);
width: 300px;
height: 300px;
}

#wrapper {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='testbild.png', sizingMethod='scale');
}

