

html {
	margin: 0 0 1px 0;
	padding: 0;
	height: 100%;
}
body {
	background: #ffce00 url(../img/kaeseschnittkante.jpg) no-repeat fixed bottom left;
   color: #000;	
	font: 100.01%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
h1 {
    color: #996633;
	 background-color: transparent;
	 margin: 1em 0 .3em 0;
    font-family: arial, serif;
    font-size: 1.5em;
    line-height: 1.6em;
}
h1:first-letter {
	font-size: 1.7em;
	font-style: italic;
}
p {
    font-size: 95%;
    padding-bottom: .9em;
}
#logo {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	height: 126px;
	width: 215px;
	z-index: 0;
}
#start	 {
	width: 720px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -310px;
	margin-top: -250px;
	background-color: transparent;
	z-index: 3;
}
#start img {
   margin: 0 3em 0 1em;
	float: right;
}
a {
	background-color: #ffce00;
	color: #996633;
}
a:hover {
   background-color: #ffce00;
	color: #000;
}
