﻿@charset "UTF-8";
/* CSS Document */
@media projection, screen
{
	body {	overflow-y: scroll;
	}
}
@media all
{
body {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 2.7ex;
	color: #666666;
}
/* --- table */
table {
	width: 100%;
}
table.auto_w_h {
	width: auto;
	height: auto;
}
/* --- bgr */
.bgrleft {
	background-image: url('../images/header/left.png');
	background-repeat: no-repeat;
	width: 215px;
	height: 381px;
}
.bgrright {
	background-image: url('../images/header/right.png');
	background-repeat: no-repeat;
	width: 215px;
	height: auto;
}
.bgrmenu1 {
	background-image: url('../images/header/l_menu_r.png');
	background-repeat: no-repeat;
	width: auto;
	height: 381px;
}
.bgrimprint {
	background-image: url('../images/header/imprint.png');
	background-repeat: no-repeat;
	width: 765px;
}

.bgrnews {
	background-image: url('../images/header/news1.png');
	background-repeat: no-repeat;
	width: 550px;
	height: 381px;
}
.bgrnews2 {
	background-image: url('../images/header/news2.png');
	background-repeat: no-repeat;
	width: 215px;
	height: auto;
}
.bgrnewsletter {
	background-image: url('../images/header/newsletter1.png');
	background-repeat: no-repeat;
	width: 550px;
	height: 381px;
}

.bgrnewsletter2 {
	background-image: url('../images/header/newsletter2.png');
	background-repeat: no-repeat;
	width: 215px;
	height: 381px;
}

.bgrlocations {
	background-image: url('../images/header/locations.png');
	background-repeat: no-repeat;
	width: 765px;
	height: 381px;
}
.bgrteam {
	background-image: url('../images/header/team1.png');
	background-repeat: no-repeat;
	width: 550px;
	height: 381px;
}
.bgrteam2 {
	background-image: url('../images/header/team2.png');
	background-repeat: no-repeat;
	width: 215px;
	height: 381px;
}

.bgrcateringrequest {
	background-image: url('../images/header/catering_request1.png');
	background-repeat: no-repeat;
	width: 550px;
	height: 600px;
}

.bgrcateringrequest2 {
	background-image: url('../images/header/catering_request2.png');
	background-repeat: no-repeat;
	width: 215px;
	height: 381px;
}
.tip {
	font-size:0.8em;
	margin: 0;
	font-weight: normal;
	color: #888888;
}
.major {
	font-size:1.66ex;
	line-height: 2.4ex;
	padding:0 0 5px 10px;
	margin: 0;
	width:auto;
}


.bgrwhite {
	background-color: white;
}
/* --- row/column */
.hright { text-align: right;}
.hcenter { text-align: center;}
.vtop { vertical-align: top;}
.vbottom { vertical-align: bottom;}

.zusatzstoffe{
	color:red;	}

.p2t2b {
	padding: 2px 0;
}


.p6 {
	padding: 5px 1px 5px 5px;
}
.p4t6b {
	padding: 4px 0 6px 0;
}
.underline { text-decoration:underline; }

.p4l4r {
	padding: 0 4px 0 4px;
}
.p4t4b {
	padding: 4px 0 4px 0;
}

.p10b {
	padding: 0 0 15px 0;
}
.p25lr {
	padding: 0 25px 0 25px;
}
.p13 {
	padding: 12px;
}
.p10 {
	padding: 10px;
}
.p30 {
	padding: 30px;
}
.header2 {
	font-size: 1.6em;
	color: #999;
	padding-top: 30px;
}
.header3 {font-size: 1.0em;
	color: #888;
	padding-top: 5px;
	font-weight: bold;	
	
}
.header4 {font-size: 1.5em;
	color: #888;
}


.newsheader {
	font-size: 1.55em;
	text-decoration: none;
	color: red;}

.trenner {
	background-image: url('../images/trenner.png');
	background-repeat: repeat-x;
}
.trenner2 {
	background-image: url('../images/trenner2.png');
	background-repeat: repeat-x;
	background-position:center bottom;
}
/* --- linking */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	cursor: pointer;
}
a.select {
	color: red;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	font-size: 13px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	cursor: pointer;
}
a.footer {
	color: #666666;
	text-decoration: none;
}
a.additives {
	font-size: 0.9em;
	font-weight: normal;
	color: #888888;
	text-decoration: underline;
	cursor: pointer;
}
a#feedback2 {
	font-size: 1em;
	font-weight: normal;
	color: red;
	text-decoration: underline;
	cursor: pointer;}

