/*Body CSS
**************************************************************/
*{	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
	color: black;
}

body{
	color: #424242;
	overflow-x: hidden;
	margin: 0 !important;
	padding: 0;
	font: 15px/24px 'robotolight', Arial, sans-serif;
	background: white url(../pics/header_ganz.jpg) no-repeat center top;
}

a:focus, a:active {
   outline: none;
}



