﻿html, body, td { 
  font-family: Verdana, sans-serif; 
  font-size: 13px;
}
body {
  background-color: #393939;
  color: #E0E0E0;
}

h1 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: normal;
}
h2 {
  font-size: 13px;
  font-weight: bold;
}
a {
  color: #FFEA63;
  text-decoration: none;
}
a img { border: 1px solid #393939; }
a:hover img { border: 1px solid #404040; }
a:hover {
  text-decoration: underline;
}
span.arrow {
  color: #BBAA55;
  font-size: 19px;
  line-height: 0.5em;
  position: relative;
  font-weight: bold;
  top: 0.1em;
}
#lblBildInfo {
	font-weight: bold;
}
table { border-collapse: collapse; }
table#grdGruppen td {
	border-top: 2px solid #404040;
	border-bottom: 2px solid #404040;
	padding-top: 2px;
	padding-bottom: 2px;
}

