body {
  //background: #eff2f3;
  background: #ffffff;
  padding: 20px;
  margin: 0px;
  font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #666;
  width: 800px;
}

img {
  border: 0;
}

a {
  color: #93c1ed;
  font-weight: bold;
  text-decoration: none;
}


.menu {
  height: 30;
  background: #330000;
  margin: 0 0 20px 0;
  color: #ffff00;
  text-align: right;
  padding: 5px;
  //font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

a.menuitem:link {
	padding: 3px 3px;
	text-decoration: none;
	color: #ffffff;
}

a.menuitem:visited {
	padding: 3px 3px;
	//text-decoration: none;
	color: #ffffff;
}

a.menuitem:hover {
	padding: 3px 3px;
	text-decoration: none;
	color: #ffff00;
}

a.menuitem:active {
	padding: 3px 3px;
	text-decoration: none;
	color: #ffffff;
}

a.menuitem:focus {
	padding: 3px 3px;
	text-decoration: none;
	color: #ffffff;
}

.menutxt {
	padding: 3px 3px;
	color: #ffffff;
}


.title {
  text-align: left;
  font-size: 18px;
  padding: 10px 10px 0px 0px;
  color: black;
  font-family: Lucida Grande, arial, sans-serif;
  margin: 0 auto 0 auto;
  font-weight: bold;
  //width: 800px;
}

.balken {
  height: 130px;
  padding: 5px;
  background: #a58200;
  //margin-right: auto;
  //margin-left: 0px;
  //margin-top: auto;
  //margin-bottom: 0px;
  //vertical-align: bottom;
  //clear: both;
  text-align: right;
  font-weight:bold;
  font-size: 14px;
  color: #ffffff;
}

.balkensub {
  position: relative;
  top: 115px;
}

.gfbfoot {
  //height: 130px;
  padding: 5px;
  background: #ffffff;
  //margin-right: auto;
  //margin-left: 0px;
  //margin-top: auto;
  //margin-bottom: 0px;
  //vertical-align: bottom;
  //clear: both;
  text-align: right;
  font-weight:bold;
  font-size: 14px;
  color: #000000;
}
