/* ************ Allgemeine Formatierungen ************ */
*{
	font-family:Arial,Verdana, Helvetica, sans-serif;
}

body
{
    margin:0px;
    padding:0px;
	font-size: 11px;
}

html 
{
    height:100%;
}

#drucklogo img, #drucklogo{
	display: block;
	float: left;
	margin-left: 0px;
	margin-bottom:5px;
	

}

/* *********************** DIV's ******************** */

#dynamicHeaderImage,div#mainMenu, div#leftCorner,div#homeLeftcollum,
div#leftcollum,
#banner,
#quicklogin,#search,#helpnavigation,
#bottomMenu,#weblinks,#favoritContents,#lastUpdatedContents,#testimonials,
.contentFooter,
#contactNewsletter

{
	display: none;
}
div#footerBoxes div#addressBox div.default p.bodytext br{
	float: left;
}
div#footerBoxes div#addressBox {
	float: left; 
	width: 773px;  
	border-right: 0px;	
}
#contentBox , #middleContainer{
	margin-left: 0px;
	padding-left: 0px;
}

div#headerContent {
	height:100px;
}
div#content {width:718px; padding:0px; margin: 0px;}


