.footer  {		position:absolute;
				right:0;
				top:0;
				margin-top:10px;
				z-index:10001;
				text-align:right;
				}
.footer A	{color:#7777DD;}
.footer A:hover	{color:#0000DD;}
.footer .element 	{
				display:block;
								
				margin:0 20px 0 20px;
				padding-top:0px;
				
				}
 body{
  margin:0;
  /*   padding:154px 0 22px 0;header, footer-size */
  width:100%;
 }
 div#frameTop{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:129px;  /* header size */

  z-index:10000;
 }
 /*
 .content_pferdeAuflistung	 div#frameTop{
   height:154px;  /* header size */
 /*} */
 div#content	{
 background:white;
 width:100%;
margin-top:129px;
/*margin-top:129px;*/
}
div#contentInner {
 	padding:10px;
}
/*
.content_pferdeAuflistung div#content {
margin-top:154px;
  } */
 div#frameBottom{
/*  position:absolute;

  top:0;
  left:0;
  width:0;*/
  height:0px;   /* footer-size */
  z-index:10000;
 }
