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

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

html 
{
    height:100%;
}

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

#header, #navigation, #shortAddress, #globalNavigation, #resizeImage, #newsletter, #webBy
{
	display: none;
}


#address
{
	padding-left: 10px;
}