a#feedback {
	font-size: 1em;
	font-weight: normal;
	color: red;
	text-decoration: underline;
	cursor: pointer;}

a.news {
	font-size: 1em;
	font-weight: normal;
	color: red;
	text-decoration: underline;
	cursor: pointer;}

a.memo {
	font-size: 1em;
	font-weight: normal;
	color: red;
	text-decoration: underline;
	cursor: pointer;}

a.number {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 9px 3px 7px;
}
.number:hover {
	color: white;
	background-color: red;
}
a.selectnumber {
	font-size: 1em;
	font-weight: bold;
	background-color: red;
	padding: 3px 9px 3px 7px;
}
.selectnumber:hover {
	color: white;
}
a {
	outline: none;
}
a img {
	border: none;
}
img {
	border: none;
}
h1 {
	font-size:1em;
	font-weight:normal;
	display: none;
}


p  {
	margin: 0;
	padding: 0;
}


h5  {
	margin: 0;
	padding: 0;
}


h3  {
	margin: 0;
	padding: 0;
}


h2  {
	margin: 0;
	padding: 0;
}
h4 {
	color: red;
	font-size:1em;
	font-weight:normal;
	padding: 0;
	margin: 0;
	font-weight:bold;
	
}

.lunch {
	color:#5eba27;
	font-size:1em;
	font-weight:normal;
	padding: 0;
	margin: 0;
	font-weight:bold;
	
}


.clearfix {
	clear: both;
}
#intro {
	width: 980px;
	background: url("../images/tapete.png");
	margin: 0 auto 10px auto;
	position: relative;
	padding-bottom: 20px;
}

#wrap {
	width: 780px;
	margin: 0 auto 10px auto;
	position: relative;
	padding-bottom: 20px;
}

#intro {
	padding-bottom: 0;
	background: url('../images/intro/intro.jpg');
	height: 844px;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url("../images/logo.png") top left no-repeat;
	width: 191px;
	height: 66px;
	margin: 20px 0 25px 20px;
}
/* --------------------------------------------------- Introseite */
#intro-menu {
	position: absolute;
	top: 375px;
	left: 404px;
	height: 111px;
	width: 190px;
	display: block;
}
a#intro-menu:focus {
	position: absolute;
	top: 375px;
	left: 404px;
	height: 111px;
	width: 190px;
	display: block;
}

a#intro-menu:hover {
	top: 375px;
	left: 404px;
	height: 111px;
	width: 190px;
	display: block;
}

