@charset "iso-8859-2";

/* CSS Document */
  body {
	font: 12px Arial, sans-serif;
	color: #000;
	text-align: left;
	height: 90%;
  }    
  a { 
    text-decoration: underline;
	color: #000;	
	border: 0;
  }
  h1 {
	font: bold 16px  Arial, sans-serif;
	line-height: 22px;
  }  
  h2 {
	font: normal 16px Arial, sans-serif;
  }
  p {
    padding: 0;
  }
  img {
	border: 1px solid #cebdad;
	clear: both;
  }
  input, select, textarea  {
    border: 1px solid #ccbbaa;
	font: normal 12px  Arial, sans-serif;
 	color: #000;
  }
  #content .title {
	display:none;
 }    
    
/* Seiten-Container */
  #logo {
	height: 126px;
	width: 119px;
	border: 0px;
  }

/* Navigation / Menü */  
  #navigation, #topmenu {
	display:none;
  }     
  #content .collection_box {
	clear: both;
  }
  
 /* Footer*/  
  #footer {
    clear: both;
	font-size: 10px;
	margin-top: 20px;
  } 
      
/* General */  
  img.anchor_top, img.anchor_blog_top, .sold {
    display:none;
  }