* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
  background-color: #000000;
}
.background {
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: repeat-x;
}
#container {
}
.table {
  background-image: url(../images/pic_start.jpg);
}
}
#header {
  z-index: 2;
  position: relative;
  width: 777px;
  height: 88px;
}
#main {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 446px;
  background-color: #000000;
}
#bottom {
  z-index: 2;
  position: relative;
  text-align: right;
  width: 777px;
  height: 66px;
}
a:hover {
  color: #A5988F;
  text-decoration: none;
}
h1 {
	font-size: 14px;
	color: #E73737;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
.impressum {
	color: #000000;
	text-decoration: none;
	font-weight: none;
}
a {
	font-size: 11px;
	color: #8A7E74;
  	text-decoration: none;
}
td {
  font-size: 11px;
  color: #000000;
}
.header {
   font-size: 14px;
	font-weight: bold;
	color: #0C5829;
}
input, select, textarea {
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
	padding: 2px;
}
