/* Print-Layout */

#container {	padding:10px 0 0 60px; }



#headercontainer { width: 550px; }

#header          { width: 550px; background-color: #fff; display: none;}
  
#headerleft      { display: none; }





#contentcontainer  { width: 550px; margin-top:30px;}

#contentleft {  display: none; }

#contentright { display: none; }



#footercontainer  { display: none; }



/* BG-Bilder ausschalten */

.bgcontent   { background-color: #fff; background-image: none }
.bgfuss      { background-color: #fff; background-image: none }
body  {
 color: #000000;
 background-color: #ffffff;
 background-image: url("/pages/img/trans.gif");
 text-align: left;
 margin: 0;
 padding: 0;
 }