BODY {
  background-attachment: fixed;
  background-image: url('design/bgpic.jpg');
  font-family : Arial, sans-serif;
  font-size : 12px;
  color : #3A5238
  margin: 0;
}

A {
  color: #663300;
  text-decoration: none;
  font-size: 14px;
}

A:hover {
  color: #3A5238;
  text-decoration: none;
  font-size: 14px;
}

td.back2   {
  background-color: #928B78;
}

td.header  {
  background-image: url('design/header.jpg');
  background-repeat: no-repeat;
  vertical-align: top;
  width: 1024px;
  height: 330px;
}

td.headernav {
	padding-top: 290px;
	text-align: center;
	color: #cccccc;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

td.textlaufband  {
/*  background-image: url('design/laufbandtop.png');
  background-repeat: no-repeat;
  width: 1024px;
  height: 60px;*/
  color: #FDD017;
  text-decoration: none;
}

td.nav {
  vertical-align: top;
  padding-top: 10px;
  width: 150px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}


td.navback2 {
	background-image: url('design/nav_head.jpg');
	height: 21px;
	width: 192px;
	background-repeat: no-repeat
}

td.navback3 {
	background-image: url('design/nav_bg.jpg');
	height: 30px;
	width: 192px;
	background-repeat: repeat-y;
}

td.navback4 {
	background-image: url('design/nav_foot.jpg');
	height: 29px;
	width: 192px;
	background-repeat: no-repeat
}

td.navheadertext {
  text-align: center;
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
}

td.menutext {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

td.content{
  vertical-align: top;
  padding-top: 10px;
}

td.con_head {
  vertical-align: top;
	background-image: url('design/con_head.jpg');
	height: 68px;
	width: 620px;
	background-repeat: no-repeat
}

td.con_middle{
	vertical-align: top;
	background-image: url('design/con_bg.jpg');
	height: 68px;
	width: 620px;
	background-repeat: repeat-y;
}

td.con_foot{
	vertical-align: top;
	background-image: url('design/con_foot.jpg');
	height: 64px;
	width: 620px;
	background-repeat: repeat-y;
}

td.con_laufband{
/*	background-image: url('design/laufband.jpg');
	height: 80px;
	width: 620px;
	background-repeat: repeat-y;*/
}


td.footer {
  background-image: url('design/footer.jpg');
  background-repeat: no-repeat;
  width: 1024px;
  height: 60px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;

}