body {
	background-image: url(/_signs/bg.gif); 
	background-repeat: no-repeat;
}
.border {
	background-image: url(/_signs/border.jpg);
	background-repeat: repeat-y;
}
.text, .input, .textkursiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.textfett, .textfettgrau, .textfettblau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}
.textfettgrau {
	color: #B6B6B6;
}
.textfettblau {
	color: #333366;
}
.textkursiv {
	font-style : italic;
}
a:link {
	color: #999999;
	font-style: normal;
	cursor: pointer;
	text-decoration: none;
}
a:active {
	color: #999999;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
A.link, A.linku {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
A.linku {
	text-decoration: underline;	
	color: #666666;
}