body {
	background-color: #a7a7a7;
	padding: 0;
	margin: 0;
	color: #000;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.titel {
	font: normal normal 42px/1em 'EB 	Garamond', serif;
	color: #000;
}

h1 {
	color: #000;
	font: normal normal 52px/1em 'EB 	Garamond', serif;
}

.titelh2 {
		font: normal normal 46px/1em 'EB 	Garamond', serif;
	color: #000;
}

.wrapper {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.menuitems {
	top: 125px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.footer {	
	width: 100%;
	position: absolute;
	bottom: 25px;
	text-align: center;
	font-size: 14px;
}

.footerjip {
	width: 100%;
	position: absolute;
	bottom: 5px;
	text-align: center;
	font-size: 12px;
}

a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

