html {
	background-color: #B25D1E;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 780px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: Black;
	margin: 0 auto 0 auto;
	padding: 0;
}

a:link, a:visited {
	color: #0002EE;
	text-decoration: none;
}

a:hover {
	color: #101010;
	text-decoration: underline;
}

img {
	border: none;
}

#logo {
	background-color: #EFF7FA;
	border-left: 4px solid white;
	border-top: 4px solid white;
	border-right: 4px solid white;
	height: 110px;
	width: 774px;
	margin: 15px 0 0 0;
	padding: 0;
}

#logo h1 {
	display: none;
}

#box {
	background-color: #E3F4FF;
	border: 4px solid white;
	height: 400px;
	width: 642px;
	z-index: 2;
	margin-top: 32px;
	margin-left: 114px;
	padding: 0;
	position: absolute;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#index, #essen, #kontakt, #sitemap {
	margin: 25px 0 0 80px;
	padding: 0;
	height: 370px;
	width: 560px;
	overflow: auto;
}

h1 {
	padding: 0;
	margin: 10px 0 20px 0;
	font-size: 14px;
}

#footer{
	height: 20px;
	width: 650px;
	font-size: 10px;
	position: absolute;
	margin: 439px 0 0 113px;
	padding: 0;
}

#footer .left {
	margin-left: 5px;
}

#footer .right {
	right: 5px;
	top: 0;
	position: absolute;
}

#footer a, #footer a:visited {
	color: Black;
	text-decoration: underline;
}

#footer a:hover {
	color: #E9E9E9;
}

#footerPrint {
	display: none;
}
