body {
  font-family: Helvetica,Arial;
  font-family: Arial;
  font-size: 14px;
  color: black;
}
#seite {
  width: 605px;
  margin: 0 auto;
}
#header {
  float: left;
  width: 605px;
  height: 194px;
  background-image: url('./img/header.gif');
}
#logo {
  float: left;
  margin-left: 8px;
  margin-top: 12px;
  width: 589px;
  height: 135px;
}

#search-box {
    position: absolute;
	margin-left: 475px;
	margin-top: -130px;
}

#navi {
  float:left;
  margin-top: 12px;
  width: 605px;
  font-size: 14px;
  color: #72AB01;
}
#center {
  float: left;
  width: 605px;
  background-image: url('./img/center.gif');
}
#main {
  width: 605px;
  padding: 20px;
}
html>body #main {
  width: 565px;
  padding: 20px;
}
#footer {
  float: left;
  width: 605px;
  height: 14px;
  background-image: url('./img/footer.gif');
}
#ground {
	float: left;
	text-align: center;
	width: 605px;
	font-size: 10px;
}
/* Signaturformatierungen */
.sig {
  min-width: 600px;
}
.head {
    float: left;
	width: 565px;
	height: 30px; 
	font-size: 12px;
	border: 1px black solid;
	background-image: url('./img/bg.gif');
	text-align: center;
	line-height: 30px;
}
.body {
  float:left;
  border-left: 1px black solid;
  border-right: 1px black solid;
  border-bottom: 1px black solid;
}
.body1 {
    float: left;
    width: 405px;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
}
.body2 {
    float: left;
    width: 80px;
	padding-left: 10px;
	padding-right: 10px;
}
.foot {
  float: left;
  width: 565px;
  height: 20px;
}
hr {
	border: 1px dotted;
	color: black;
}

/* Textformatierungen */
h1 {
	color: #72AB01;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #72AB01;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	color: #72AB01;
	font-size: 16px;
	font-weight: bold;
}
.text1 {
  color: #72AB01;
  font-size: 16px;
  font-weight: bold;
}

/* Linkformatierungen */
a:link {
  text-decoration: none;
  color: #72AB01;
}
a:visited {
  text-decoration: none;
  color: #72AB01;
}
a:hover {
  text-decoration: none;
  color: black;
}
a:active {
  text-decoration: underline;
  color: black;
}

/*Sonstiges*/

a:hover span {
  display: block;
  position: absolute;
  margin: 0 auto;
}
a span {
  display: none;
}

#getbox a { 
  display:block;
  background: url('./img/getbox.gif');
  width: 235px; 
  height: 57px;
}
#getbox a:hover { 
  display:block;
  background: url('./img/getboxhover.gif'); 
}

#infobox {
  position: static;
}

#infobox fieldset {
	border: 1px black solid;
}
