.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.mytable {
	font-family: Verdana, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	width: 90%;
}

caption.mytabcap {
	color: #06C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	caption-side: top;	/* top|bottom|left|right */
}

td.mycell, th.mycell {
	color: #000;
	border: 1px dotted #333; /* Zellen-Innenrand */
	vertical-alignment: top;
}

th.mycell {
	text-align: center;
	border-bottom: 1px dotted #555; /* Zellen-Innenrand */
	background-color: #06C;
	color: white;
}

table.mytable tr {
	background-color: #FFF;
}

td.mycell {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: top;
	font-size: 0.8em;
}

table.mytable tr:hover {
	background-color: #CCC;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
}

.kopfzeile:hover {
	font-style: normal;
	font-weight: normal;
	font-size: 0.5em;
}

col.mytabcol {
	border: 1px solid #06C;
	width: 50%;
}

