BODY {
	margin: 0px;
	padding: 0px;
              background: #E4E3E3;
}

#wrapper {
	margin-left: auto; 
	margin-right: auto;
	width: 916px; 
	min-height: 600px;
	background: #E4E3E3 url(../images/pbk.gif) repeat-y;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0px; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


#search {
	display: none;
}



#maintopic {
	display: none;
}


#topic {
	display: none;
}

#youarehere {
	display: none;
}

#rechts {
	width: 710px;
	float: right;
}

#content {
	position: absolute;
  top: 20px;
  left: 20px;
	width: 480px;
	padding: 0px;
	margin: 0px 50px 0px 0px;
}

#sidebar {
  display: none;
}

#common {
	display: none;
}


#social  {
	display: none;
}

#more {
	display: none;
}


.onlinetype{
  display: none;
  }  

.printtype{
  display: inline;
} 


