/********************
 *     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;

}

h2, h3
{
	color: #ba1223;
}

ul.restaurants h2,
ul.restaurants h3,
div.infoBox h3
{
	color: #000;
}

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: 25px;
	left: 0;
	right: 0;
	bottom: 0;

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

	text-align: right;

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

	background-color: #9C4;
}

div#footer div
{
	margin-top: 5px;
	text-align: left;
	float: left;
}

div#footer div.bottomLinks
{
	text-align: right;
	float: right;
}

div#footer a.centerImage
{
	padding: 0;
	padding-top: 2px;
	display: block;

	width: 160px;

	margin-left: auto;
	margin-right: auto;
}

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

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

img.background,
img.backgroundRight
{
	position: fixed;
	bottom: 50px;
	display: block;

	z-index: -10;
}

img.background
{
	left: 10px;
}

img.backgroundRight
{
	right: 15px;
}

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 a:hover
{
	text-decoration: underline;
}

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;

	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: 500px;
	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;
}*/
h1.start
{
	background-image:url(/images/layout/startLogo.png);
	background-position: 2px 0px;
	background-repeat: no-repeat;

	font-size: 21px;
	font-weight: normal;

	width: 340px;

	padding: 0;
	padding-top: 50px;

	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0;
	margin-top: 10px;
}

/* 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.infoBoxdebug
{
	border-color: #555;
	background-color: #DDD;
}

div.infoBoxdebug h3 span
{
	color: #555;
}

div.infoBoxhint
{
	overflow: hidden;
}

div.infoBoxhint a
{
	color: #eea42d;
	text-decoration: underline;
}

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;
}

/* regions */
ul.startRegions
{
	margin-left: auto;
	margin-right: auto;

	width: 400px;
}

ul.startRegions,
ul.startRegions ul
{
	padding-left: 0;
	list-style: none;
}

ul.startRegions li
{
	background-position: 0px 4px;
	background-repeat: no-repeat;
	
	padding-left: 40px;
	margin-bottom: 20px;

	min-height: 45px;
}

ul.startRegions li ul
{
	overflow: hidden;

	border: none;
}

ul.startRegions li ul li
{
	float: left;
	padding-left: 0;
	padding-right: 0.5em;
	margin-bottom: 0px;

	border: none;

	min-height: 0px;
}

ul.startRegions h2 
{
	margin-top: 0;
}

ul.startRegions h2 span,
ul.startRegions li ul li a
{
	background-image: url(/images/alpha75.png);
	background-repeat: repeat;
}

ul.testimonials
{
	list-style: none;
	padding-left: 0;
}

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

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

p.restaurantSort
{
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #9C4;
}

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.premium
{
	border-bottom: 1px solid #9c4;
	/*background-color: #e9ffc4;*/
	/*background-image: url(/images/layout/premiumTexture.jpg);*/

	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.restaurants h2.premium
{
	font-size: 13pt;
	color: #6a2;
}

ul.restaurants p.premium
{
	color: #000;
	margin-bottom: 10px;
}

ul.restaurants li.premium:hover,
ul.restaurants li:hover
{
	background-color: #DFA;

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

ul.restaurants img.okSms
{
	float: right;
	margin-right: 7px;
}

ul.restaurants img.new
{
	vertical-align: bottom;
}

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,
a.closed
{
	padding: 3px;

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

	background-image: none;

	text-decoration: 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; */
	padding-left: 15px;
	float: right;
}

ul.restaurants li p.cuisine
{
	padding-bottom: 5px;
}

ul.restaurants li p.cuisine span
{
	color: #777;
}

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

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

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

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

ul.restaurants h2 span
{
	padding-right: 5px;
}

ul.restaurants h2 img.stars
{
	display: block;
	float: right;
	padding-right: 15px;
	padding-top: 5px;
}

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

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

	margin-top: 8px;
	margin-right: 10px;
}

ul.restaurants span.vegetarian,
ul.restaurants span.spicy
{
	padding-top: 5px;
	padding-left: 20px;

	background-position: top left;
	background-repeat: no-repeat;
	min-width: 30px;
	min-height: 25px;

	display: block;
}

ul.restaurants span.vegetarian
{
	color: #5A2;
	background-image: url("/images/layout/foodtypes/vegetarian.png");

	float: left;
}

ul.restaurants span.spicy
{
	color: #BA1223;
	background-image: url("/images/layout/foodtypes/spicy.png");

	display: block;
	margin-left: 100px;
}

p.fbSpace
{
	padding-bottom: 5px;
}

ul.restaurants p.payMethods
{
	clear: left;
}

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: 65px;
}



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

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

	list-style: none;
	padding: 0;

	min-width: 192px;

	overflow:auto;
}

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.top10
{
	min-height: 34px;
	background-image: url(/images/layout/categories/top.png);
}

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;

	background-color: #FFF;
}

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

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