#intro-neuigkeit {
	position: absolute;
	text-indent: -10000px;
	top: 220px;
	left: 638px;
	height: 101px;
	width: 139px;
	display: block;
	background: url('../images/intro/introlink-news1.png') no-repeat left top;
}
a#intro-neuigkeit:focus {
	position: absolute;
	text-indent: -10000px;
	top: 220px;
	left: 638px;
	height: 101px;
	width: 139px;
	display: block;
	background: url('../images/intro/introlink-news_select.png') no-repeat left top;
}
a#intro-neuigkeit:hover {
	position: absolute;
	text-indent: -10000px;
	top: 220px;
	left: 638px;
	height: 101px;
	width: 139px;
	display: block;
	background: url('../images/intro/introlink-news_select.png') no-repeat left top;
}
#intro-locations {
	position: absolute;
	text-indent: -10000px;
	top: 340px;
	left: 70px;
	height: 84px;
	width: 200px;
	display: block;
	background: url('../images/intro/introlink-locations1.png') no-repeat left top;
}
a#intro-news:focus {
	position: absolute;
	text-indent: -10000px;
	top: 340px;
	left: 70px;
	height: 84px;
	width: 200px;
	display: block;
	background: url('../images/intro/introlink-locations_select.png') no-repeat left top;
}
a#intro-locations:hover {
	position: absolute;
	text-indent: -10000px;
	top: 340px;
	left: 70px;
	height: 84px;
	width: 200px;
	display: block;
	background: url('../images/intro/introlink-locations_select.png') no-repeat left top;
}
#intro-team {
	position: absolute;
	text-indent: -10000px;
	top: 210px;
	left: 835px;
	height: 33px;
	width: 67px;
	display: block;
	background: url('../images/intro/introlink-team1.png') no-repeat left top;
}
a#intro-team:focus {
	position: absolute;
	text-indent: -10000px;
	top: 210px;
	left: 835px;
	height: 33px;
	width: 67px;
	display: block;
	background: url('../images/intro/introlink-team_select.png') no-repeat left top;
}
a#intro-team:hover {
	position: absolute;
	text-indent: -10000px;
	top: 210px;
	left: 835px;
	height: 33px;
	width: 67px;
	display: block;
	background: url('../images/intro/introlink-team_select.png') no-repeat left top;
}
#intro-cateringrequest {
	position: absolute;
	text-indent: -10000px;
	top: 590px;
	left: 590px;
	height: 112px;
	width: 160px;
	display: block;
	background: url('../images/intro/introlink-cateringrequest1.png') no-repeat left top;
}
a#intro-cateringrequest:focus {
	position: absolute;
	text-indent: -10000px;
	top: 590px;
	left: 590px;
	height: 112px;
	width: 160px;
	display: block;
	background: url('../images/intro/introlink-cateringrequest_select.png') no-repeat left top;
}
a#intro-cateringrequest:hover {
	position: absolute;
	text-indent: -10000px;
	top: 590px;
	left: 590px;
	height: 112px;
	width: 160px;
	display: block;
	background: url('../images/intro/introlink-cateringrequest_select.png') no-repeat left top;
}
#intro-feedback {
	position: absolute;
	text-indent: -10000px;
	top: 180px;
	left: 287px;
	height: 82px;
	width: 98px;
	display: block;
	background: url('../images/intro/introlink-feedback1.png') no-repeat left top;
}
a#intro-feedback:focus {
	position: absolute;
	text-indent: -10000px;
	top: 180px;
	left: 287px;
	height: 82px;
	width: 98px;
	display: block;
	background: url('../images/intro/introlink-feedback_select.png') no-repeat left top;
}
a#intro-feedback:hover {
	position: absolute;
	text-indent: -10000px;
	top: 180px;
	left: 287px;
	height: 82px;
	width: 98px;
	display: block;
	background: url('../images/intro/introlink-feedback_select.png') no-repeat left top;
}
#intro-apetito {
	position: absolute;
	text-indent: -10000px;
	top: 790px;
	left: 777px;
	height: 35px;
	width: 104px;
	display: block;
	background: url("../images/logo-apetito.png") top left no-repeat;
}
/* --------------------------------------------------- Impressum */
#imprint {
	width: 980px;
	margin: 0 auto 0 auto;
	font-size: 0.55em;
}
#imprint a {
	color: #666666;
	text-decoration: none;
	float: left;
	padding-bottom: 15px;
}

/* --------------------------------------------------- Hauptnavigation */
#navi {
	position: absolute;
	top: 137px;
	padding-left: 25px;
	width: 150px;
	height: 160px;
	text-align: left;
}


#calendarweek {
	width: 332px;
	height: 35px;
	position: absolute;
	top: 207px;
	right: 252px;
	left: 396px;
	color: white;
	font-size: 27px;
	margin: 0;
	padding: 0;
	line-height: 3ex;
}
#download-week {
	width: 150px;
	height: 55px;
	position: absolute;
	top: 355px;
	right: 215px;
	left: 615px;
	color: white;
	font-size: 27px;
	margin: 0;
	padding: 0;
	line-height: 3ex;
}
#download-coffee-bar {
	width: 181px;
	height: 81px;
	position: absolute;
	top: 396px;
	right: 780px;
	left: 17px;
	margin: 0;
	padding: 0;
}
#mo_su {
	top: 340px;
	bottom: 830px;
	left: 215px;
	width: 365px;
	height: 48px;
	position: absolute;
}
#menue2 {
	top: 10px;
	position: relative;
}
# pikto {
	margin:0;
	padding:0;	
}

div#content {
	margin-top:262px;
}

