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