/********************
 *     Skelleton    *
 ********************/
body
{
	color: #000;
	background-color: #FFF;

	font-size: 12pt;
	font-family: Verdana, Arial, sans-serif;

	margin: 0;

	background-image: url(/images/layout/salatblatt.png);
	background-position: top right;
	background-repeat: no-repeat;

}

div#frame
{
}

div#header
{
	padding-top: 0.5em;
	background-color: #9C4;
	border-bottom: 1px solid #000;
}

img#overfood
{
	position: absolute;
	top: 0;
	right: 0;

	z-index: 10;
}

img#overlogo
{
	position: absolute;
	display: block;

	margin-left: -350px;

	left: 50%;
	bottom: 30px;

	z-index: 10;
}

div#footer
{
	position: absolute;
	height: 20px;
	left: 0;
	right: 0;
	bottom: 0;

	font-size: smaller;
	border-top: 1px solid #000;
	padding: 5px;
	padding-right: 0.5em;

	text-align: right;

	background-image: url(/images/layout/bottomLogo.png);
	background-position: center;
	background-repeat: no-repeat;

	background-color: #9C4;
}

div#footer div
{
	text-align: left;
	float: left;
}

/********************
 *      Content     *
 ********************/
div#content
{
	position: absolute;
	top: 39px;
	bottom: 31px;
	left: 0;
	right: 0;
	padding: 20px;

	z-index: -20;
	overflow: auto;
}

img.background
{
	position: fixed;
	bottom: 50px;
	left: 10px;
	display: block;

	z-index: -10;
}

img.backgroundFood
{
	position: fixed;
	bottom: 31px;
	left: 0px;
	display: block;

	z-index: -10;
}

a.backgroundFood
{
	position: fixed;
	bottom: 31px;
	left: 0px;
	display: block;

	padding: 0;
	margin: 0;
	z-index: -10;
}

/********************
 *       Menu       *
 ********************/
div#menu
{
}

div#menu ul
{
	margin: 0;
	padding-left: 20px;

	height: 30px;
}

div#menu ul li
{
	float: left;
	list-style: none;
	/*background-color: #9C4;*/

	padding: 5px 10px 5px 10px;

	border-top: 1px solid #9C4;
	border-bottom: 1px solid #000;

	height: 19px;
}

div#menu ul li.active
{
	background-color: white;

	border: 1px solid #000;
	border-bottom: 1px solid #FFF;
}

/********************
 *       Links      *
 ********************/
a
{
	color: #000;
	text-decoration: none;
}

a:hover,
label a
{
	color: #000;
	text-decoration: underline;
}

div#footer a
{
	padding-left: 0.5em;
}

