/* GRUNDDEFINITIONEN START */
	.headerstyle {
		background-image: url(../images/mayer_header.jpg);
		background-repeat: no-repeat;
		background-color: #F5F5F5;
		counter-increment: none;
	}
	
	BODY{
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
  	}

	p {
		margin: 0px;
	}
/* GRUNDDEFINITIONEN ENDE */

/* HEADER LINKS START */

	a,
	a:link,
	a:visited,
	a:active {
		font-size: 11px;
		color: #555555;
		text-decoration: underline;
	}

	a:hover {
		color: #e70000;
		text-decoration: underline;
	}
/* HEADER LINKS ENDE */


