/* CSS Document */
/* mit regatten zu verwenden */

table {
	border: 4px solid #FFCC00;
}
tr {

}
th {
	border-left: thin solid #DADADA;
	border-bottom: thin solid #DADADA;
	text-align: center;
	height: 44px;
}
td {
	border-left: thin solid #DADADA;
	border-bottom: thin solid #DADADA;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #0000CC;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px;
}
h1 {
	font-size: 26px;
	font-weight: normal;
}	
h2 {
	font-size: 14px;
	font-weight: bold;
}	
h3 {
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
h6 {
	font-size: 11px;
	font-weight: normal;
}
