/* ebay.e-commerce-live.com */

html, body
 { 
  margin: 0px; 
  padding: 0px; 
  
  text-align: center; 
  
 	background-color: #C0C0C0;      
 } 
 
#box
 { 
  margin-left: auto; 
  margin-right: auto;   	
 	
  width: 907px; 
  
  text-align: left;  
  
 	background-color: #FFFFFF;       
 } 

#header
 {
  position: relative; 
 
  height: 311px; 
  width: 907px;  
  
  text-align: center;

  background-image: url('/images/header.jpg'); 
 } 
 
#preisbereich
 {
  position: absolute;
  
  top: 205px;  
  left: 753px; 
  
  font-family: Tahoma, Arial, sans-serif; 
  font-size: 12px;
  font-weight: bold;
 	color: #45453A;    
 	
 	text-align: right; 
 }

#banner
 {
  float: left; 
  position: relative;  	
    
  font-family: Tahoma, Arial, sans-serif; 
  font-size: 12px;
  line-height: 18px;
 	color: #45453A;   
 	
  width: 159px; 
  height: 1550px;  
 }
 
#banner_code_links
 {
  position: absolute;
 
  top: 520px;
 	
  margin: 64px 10px 10px 11px;
 } 
 
#banner_code_rechts
 {
 	position: absolute;
 	 	
  margin: 64px 10px 10px 21px;
 }

 
#container
 {
  float: right; 
  position: relative;  	
 	
  width: 655px;
 }

#nav
 {
  float: right; 
  position: relative;  	
  
  width: 252px;
  height: 580px;
   
  font-family: Tahoma, Arial, sans-serif; 
  font-size: 12px;
  line-height: 18px;
 	color: #45453A;
 	
  background-image: url('/images/nav.jpg'); 
 }
 
#suche
 {
  position: absolute; 
  
  line-height: 0px;
  
  top: 70px; 
  left: 57px;
 }
 
#content
 {
  float: left; 
  display: inline; 
  position: relative; 
  
  width: 496px;  
  /*min-height: 1550px;  */
  
  font-family: Tahoma, Arial, sans-serif; 
  font-size: 12px;
  line-height: 18px;
 	color: #45453A;    
  
  background-image: url('/images/content.jpg'); 
  background-repeat: no-repeat;
 }
 
#content td
 {
  font-family: Tahoma, Arial, sans-serif; 
  font-size: 12px;
  line-height: 18px;
 	color: #45453A;   	
 }
 
#content h1
 {
 	margin: 0px;
 	padding: 30px 0px 20px 35px;
 	
  font-family: Tahoma, Arial, sans-serif; 
  font-size: 22px;
 	color: #176CAD;   	
 }
 
#content a
 {
 	color: #45453A;   	
 }

#footer
 { 		 	
  height: 91px; 
  
 	font-family: Tahoma, Arial, sans-serif; 
 	font-size: 12px;
 	color: #D1D2A8;  
 	   
  background-image: url('/images/footer.jpg'); 
  background-repeat: no-repeat;  
  
  clear: both;
 } 
 
#footer a
 {
  color: #FFFFFF;
  
  text-decoration: none; 	
 }
   
hr
 {
  border: 0px; /* Für Firefox und Opera */
  border-top: solid 1px #45453A;
  border-bottom: solid 1px #FFFFFF;
 }
 
img
 {
  border: 0px;
 }

.err
 {
 	color: #FF0000;
 }

.clearfix:after 
 {
  content: "."; 
  display: block; 
  height: 0px; 
  clear: both; 
  visibility: hidden;
 }
 
.clearfix
 {
 	display: inline-block;
 }

* html .clearfix
 {
 	height: 1%;
 }
 
.clearfix
 {
 	display: block;
 }