body{
	background-color:#ffffff;
	text-align: left;
}

#sologo{
	width:auto;
	float:none;
	display:block; /* some hack was used in style.css */
}

#container, #footer{
	background-image:none;
	width:510px;
	border-width:0px;
	margin:15px 0px;
}

#content .cobj , #content h1 {
	display:block;
}
#footer{
	margin:0px 20px;
}


#breadcrumb{
	border-width:0px;
	clear:both;
}



/********************
 * Bugfix for firefox:
 * if we have a #content.display:block, he wants to put the block on the same page if possible.
 * the result is when there is too much content for one page, the #sologo is the 
 * only thing that will be displayed on the first page, and #content starts on on the second.
 * so, display inline and the margins and widths on all the inner elements
 */


#content{
	display:inline;
	float:none;
	_float:left; 
	/* in ie6, the last element in a row of floating elements needs a float attr to.
	its cleared in the breadcrumb anyway */
}

#container , #internallinkinfo {margin-left:20px;}
#breadcrumb, #sologo, #content {
	margin-left:0px;
}

/********************
 * Wenn Standortseite brauchts platz für contextspalte
 */
#container.printWithContext {
	width:720px;
}

#container.printWithContext #context{
	float:right;
}
#container.printWithContext #content .cobj,
#container.printWithContext #content h1
{
/*	margin-right:205px; breakes ie6*/
	width:510px;
}

/*
.adressblock{
	font-size:10px;
	padding:20px;
}
*/

