.hidden,
.phide,
div#navibereich,
div#leftpane,
div#rightpane
{ 
   width: 0;
   height: 0;
   display: none; 
}
div#header
{
	float:                      left;
	clear:                      both;
	width:                      auto;
}
div#centered
{
    width:                      561px;
	margin-left:                0px;
}

div#footer
{
    width:                      auto;
}
div#breadcrumb,
div#info
{
   display:                      block;
}
a 
{ 
   color: black; 
   text-decoration: none; 
}
/* [URL] nach dem Linktext, nicht im IE */
a[centerpane.href]:after 
{ 
   content:" [Adresse: "attr(href)" ] "; 
}
body
{
    margin:                     0px;
    background-color:           #ff0033;
}
div#main
{
    background-color: #ff0033;
}