/* download */
a#download-pdf {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 47px;
	width: 138px;
	background: url('../images/menu/download-pdf1.png') no-repeat left bottom;
}
a#download-pdf:focus {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 47px;
	width: 138px;
	background: url('../images/menu/download-pdf_select.png') no-repeat left bottom;
}
a#download-pdf:hover {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 47px;
	width: 138px;
	background: url('../images/menu/download-pdf_select.png') no-repeat left bottom;
}
a#coffee-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 81px;
	width: 180px;
	background: url('../images/menu/coffee-bar1.png') no-repeat left top;
}
a#coffee-bar:focus {
	position: absolute;
	top: 0;
	left: 0;
	height: 81px;
	width: 180px;
	background: url('../images/menu/coffee-bar_select.png') no-repeat left top;
}
a#coffee-bar:hover {
	position: absolute;
	top: 0;
	left: 0;
	height: 81px;
	width: 180px;
	background: url('../images/menu/coffee-bar_select.png') no-repeat left top;
}
/* --- additives */
#additives-box {
	width: 490px;
	background: white;
	background-image: url('../images/trenner.png');
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 30px;
}
#additives-content {
	margin: 10px 0 0 0;
	color: #888888;
	line-height: 2.6ex;
	display: block;
	font-size: 0.8em;
}
/* --- logo-box */
#logo-box {
	width: 550px;
	background: white;
	height: 110px;
}
/* --- Tabelle */
td strong {
	color: #333333;
}
td strong.color-soup {
	color: #ff3399;
}

.color-promotion {color: #ff6600;}

td strong.color-meal {
	color: #ff6600;
}
td strong.color-snacks {
	color: #ff0033;
}
td strong.color-salad {
	color: #663399;
}
td strong.color-dessert {
	color: #993399;
}
td strong.color-blue {
	color: #3366ff ;
}
td strong.color-green {
	color: #a6cf51;
}
td strong.color-yellow {
	color: #ffbf40;
}


/* --------------------------------------------------- Textbox-Layout */

#news-box {
	width: 550px;
	top: -121px;
	background: white;
	padding: 30px 30px 30px 30px;
	width: 490px;
	margin-bottom: 10px;
	position: relative;
}

/* --------------------------------------------------- Content-Formatierung allgemein */

#textbox-wide p:last-child {
	margin: 0;
}

#text-box p:last-child {
	margin: 0;
}
#content h3 {
	line-height: 2.3ex;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: red;
}

#content h2 {
	line-height: 2.3ex;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: red;
}


/* --------------------------------------------------- Content-Formatierung speziell */
/* ------------------ 02 news */
#pagination {
	position: absolute;
	top: 217px;
	left: 242px;
}


#pagination a#back {
	color: white;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
}
#pagination a#back:focus {
	color: red;
}
#pagination a#back:hover {
	color: red;
}
#apetitologo{
	left: 538px;
	top: 1442px; 
	width: 228px; 
	position: absolute;
}
 .news-post {
	top: -4px;
	margin-bottom: 20px;
	clear: both;
	position: relative;
}
.news-post:last-child {
	margin-bottom: 0;
}
.datum {
	font-style: normal;
	font-size: 0.85em;
}
.news-post h2 a:focus {
	color: red;
	text-decoration: underline;
}

.news-post h2 a:hover {
	color: red;
	text-decoration: underline;
}

.news-post p a:hover {
	text-decoration: none;
}

.news-post p a:focus {
	text-decoration: none;
}
.news-post img {
	float: left;
	margin: 4px 20px 10px 0;
}
/* ------------------ 05 catering request */
.memo-wrap-catering-request {
	width: 215px;
	min-height: 200px;
	float: left;
	margin-right: 20px;
}
.memo-wrap-catering-request h5 {
	font-size: 130%;
	font-weight: normal;
	line-height: 3ex;
}
.memo-wrap-catering-request span {
	margin-top: 20px !important;
}
.memo-unten a.memobutton {
	background: #58ab27;
	padding: 5px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fffacc !important;
	text-shadow: 0 1px 0 #417e1d;
	text-decoration: none !important;
	font-size: 100%;
	line-height: 3ex;
	text-decoration: none;
}
.memo-unten a.memobutton:focus {
	background: #417e1d;
}
.memo-unten a.memobutton:hover {
	background: #417e1d;
}
/* --------------------------------------------------- Spalte-rechts memo, Lunch Box*/
.memo-wrap {
	position: absolute;
	top: 381px;
	right: 0;
	width: 215px;
	min-height: 200px;
}
.memo-wrap-lunch {
	position: absolute;
	top: 470px;
	right: 765px;
	width: 215px;
	min-height: 200px;
}
.memo-wrap-lunch2 {
	position: absolute;
	top: 380px;
	right: 765px;
	width: 215px;
	min-height: 200px;
}

