

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
	float: left;
}
th strong {
	color: #fff;
}
th {
	background: #306bc1 url(button-bg.jpg) repeat-x 0 0; 
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border: 1px solid #306bc1;
	border-bottom-width: 2px;
}
tr {
	height: 32px;
	background: #fff;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #E5F0FB; 
}
/* end - table */


linkspezial {
    color: #000000;
    text-decoration: none;
}
linkspezial:hover {
    color: #1CA2DE;
} 
