body
{
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: Arial, sans serif;
  font-size: 10pt;
}


a img
{
  border: 0;
}

#weiter
{
  float: right;
  text-align: right;
  position: absolute;
  top: 580px;
  left: 520px;
  width: 120px;
}



#gesamtrahmen
{
  width: 600px;
  margin: 0 30px 0 30px;
}


#header
{
  white-space:nowrap;
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
  border-bottom: 6px solid #000;
}

#header #logo_baunetz
{
  margin: 0 0 0 377px;
}

#header #logo_apple
{
  margin: 0 0 0 87px;
}


#image
{
  width: 100%;
  text-align: center;
}


#footer
{
  margin: 30px 0 0 0;
  width: 100%;
}

#footer_links
{
  float: left;
  width: 50%;
}


#footer_rechts
{
  float: right;
  width: 50%;
  text-align: right;
}


#footer_rechts strong
{
  font-size: 9pt;
}

.text_unterstrichen
{
  margin: 0 0 0 0;
  border-top: 1px solid #CCC;
}

.zeile
{
  color: #535353;
  font-size: 11px;
  border-bottom: 1px solid #CCC;
}


.zeile strong
{
  color: #000;
  font-weight: bold;
}

.zeile a, a:link, a:active, a:visited {
	color: #535353;
	text-decoration: none;
}

.zeile a:hover {
	color: #535353;
	text-decoration: underline;
}

.weiterlink {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.weiterlink a:hover, a:active {
	text-decoration: none;
}