.memo-oben-lunch {
	width: 215px;
	height: 127px;
	background: url("../images/memo-oben-lunch.png") top left no-repeat;
}

.memo-oben {
	width: 215px;
	height: 63px;
	background: url("../images/memo-oben.png") top left no-repeat;
}
.memo-unten {
	width: 215px;
	background: url("../images/memo-unten_big.png") top left no-repeat;
	min-height: 200px;}
	
.memo-unten_big {
	width: 215px;
	background: url("../images/memo-unten_big.png") top left no-repeat;
	min-height: 200px;}
	
.mail { 
	position: absolute;
	left: 232px;
	top: 665px;
	width: 136px;
	height: 0;
}
.mail2 { 
	position: absolute;
	left: 478px;
	top: 665px;
	width: 136px;
	height: 0;
}

.memo-untenrequest {
	width: 215px;
	background: url("../images/memo-unten.png") bottom left no-repeat;
	min-height: 200px;
}


.memo-unten div {
	padding: 20px 40px 40px 40px;
}

.memo-untenrequest div {
	padding: 20px 30px 30px 30px;
}


.memo-unten h5 {
	font-size: 120%;
	display: block;
	margin: 0 0 1ex 0;
}


.memo-unten span.feedback-wrap {
	display: block;
	margin-top: 1.5ex;
}
.memo-unten a {
	color: red;
}
.memo-unten a:focus {
	text-decoration: none;
}
.memo-unten a:hover {
	text-decoration: none;
}
.news-memo {
	font-size: 0.87em;
}
#all-news {
	display: block;
	color: #7e7b65;
	margin-top: 20px;
	border-top: 1px solid #b8b393;
	padding-top: 10px;
}
#all-news:focus {
	color: red;
	text-decoration: underline;
}
#all-news:hover {
	color: red;
	text-decoration: underline;
}
.memo-unten a#feedback  {
	background: #58ab27;
	padding: 3px 8px;
	color: #fffacc;
	text-shadow: 0 1px 0 #417e1d;
	text-decoration: none;
}
.memo-unten a#feedback:focus {
	background: #417e1d;
}
.memo-unten a#feedback:hover {
	background: #417e1d;
}
#more {
	display: block;
	color: #7e7b65;
	margin-top: 10px;
	margin-right:10px;
	padding-top: 2px;
}
#more2 {
	color: #7e7b65;
}
/* --------------------------------------------------- Footer */
#footer {
	width: 780px;
	height: 50px;
	margin: 0 auto 0 auto;
	font-size: 0.55em;
}
#footer #logo-apetito {
	position: relative;
	top: -8px;
	float: right;
	display: block;
	height: 34px;
	width: 104px;
	background: url("../images/logo-apetito.png") top left no-repeat;
	margin-bottom: 20px;
}
/* --------------------------------------------------- Formulare */

textarea {
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 10px;
	width: 180px;
	font-size: 1em;
	padding: 3px;
}

	input {
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 10px;
	width: 180px;
	font-size: 1em;
	padding: 3px;
}

	cursor: pointer;} 
	

.button:hover, .button:focus {
	background: #417e1d;
}
.button{
	border:0px none; 
	background-image:url('../images/style/Button.png'); 
	background-repeat:no-repeat; 
	background-position: center; 
	width:115px; height: 24px; 
	background-color:#FFFFFF; 
	color:#333333;	
}


/* Jquery Abfrage */
textarea.error {
	border: 1px solid red;
	margin-bottom: 2px;
}
input.error {
	border: 1px solid red;
	margin-bottom: 2px;
}
label.error {
	display: block;
	color: red;
	margin-bottom: 6px;
	float: none;
	width: 45ex;
	text-align: left;
	margin-left: 11ex;
}
