@import url("reset.css");
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #333;
	background-image: url(../images/bg-1.jpg);
}
div#wrapper {
	margin: 0 auto;
	width: 1111px;
}
div#header {
	float: left;
	height: 407px;
	width: 1111px;
	position: relative;
}
div#headerLeftCorner {
	position: absolute;
	bottom: -22px;
	left: 0px;
	width: 17px;
	height: 22px;
	background-image: url(../images/ecke-links.png);
}
div#headerRightCorner {
	position: absolute;
	bottom: -22px;
	right: 0px;
	width: 17px;
	height: 22px;
	background-image: url(../images/ecke-rechts.png);
}
div#banner {
	float: left;
	width: 659px;
	height: 390px;
	padding: 9px 8px 8px 8px;
	margin-right: 5px;
	background-color: white;
}
div#infoBox {
	float: left;
	width: 431px;
	height: 407px;
	background-color: white;
}
div#center {
	width: 1077px;
	margin: 0 auto;
}
div#mainNavigation {
	float: left;
	height: 81px;
	width: 1077px;
	margin: 0 auto;
	margin-bottom: 5px;
	background-image: url(../images/menue_bg.png);
}
div#leftColumn {
	background-color: white;
	width: 663px;
	float: left;
	padding-left: 26px;
	padding-top: 30px;
}
div#line {
	float: left;
	width: 5px;
	background-image: url(../images/mitte-punkte.png);
}
div#rightColumn {
	float: left;
	background: #FFFFFF;
	width: 383px;
}
div#news {
	width: 383px;
	min-height: 130px;
	float: left;
}
div#newsHeadline, div#actionWeekHeadline, div#orderAndPickUpHeadline, div#menuCardHeadline {
	position: relative;
	height: 58px;
	width: 400px;
	background-color: #E8C04D;
}
img#newsBorder, img#actionWeekBorder, img#orderAndPickUpBorder, img#menuCardBorder {
    height: 22px
    width: 17px;
    position: absolute;
    right: 0;
    bottom: -22px;
}
div#actionWeek {
	width: 383px;
	min-height: 159px;
	margin-top: 30px;
	float: left;
}
div#orderAndPickUp {
	width: 383px;
	min-height: 62px;
	margin-top: 30px;
	float: left;
}
div#menuCard {
	width: 383px;
	min-height: 72px;
	margin-top: 30px;
	float: left;
}
div#leftColumn, div#line, div#rightColumn {
	min-height: 400px;
}
div#footer {
	height: 63px;
	width: 1077px;
	background-color: #ABA7A2;
	position: relative;
	clear: both;
}
div#footerContent {
	position: absolute;
	top: 25px;
	left: 25px;
}
div#infoBox p, div#rightColumn p {
    margin-left: 15px;
    margin-top: 15px;
}
div#leftColumn p {
    margin-top: 15px;
}
div#infoBox p {
	margin-left: 0px;
}
div#news div.mod_anynews a.anynewsLink {
	margin-left: 21px;
}
div#leftColumn table.post-header, div#leftColumn table.loop-header {
	width: 630px;
}
a {
	color: black;
}