@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: white;
}

body.body {
	background-image: url(../images/header-background.gif);
	background-repeat: repeat-x;
}

p {
	padding: 0;
	margin: 0;
}

div#page {
	clear: both;
	width: 660px;
	margin-left: 330px;
}

div#head {
	width: 990px;
	height: 250px;
}

div#logo {
	float: left;
	width: 572px;
	height: 250px;
}

div#logo img {
	position: absolute;
	z-index: -1;
}

div#slogan {
	float: left;
	width: 410px;
	height: 250px;
	text-align: right;
}

div#slogan h1 {
	line-height: 28px;
	font-size: 28px;
	font-family: 'Trebuchet ms', 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, Helvetica;
	color: #f18e00;
	margin: 110px 0 0 0;
	padding: 0;
}

a#bestellen {
	position: fixed;
	bottom: 50px;
	left: 30px
}

a#bestellen img {
	border: 0;
}

