/* testkommentar */
<!--
BODY{
        background-color: #D6FFC6;
        color: #2E279B; 
        font-size: 8pt;
        font-family: sans-serif;
}

P{
	font-size: 8pt;
	font-family: sans-serif;
	color: #2E279B;
        margin: 0;
}

TD{
        font-size: 8pt;
        font-family: sans-serif;
        color: #2E279B;
        background-color: #D6FFC6;
}
H1{
        font-family: sans-serif;
        color: #2E279b;
}
H3{
        font-family: sans-serif;
        color: #2E279B;
}
A:link{
	font-size: 8pt;
	font-family: sans-serif;
	color: #071677;
	text-decoration: none;
        font-weight: bold;
}
A:visited{
	font-size: 8pt;
	font-family: sans-serif;
	color: #071677;
	text-decoration: none;
        font-weight: bold;
} 
A:active{
	font-size: 8pt;
	font-family: sans-serif;
	color: #071677;
	background-color: #B1FFA8;
	text-decoration: none;
        font-weight: bold;
} 
A:hover{
	font-size: 8pt;
	font-family: sans-serif;
	color: #071677;
	text-decoration: underline;
        font-weight: bold;
}

DIV.textwidget INPUT{
	font-size: 7pt;
	font-family: sans-serif;
	color: #2E279B;
	background-color: #e2ffe0;
        margin: 0;
        padding: 0;
        border-top: 1pt solid #668844;
        border-bottom: 1pt solid #668844;
        border-left: 1pt solid #668844;
        border-right: 1pt solid #668844;
}

DIV.buttonwidget INPUT{
	font-size: 8pt;
	font-family: sans-serif;
	color: #2E279B;
	border-left: 1pt solid #5073FF;
	border-top: 1pt solid #5073FF;
	border-right: 1pt solid #2E279B;
	border-bottom: 1pt solid #2E279B;
	background-color: #B1FFA8;
        margin: 0;
        padding: 0;
}

UL{
	margin-top: 0;
        margin-bottom: 0;
}

LI{
        font-size: 7pt;
        font-family: sans-serif;
        color: #2E279B;
}

LI:before{
        content: "-&nbsp;";
}
//-->
