body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background: #DE2029;
}
a {
	color: #DE2029;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	font-variant: normal;
}
h4 {
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}
.bgslice {
	background-image: url(../img/slice.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bgslice2 {
	background-image: url(../img/slice2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #DE2029;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
.pricebig {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.menue {
	padding-left: 9px;
}
.menue a {
	border: 0;
	text-decoration: none;
	font-size: 20px;
	color: white;
}
.menue img {
	border: 0;
}
.priceDivLeft {
	float: left;
}
.priceDivRight {
	float: left;
	padding-left: 10px;
}
.priceDivRight img {
	border: 0;
}
.cashpoint a {
	font-size: 18px;
	color: white;
	text-decoration: none;
	padding-left: 13px;
}
.cashpoint img {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	border: 0;
}
.cashpoint img:hover {
	opacity: 1;
	filter: alpha(opacity = 50);
}
.back {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 1.3em;
}
.backTd {
	/*padding-top: 0;*/
	padding-bottom: 0;
	/*margin-top: 0;*/
	margin-bottom: 0;
}
.cart img {
	border: 0;
}
.cart {
	margin: 0;
	padding: 0;
	padding-right: 10px;
}
.floatLeft {
	float: left;
} 
.productList {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
.productListLiHeader {
	font-weight: bold;
	height: 20px;
}
.productListLi {
	min-height: 45px;
	height:auto !important;
	height:45px;
	float: left;
	margin-bottom: 10px;
}
.productListName {
	width: 390px;
	text-align: left;
}
.productListPrice {
	width: 90px;
}
.productListOptions {
	width: 120px;
	float: right;
	position: relative;
	top: 1px;
	padding-left: 4px;
}
.productListOptions  a {
	margin-right: 8px;
	color: white;
}
.productListOptions  img {
	border: 0;
}
.productListOptions em {
	position: absolute;
	background: yellow;
	border: 1px solid black;
	padding: 2px;
	color: black;
}
.productListOptions ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.productListOptions li {
	padding: 0;
	margin: 0;
	float: left;
}
.ingredientsRow {
	float:left;
}
.menue_menue {
	padding-left: 9px;
}
.menue_menue img {
	border: 0;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
.menue_menue img:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}
.menue_menue a {
	color: white;
}
.ingredients {
	width: 470px;
	color: white;
}
.ingredients fieldset {
	color: black;
	margin-bottom: 10px;
}
.ingredients input {
	
}
.price p {
	margin-top: 0;
}
.ingredient span {
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px;
	padding-left: 5px;
	float: left;
}
.ingredient {
	background: #797979;
	margin-bottom: 1px; 
	height: 20px;
}
.ingredientActive {

}
.ingredinetsActive {
	margin-bottom: 5px;
	float: left;
	width: 232px;
}
.ingredinetsInactive {
	margin-bottom: 5px;
	float: right;
	width: 232px;
}
.ingredient img {
	text-align: right;
	float: right;
	border: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	margin-left: 2px;
}
.categoryListing {
	list-style-type: none;
}
.categoryListing li {
	font-size: 14px;
	padding: 2px;
}
.lightbox img {
	border: 0;
}
.message {
	font-size: 1.2em;
	font-weight: bold;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
.menueProductListing {
	list-style-type: none;
	color: black;
	margin: 0;
	padding: 0;
	text-align: left;
}
.cashpointUl {
	list-style-type: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;	
	float: left;
	color: white;
	font-size: 1.3em;
}
.cashpointLiName {
	float: left;
	width: 390px;
	padding-top: 2px;
	text-align: left;
	padding-bottom: 1px;
}
.cashpointLi {
	background: #797979;
	margin-bottom: 1px; 
	float: left;
	width: 577px;
	padding-left: 3px;
}
.cashpointPrice {
	float: right;
	padding: 2px;
}
.productSubmit {
	margin:0 0 10px;
	padding:0;
	text-align:center;
}
#cashpoint_fullPriceFrontend {
	font-weight: bold;
	display: inline;
}
.cashpoint_submit {
	text-align: center;
	margin-top: 5px;
}
.extraWunsch {
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.3em;
}
#ingredients {
	display: none;
	margin-top: 20px;
}
.cashpointName {
	font-weight: bold;
}
#telefonnummer {
	opacity: 1;
	filter: alpha(opacity = 100);
	margin-top: 5px;
	margin-bottom: 5px;
}
.menue_other {
	margin-left: 5px;
}
.menue_active {
	opacity: 1 !important;
	filter: alpha(opacity = 100) !important;
}
.Stil1 {
	color: white;
	font-size: 1.4em;
}
.productImages {
	position: relative;
	/*top: -5px;*/
	border: 0;
	width: 211px;
	height: 140px;
	float: left;
}
.productImages img {
	border: 1px solid black;
	border: 0;
}
.productImage {
	position: absolute;
}
.topDiv {
	/*margin-bottom: 5px;*/
	height: 195px;
}
.startTable {
	margin-top: 25px;
}
.promotionOther {
	left:-50px;
	position:relative;
	top:-10px;
}
.topLeft {
	float:left;
	position: relative;
	top: 44px;
}
.topLeft img {
	border: 0;
	/*margin-right: 24px;*/
	position: relative;
	left: -2px;
}
.topMiddle {
	float:left;
	position: relative;
	top: 43px;
}
.topMiddle img {
	border: 0;
}
.topRight {
	float:left;
	left:-40px;
	position:relative;
	top:120px;
}
.topRightPicture {
	float: left;
	position: relative;
	top: 50px;
	left: 10px;
}
.topPictureBottom {
	position: relative;
	top: -9px;
}
.fontChoose {
	padding: 0;
	margin: 0;
}
.fontChoose img {
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	margin: 0;
	border: 0;
	border-top: 0;
}
.cashpointForm {
	font-size: 1.3em;
}
.promotionOther {
	font-size: 1.3em;
}
.cashpoint_table td {
	text-align: left;
}
.categoryHeader {
	width: 300px;
	position: relative;
	z-index: 2;
	text-align: center;
}
.categoryDescription {
	padding: 6px;
}
.cashpoint_plz_warning {
	
}
.tomorrowMessage {
	color: red;
}
