body {
    background-color: #363636;
    color: #FFFFFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin: 2px;
    }

a:visited {
    color: #ffffff;
}




.Button1 {
	text-shadow:0px -1px 0px #b5b5b5;
	box-shadow:inset 0px 34px 0px -15px #bdbdbd ;
	background:linear-gradient(to bottom, #bdbdbd 5%, #bdbdbd 100%);
	background-color:#bdbdbd;
	border:1px solid #241d13;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:9px 23px;
	text-decoration:none;
}

.Button1:active {
	position:relative;
	top:2px;
}



table.Tabelle1 {
  font-family: Verdana, Geneva, sans-serif;
  border: 2px solid #000000;
  background-color: #4A4A4A;
  width: 100%;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
}
table.Tabelle1 td, table.Tabelle1 th {
  border: 1px solid #4A4A4A;
  padding: 3px 2px;
}
table.Tabelle1 tbody td {
  font-size: 13px;
  color: #E6E6E6;
}
table.Tabelle1 tr:nth-child(even) {
  background: #888888;
}
table.Tabelle1 thead {
  background: #000000;
  border-bottom: 3px solid #000000;
}
table.Tabelle1 thead th {
  font-size: 15px;
  font-weight: bold;
  color: #E6E6E6;
  text-align: center;
  border-left: 2px solid #4A4A4A;
}
table.Tabelle1 thead th:first-child {
  border-left: none;
}

table.Tabelle1 tfoot {
  font-size: 12px;
  font-weight: bold;
  color: #E6E6E6;
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: -webkit-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: linear-gradient(to bottom, #404040 0%, #191919 66%, #000000 100%);
  border-top: 1px solid #4A4A4A;
}
table.Tabelle1 tfoot td {
  font-size: 12px;
}