table.menuOrder form
{
	display: inline;
}

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

	border: 3px solid #ba1223;
	background-color: #eee;
	padding: 5px;

	display: block;
	width: 100%;
	max-width: 180px;

	margin-left: 0;
	margin-right: 0;
}

div.menuOrder div.warning em
{
	font-weight: bold;
	font-style: normal;
}

div.menuOrder div.warning p
{
	text-align: left;
}

div.menuOrder div.warning h2
{
	font-size: 12pt;
	text-align: center;
}

div.menuOrder div.warning a
{
	color: #ba1223;
}

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-right: 200px;
	padding-right: 30px;
	padding-left: 30px;
}

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

.storyBound
{
	margin-right: 200px;
}

div.receipient
{
	float: left;
}

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

div.sender p
{
	background-image: url("/images/alpha75.png");
	background-repeat: repeat;
}

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,
div#changeAddress input.smallSubmit,
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;
}

div#changeAddress input.smallSubmit,
input.smallSubmit
{
	background-image: url( /images/layout/buttons/inputSmallButton.png );
}

div#changeAddress input.smallSubmit
{
	margin-left: 5px;
}

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/buttons/selectGradient.png );
	border: 1px solid #AFBF96;
}

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;
}

fieldset.finalize legend
{
	color: #000;
}

/* 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;
}

div.fbHolder
{
	margin-bottom: 200px;
}

/* start boxes */
div.startBox
{
	margin-top: 20px;
	margin-left: 2em;
	margin-right: 2em;
}

div.firstStartBox
{	
	margin-top: 32px;
}

div.startBox div
{
}

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

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

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

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

div.bigBox
{
	background-image: url("/images/alpha75.png");
	background-repeat: repeat;

	margin-left: 7%;
	padding: 5px;

	clear: both;
}

div.bigBox p
{
	margin-top: 0.5em;
}

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.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;
}

div.infoBoxhint button.arrowButton div.holder
{
	background-image: url(/images/layout/buttons/arrowMaskHint.png);
}

button.arrowButton div.label,
div.arrowButton div.label
{
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: middle;
	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,
div#changeAddress
{
	border-bottom: 1px solid #9c4;

	padding: 10px;
	padding: 0;

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

	margin-bottom: 20px;
}

div#changeAddress
{
	text-align: center;
	border-bottom: none;
}

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

div.mobileBanner
{
	border: 1px solid red;

	width: 340px;
	height: 120px;

	/*background-image: url(/images/layout/smartphones.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;

	position: absolute;
	right: 0;
	bottom: 0;

	z-index: -20;
}

div.mobileBanner a,
div.startBox a
{
	color: #BA1223;
}

div.mobileBackground div a.right
{
	float: right;
}

span.debug
{
	color: #DDD;
	font-size: 5pt;
}

/* faq */
ol.faq h3 a
{
	float: right;
	font-size: 10pt;
	font-weight: normal;
}

ol.faq
{
	background-color: #FFF;
}

a.habhungerOrder
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.startLeft
{
	/*border: 3px solid #F00;*/
	float: left;
	width: 50%;
}

div.startRight
{
	/* border: 3px solid #0F0; */
	margin-left 50%;

	overflow: hidden;
}

/* thanks */
div.thanks
{
	font-size: 10pt;

	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

div.thanks a
{
	color: #BA1223;
}

div.thanks a:hover
{
	text-decoration: underline;
}

div.thanks h2
{
	color: #BA1223;
	font-size: 12pt;
	margin-bottom: 5px;
	margin-top: 25px;
}

div.thanks p
{
	margin-top: 0;
}

div.thanks p.topSpace
{
	margin-top: 11px;
}

span.smallDescription
{
	display: block;

	font-size: 8pt;
	line-height: 1.1em;
}

span.smallDescription span
{
	display: inline;

	padding-left: 0.7em;
}

legend
{
	color: #000;
}

table.linkPartner thead 
{
	font-weight: bold;
}

table.linkPartner td
{
	padding-right: 1em;
}


