body, td
{
  font-family: Verdana; 
  font-size: 11px; 
  font-style: normal; 
  font-weight: normal; 
  color: #7c7c7c; 
  text-decoration: none;
}

.titol{
	background-image: url(images/bgTitol.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 63px;
	color: #414141;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.titol2{
	color: #da6c26;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a{
	color: #d55c0d;
	text-decoration: none;
}
a:hover{
	color: #d55c0d;
	text-decoration: underline;
}
.txtblau{
	color: #11568b;
}
a.txtblau{
	color: #11568b;
	text-decoration: none;	
}
a.txtblau:hover{
	color: #11568b;
	text-decoration: underline;	
}
.voragris{
	border: 1px #cdcdcd solid;
}