BODY
{
   	COLOR: rgb(106,0,40);
   	BACKGROUND-COLOR: rgb(106,0,40);
    FONT-FAMILY: Times, serif;
    FONT-SIZE: 14px;
    margin: 0;
    padding: 0;
}
h2 {margin-top:0px; font: bold 16px serif}

a:link, a:visited {text-decoration:none; color:rgb(0,0,0)}
a:hover, a:active {text-decoration:none; color:rgb(106,0,40)}

.bilder {margin-left:21px; margin-right:21px; float:left}

.button
{
    BORDER:1px solid rgb(106,0,40);
    BACKGROUND-COLOR: rgb(255,255,255);
	COLOR: rgb(106,0,40);
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	LETTER-SPACING:1px;
	cursor:hand;
}

.eingabe
{
    BORDER: 1px solid rgb(232,222,217);
    PADDING-LEFT: 5px;
    BACKGROUND-COLOR: rgb(232,222,217);
	font-size:13px;
}

.fehler
{
	font-size:1spx;
	font-weight: bold;
	color:rgb(232,49,54);
}