div#menu a
{
	color: #00950D;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

div#menu li.active a
{
	color: #000;
}

a img
{
	border: none;
}

/********************* Start *********************/
div#start
{
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 350px;

	background-color: white;

	padding-bottom: 35px;
	overflow: hidden;

	white-space: nowrap;
}

ul.miniLinks
{
	position: absolute;
	left: 10px;
	top: 0;

	list-style: none;
	padding-left: 0;

	text-align: center;
}

ul.miniLinks li.spacer
{
	padding-bottom: 10px;
}

div#checkAddress p,
{
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.welcomeText h3,
div#start div.welcomeText p
{
	padding-left: 20px;
	text-align: left;
}

div.welcomeText p.spacer
{
	margin-top: 3em;
}

div#checkAddress p.message
{
	margin-top: 10px;
	margin-bottom: 16px;
	padding-right: 10px;
}

div#checkAddress p.checkAddressLabels
{
	margin-bottom: 16px;
}

div#checkAddress p.checkAddress,
div#checkAddress p.checkAddressLabels
{
	width: 450px;
	margin-left: auto;
	margin-right: auto;

	overflow: hidden;
}

div#checkAddress p.checkAddressLabels,
div#checkAddress p.checkAddress,
div#start p.labels
{
	margin-top: 0;
	padding-top: 0;
	text-align: left;
}

div#checkAddress p.centerAddress
{
	text-align: center;
}

div#checkAddress input,
{
	color: #000;
	background-color: #EEE;
	border: 1px solid #000;
}

div#checkAddress input.zipcode,
{
	width: 60px;
}

div#checkAddress input.address,
{
	width: 260px;
}

div#checkAddress input.submit,
{
	width: 80px;
	text-align: right;

	cursor: pointer;

	background-image: url( /images/layout/arrow.png );
	background-repeat: no-repeat;
	background-position: center left;

	background-color: #dfa;
	border: 2px solid #9c4;
	border-bottom: 2px solid #574;
	border-right: 2px solid #574;
}

div#checkAddress label,
div#start label
{
	display: block;
}

div#checkAddress label.zipcode,
{
	float: left;

	width: 60px;

	margin-left: 10px;
}

div#checkAddress label.street
{
	padding-left: 65px;
}

img.start
{
	display: block;
	margin-left:auto;
	margin-right:auto;
}

/* new infoBoxes */
div.infoBox
{
	border: 1px solid #F00;
	background-color: #FDD;

	padding: 0 10px 0 10px;

	margin-left: auto;
	margin-right: auto;
	width: 50%;

	margin-bottom: 20px;
}

div.infoBox h3
{
	font-weight: normal;
	font-size: 12pt;
}

div.infoBox h3 span
{
	font-weight: bold;
	padding-right: 10px;
}

div.infoBox p
{
	font-size: 12pt;
}


div.infoBoxhint
{
	border-color: #eea42d;
	background: #ffeecc;
}

div.infoBoxhint h3 span
{
	color: #eea42d;
}

div.infoBoxwarning
{
	border-color: #ba1223;
	background: #ffdddd;
}

div.infoBoxwarning h3 span
{
	color: #ba1223;
}

div.infoBoxchoose,
div.infoBoxsuccess
{
	border-color: #9C4;
	background-color: #dfa;
}

div.infoBoxsuccess h3 span
{
	color: #6a2;
}

div.infoBoxwarning a
{
	color: #ba1223;
	text-decoration: underline;
}

/* end of infoboxes */

div.warning
{
	border: 1px solid #F00;
	background-color: #FDD;

	padding: 10px;
	padding: 0;

	margin-left: auto;
	margin-right: auto;
	width: 50%;

	margin-bottom: 20px;
}

div.warning a
{
	color: #050;
	text-decoration: underline;
}
div.warning img
{
	padding-right: 10px;
}

div.warning
{
	padding: 0px;
	border-color: #9C4;
	background-color: #EEE;
}

div.warning h2,
div.warning p
{
	padding-left: 10px;
}

div.categoryDescription
{
	padding: 0 10px 0 10px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;

	border-bottom: 1px solid #000;
}

div.categoryDescription p
{
	padding-left: 20px;
}

div.categoryDescription h1
{
	font-size: 16pt;
	padding: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;

	background-position: top left;
	background-repeat: no-repeat;
}


div#checkAddress img,
{
	float: left; 
	display: block;
	padding: 10px;
}

/*********************  restaurant selection *********************/
ul.restaurants
{
	list-style: none;

	padding: 0;
	margin-left: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

ul.restaurants li
{
	/* cursor: pointer; */
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 7px;

	background-position: left center;
	background-repeat: no-repeat;

	overflow: hidden;

	border: 1px solid #FFF;
}

ul.restaurants li:hover
{
	background-color: #9C4;

	background-color: #EEE;
	border: 1px solid #000;
}

ul.restaurants a,
a.button,
a.disabled-button
{
	float: right;
	display: block;

	padding: 3px;

	font-size: 12pt;
	color: #000;
	border: 1px solid #000;

	text-decoration: none;

	/* width: 300px; */
	padding-right: 20px;
	background-color: #CCC;
	text-align: right;

	background-image: url( /images/layout/buttons/smallButtonEnabled.png );
	background-repeat: no-repeat;
	background-position: center right;

	background-color: transparent;
	border: none;
}

a.mediumButton
{
	font-size:16pt;
}

a.bigButton
{
	font-size: 42pt;
}

ul.restaurants a.closed
{
	padding: 3px;

	color: #000;
	border: 1px solid #888;
	background-color: #CCC;

	background-image: none;
}

a.button,
a.disabled-button
{
	float: right;
	margin-top: 20px;
}

a.disabled-button
{
	color: #333;
	/*border-color: #888;*/
	background-image: url( /images/layout/buttons/smallButtonDisabled.png );
}

ul.restaurants a img
{
	padding-right: 5px;
}

ul.restaurants li h2, 
ul.restaurants li p
{
	margin: 0;
	padding: 0;
	padding-left: 100px;
}

ul.restaurants li p
{
	font-size: 10pt;
}

ul.restaurants li p.right
{
	font-size: 12pt;
}

ul.restaurants li h2
{
	font-size: 12pt;
}	

ul.restaurants img
{
	display: block;
	float: left;
}

ul.restaurants p.right
{
	text-align: right;
}

ul.restaurants p.right span
{
	color: #7B4;
	color: #5A2;
	vertical-align: super;
	padding-right: 20px;
}

ul.restaurants p.right span.minimumOrderValue,
ul.restaurants p.right span.minimumOrderValueLabel
{
	color: #000;
	padding-right: 0;
}

ul.restaurants p.right span.minimumOrderValue
{
	display: inline-block;
	min-width: 3em;
}

ul.restaurants p.right img
{
	padding: 0;
	display: inline;
	float: none;
}

/* food items */
ul.restaurants li.foodItem
{
	min-height: 50px;
}

ul.restaurants li h2 span.number
{
	color: #BA1223;
	display: inline-block;
	min-width: 60px;
}

ul.restaurants li.foodItem h2, 
ul.restaurants li.foodItem p
{
	padding: 0;
}

ul.restaurants li.foodItem p
{
	padding-left: 60px;
}



ul.restaurants li.foodItem img
{
	float: none;
	display: inline;
}

/********************* menu (food selection) *********************/
ul.categories
{
	position: fixed;
	top: 40px;
	left: 20px;

	list-style: none;
	padding: 0;

	min-width: 192px;
}

ul.categories li
{
	padding: 5px;
	border-bottom: 1px solid #6A2;
	background-color:#FFF;
}

ul.categories ul li
{
	background-color: transparent;
}

ul.categories ul
{
	list-style: none;
	padding: 0;

	background-repeat: no-repeat;
	background-position: center;

	min-height: 48px;
}

ul.categories ul.appetizer
{
	background-image: url(/images/layout/categories/appetizer.png);
}
ul.categories ul.maindish
{
	background-image: url(/images/layout/categories/mainDish.png);
}
ul.categories ul.dessert
{
	background-image: url(/images/layout/categories/dessert.png);
}
ul.categories ul.drink
{
	background-image: url(/images/layout/categories/drink.png);
}
ul.categories ul.other
{
	background-image: url(/images/layout/categories/other.png);
}

ul.categories ul li
{
	padding: 2px;
	border: none;
}

ul.categories a.active
{
	color: #6A2;
}

div.menuOrder
{
	position: fixed;
	top: 160px;
	right: 20px;
	bottom: 40px;
	overflow: auto;

	list-style: none;
	padding: 0;

	min-width: 192px;
}

div.menuOrder img.logo
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90px;
}

table.menuOrder
{
	margin-top: 7px;
	min-width: 200px;
	border-spacing: 0;
}

table.menuOrder td
{
	padding: 3px;
	overflow: hidden;
}

table.menuOrder td.name
{
	max-width: 100px;
}

div.menuOrder span.warning
{
	padding: 0px;

	border: 3px solid #9C4;
	background-color: #EEE;
	padding: 5px;

	display: block;
	max-width: 190px;
}

table td.center
{
	text-align: center;
}

table td.right
{
	text-align: right;
}

table thead
{
	color: #000;
}

table.menuOrder thead td
{
	border-bottom: 1px solid #6A2;
}

table.menuOrder tr.total td
{
	border-top: 1px solid #6A2;
}

table.menuOrder tr.minimumOrderValue td
{
	color: #6A2;
}

div.menuOrder label
{
	display: block;

	margin-left: 3px;
	margin-top: 30px;
}

div.menuOrder textarea
{

	width: 99%;
	min-height: 70px;

	color: #000;
	background-color: #EEE;

	border: 1px solid #000;
}
/********************* finalize *********************/
fieldset.finalize,
fieldset.feedback
{
	margin-left: 200px;
	padding-left: 30px;
}

fieldset.feedback
{
	padding-left: 10px;
}

.storyBound
{
	margin-left: 200px;
}

div.receipient
{
	float: left;
}

div.sender
{
	padding-left: 450px;
}

div.links 
{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}

div.links ul
{
	list-style: none;

	padding-left: 2em;
}

div.links li
{
	padding-left: 0;
}

fieldset.feedback div.questionAnswerBox
{
	margin-bottom: 20px;

	padding: 10px;
}

fieldset.feedback hr
{
	border: none;
	border-bottom: 1px solid #9c4;
}

fieldset.feedback div.question
{
	margin-bottom: 10px;
}

fieldset.feedback div.answer
{
	text-align: center;
}

em
{
	font-style: normal;
	font-weight: bold;

}


/********************* contact *********************/

fieldset
{
	border: 1px solid #6A2;
	padding: 10px;
}

fieldset input,
ul.restaurants p.buttons input,
div.menuOrder input.submit
{
	color: #000;
	background-color: #dce8c6;
	background-image: url( /images/layout/buttons/inputSmall.png );
	background-position: bottom left;
	background-repeat: repeat-x;

	border: 1px solid #000;
}

fieldset input.submit,
ul.restaurants p.buttons input,
div.menuOrder input.submit
{
	font-size: 12pt;
	padding: 2px;
	padding-left: 30px;
	background-color: #CCC;

	cursor: pointer;

	text-align: right;

	background-image: url( /images/layout/arrow.png );
	background-repeat: no-repeat;
	background-position: center left;
}

fieldset input.submit
{
	background-color: #dfa;
	border: 2px solid #9c4;
	border-bottom: 2px solid #574;
	border-right: 2px solid #574;
}

ul.restaurants p.buttons input
{
	background-image: url( /images/layout/plus.png );
}

div.menuOrder input.submit
{
	margin-top: 5px;
}
div.menuOrder p
{
	margin: 0;
	padding: 0;
	text-align: right;
}

fieldset textarea
{
	color: #000;
	background-color: #dce8c6;
	background-image: url( /images/layout/buttons/inputBig.png );
	background-position: bottom left;
	background-repeat: repeat-x;

	border: 1px solid #000;
	min-width: 300px;
	min-height: 100px;
}

fieldset.finalize textarea
{
	min-width: 200px;
	width: 200px;
	min-height: 50px;
	height: 50px;
	display: block;
}

/* restaurants */
p button
{
	float: right;
}

span.center
{
	text-align: center;
	border: 1px solid red;
}

ul.restaurants li h2
{
	border: none;
}

ul.restaurants li p.buttons
{
	float: right;
	text-align: right;
}

ul.restaurants li p.buttons span.price
{
	color: #BA1223;
	display: inline-block;
	text-align: right;
	padding-right: 10px;

	font-size: 12pt;
	font-weight: bold;
}


table.forms 
{
	margin-left: 60px;
	min-width: 200px;
	border-spacing: 0;
}

table.forms td
{
	padding: 0 3px 0 3px;
	margin: 0;
}

table.forms td.name
{
	min-width: 100px;
}

pre
{
	border: 1px solid #F00;
	background-color: #FFF;
}

div#content div#start p a
{
	color: #9C4;
}

/* start boxes */
div.startBox
{
	float: left;
	width: 33%;
	/*border: 1px solid #88F;*/
}

div.startBox div
{
	margin-left: auto;
	margin-right: auto;
	width: 25em;
	max-width: 100%;

	background-color: white;
}

div.startRegions h3,
div.startBox h3
{
	font-size: 12pt;
	margin: 0;
	color: #ba1223;
}

div.startBox p,
div.startBox ol,
div.startBox ul
{
	margin-top: 0.5em;
	margin-bottom: 0;
}

div.startBox p,
div.startBox ol,
div.startBox ul,
div.startRegions ul li
{
	font-size: 10pt;
}

div.startBox ol
{
	padding-left: 25px;
}

div.startRegions
{
	clear: left;
	padding-top: 05%;
	margin-left: auto;
	margin-right: auto;
	width: 33%;

	background-color: white;
}

div.startRegions ul
{
	margin-top: 0.3em;
	padding-left: 0;
	overflow: hidden;
}

div.startRegions ul li
{
	list-style: none;
	float: left;
	padding-right: 20px;
	width: 2em;
}


input.checkbox,
input.radio
{
	border: none;
	background: none;
}

div#content p.lastLegal
{
	padding-bottom: 200px;
}

div.userRestaurantSuggestion
{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

div.userRestaurantSuggestion h3
{
	font-size: 12pt;
	margin-bottom: 5px;
}

button::-moz-focus-inner
{ 
    border: 0;
    padding: 0;
}

button.arrowButton,
div.arrowButton
{
	padding: 0;
	cursor: pointer;

	border: none;
	color: #000;
	background-color: #cde6a3;
	background-image: url(/images/layout/buttons/bigEnabled.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	font-size: 42pt;
}

div.arrowButton
{
	display: inline-block;
}

div.arrowButton a
{
	text-decoration: none;
}

button.arrowButton div.topBorder,
div.arrowButton div.topBorder
{
	border-left: 1px solid #afbf96;
	background-image: url(/images/layout/buttons/border.png);
	background-repeat: repeat-x;
	background-position: right top;
}

button.arrowButton div.holder,
div.arrowButton div.holder
{
	padding-right: 1em;

	background-image: url(/images/layout/buttons/arrowMask.png);
	background-repeat: no-repeat;
	background-position: right center;
}

button.arrowButton div.label,
div.arrowButton div.label
{
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: center;
	white-space: nowrap;
}

button.arrowButton div.sublabel,
div.arrowButton div.sublabel
{
	font-size: 10pt;
	padding-bottom: 5px;
}

button.bigDisabled,
div.bigDisabled 
{
	background-image: url(/images/layout/buttons/bigDisabled.png);
}

button.mediumEnabled,
div.mediumEnabled
{
	font-size:16pt;
	background-image: url(/images/layout/buttons/mediumEnabled.png);
}

button.mediumDisabled,
div.mediumDisabled 
{
	font-size:16pt;
	background-image: url(/images/layout/buttons/mediumDisabled.png);
}

button.smallEnabled,
div.smallEnabled
{
	font-size:12pt;
	background-image: url(/images/layout/buttons/smallEnabled.png);
}

button.smallDisabled,
div.smallDisabled 
{
	font-size:12pt;
	background-image: url(/images/layout/buttons/smallDisabled.png);
}

button.smallEnabled div.sublabel,
button.smallDisabled div.sublabel,
div.smallEnabled div.sublabel,
div.smallDisabled div.sublabel
{
	font-size:8pt;
}

button.bigDisabled,
button.mediumDisabled,
button.smallDisabled,
div.bigDisabled,
div.mediumDisabled,
div.smallDisabled
{
	background-color: #a6a6a6;
}

div#start input,
div#checkAddress input
{
	color: #000;
	border: 1px solid black;
	width: 3em;

	background-color: #dce8c6;
	background-image: url( /images/layout/buttons/inputSmall.png );
	background-position: bottom left;
	background-repeat: repeat-x;

	font-size: 12pt;
}

div#checkAddress input
{
	margin-top: 0.5em;
}

div#checkAddress input.address
{
	width: 10em;
}

div#checkAddress label.zipcode
{
	float: left;
}

div#checkAddress label
{
	font-size: 10pt;
}

div#checkAddress p.checkAddress
{
	margin-bottom: 0.3em;
}

div#start input.zipcode
{
	background-image: url( /images/layout/buttons/inputBig.png );
	font-size: 32pt;

	vertical-align: middle;
}

div#start label.zipcode
{
	margin-left: 24px;
	font-size: 10pt;
}

div#start p
{
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;

}

div#start p button,
div#checkAddress p button
{
	float: none;
	vertical-align: middle;
}

div#checkAddress
{
	border-bottom: 1px solid #9c4;

	padding: 10px;
	padding: 0;

	margin-left: auto;
	margin-right: auto;
	width: 50%;

	margin-bottom: 20px;
}
