html{

}

body{
	margin: 0;
	overflow: auto;
	background-color: #f8f8f8;
	/* background-image: url("/template/images/eintrachtbg.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;*/
}


#headerNav{
	padding: 0.5em;
	background-color: #FFFFFF;
	margin-bottom: 2em;
	position: fixed;
	top: 0px;
	width: 100%;
}


#buttons{
	margin-bottom: 30px;
	margin-top: 50px;
}


