body, table, th, td, a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	background-color:#9F3F3F; 
	color: #000000;
}
a:link, a:visited {
   color: #9F3F3F;
   font-weight:800;
   text-decoration: none;
}
a:active, a:hover {
   color: #000000;
   font-weight:800;
   text-decoration: none;
}
table {
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
table.outertable {
   border: 1px solid #C9C9C9;
}
th.header {
   color: #c5c589;
   font-size: 22px;
   font-weight: bold;
   height: 45px;
   padding: 0 10px 0 10px;
   vertical-align: middle;
   text-align: center;
}
td.content {
   padding: 10px;
   vertical-align: middle;
   	color: #ffffff;
}
.beschriftung {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}