@font-face { 
	font-family: 'dauphinn'; 
	src: url('DAUPHINN.ttf') format('truetype');
}

body {
	margin: 0;
	padding: 0;
	background-color: #CDE0A8;
}

a {
	text-decoration: none;
	color: #345216;
}

div#header {
	background-image: url(top.jpg);
	width: 100%;
	min-height: 289px;
}

div#iLink {
	text-align: right;
	padding: 10px;
}

#subheader {
	background-color: #345216;
	width: 100%;
	height: 50px;
	text-align: center;
	font-family: dauphinn;
	color: #BDE1AB;
	font-size: 38px;
}

#body.impressum {
		padding: 0 80px;
}

#body.impressum  p {
		width: 400px;
		margin: 30px auto;
}

.dark {
	color: #345216;
}

.sFont {
	font-family: dauphinn;
}

#heading {
	position: relative;
	top: 100px;
	left: -80px;
	text-align: center;
	display: inline-block;
}

#subHeading {
	font-size: 50px;
}

div.hint {
	position: relative;
	font-size: 27px;
	top: -65px;
	left: 310px;
	margin: auto;
	width: 550px;
	border: 5px solid #FFC333;
	background-color: #345216;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	transform: rotate(-10deg);
}

#date {
	font-size: 60px;
}

.yellow {
	color: #FFC333
}

#footer {
	font-size: 25px;
	margin-top: 50px;
}

#mainHeading  {
	font-size: 80px;
}

#body {
	background-image: url(background.gif);
	width: 100%;
	min-height: 739px;
	text-align: center;
}