body {
        background-image:url(/jpg/backgr.jpg);
        background-attachment:fixed;
        font-size: 10pt;
        font-family: Arial;
        color: #000000;
        text-decoration:none;
}
h1 {
    font-size: 18pt;
    font-family: Arial;
    color: #000000;
    text-decoration:underline;
    font-weight:bold;
    margin-top:5pt;
    margin-bottom:5pt;


}
h2 {
    font-size: 14pt;
    font-family: Arial;
    color: #000000;
    text-decoration:underline;
    font-weight:bold;
    margin-top:5pt;
    margin-bottom:5pt;
}
h3 {
    font-size: 10pt;
    font-family: Arial;
    color: #000000;
    text-decoration:underline;
    font-weight:bold;
    margin-top:5pt;
    margin-bottom:5pt;
    font-style:italic;

}
.bild {
    font-size: 8pt;
    font-family: Arial;
    color: #000000;
    text-decoration:none;
}
.gross {
        font-size: 14pt;
        font-family: Arial;
        color: #000000;
}
.bold {
	font-size: 10pt;
        font-family: Arial;
        color: #000000;
        text-decoration:none;
        font-weight:bold;
}
.boldund {
	font-size: 10pt;
        font-family: Arial;
        color: #000000;
        text-decoration:underline;
        font-weight:bold;

}
td {
	font-size: 10pt;
        font-family: Arial;
        color: #000000;
}
a:link {
	color:#000000; text-decoration:none; font-weight:bold;
}
a:visited {
	color:#000000; text-decoration:none; font-weight:bold;
}
a:hover {
	color:#000000; text-decoration:none; background-color:#0066FF; font-weight:bold;
}
a:active {
	color:#000000; background-color:#0066FF; font-weight:bold;
}