@charset "UTF-8";
/* CSS Document Screen */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

/* -------------------------------------------------------------------------- ELEMENTE -------------------------------------- */


body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3C3C3C;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	/* overflow-x: hidden; */
	
}

h3 {
	font-size: 18px;
	margin: 33px 0 12px 116px;		
}

h1 {
	visibility: hidden;
	
}

h2 {
	font-size: 22px;	
}

h3 a {
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;	
}

h3 a:hover {
	text-decoration: underline;
	color: #FFF;
}

h4 {
	font-size: 16px;
	color: #E2DDCD;
	
}

/* -------------------------------------------------------------------------- ID's -------------------------------------- */

#wrapper {
	width: 1072px;
	margin: 0 auto;
}

#header {
	height: 485px;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 53px;
	/* margin: 53px 0 0 0; */
	
}

#nav {
	height: 50px;
	margin: 0 0 0 650px;
	position: absolute;
	top: 25px;
}

#nav ul {
	list-style-type: none;
	height: 50px;
	
}

#nav ul li {
	float: left;
	height: 43px;
	margin: 51px 0 0 5px;
}

#nav ul li a {
	display: block;
	height: 43px;
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-position: top;
}

#button_home {
	background-image: url(../img/buttons/home.png); width:73px;
}
#button_order {
	background-image:url(../img/buttons/order.png); width:104px;
}

#button_location {
	background-image:url(../img/buttons/location.png); width:90px;
}

#button_help {
	background-image:url(../img/buttons/help.png); width:74px;
}

#nav ul li a:hover {
	background-position: 0 -42px;
}


#main {
	width: 1058px;
	background-color: #2C2922;
	position: relative;
	top: 53px;
	margin: 4px 0 0 7px;
	padding: 25px 0 30px 0;
	min-height: 460px;
}


#info {
	height: 180px;
	background-color: #737164;

}

#infoorder {
	width: 352px;
	height: 180px;
	border-right-color: #AFA58B;
	border-right-width: 1px;
	border-right-style: dashed;
	float: left;
	background-image: url(../img/icons/icon_pen.png);
	background-repeat: no-repeat;
	background-position: 14px 20px;
}

#infolocation {
	width: 343px;
	height: 180px;
	border-right-color: #AFA58B;
	border-right-width: 1px;
	border-right-style: dashed;
	float: left;
	background-image: url(../img/icons/icon_earth.png);
	background-repeat: no-repeat;
	background-position: 14px 20px;
}

#infotracker {
	width: 352px;
	height: 180px;
	border: none;
	float: left;
	background-image: url(../img/icons/icon_help.png);
	background-repeat: no-repeat;
	background-position: 14px 20px;
}


#statuscheckform {
	font-size: 12px;
	margin: 5px 0 0 116px;
	
}

#statuscheckform input[type="text"] {
	background-image: url(../img/statuscheck_bg.gif);
	background-repeat: no-repeat;
	background-color: #757063;
	height: 16px;
	width: 140px;
	padding: 0 0 0 5px;
		
	
}

#statuscheckform input[type="submit"] {
	margin: 0 0 0 5px;
	background-image: url(../img/buttons/statuschecksubmit.gif);
	background-repeat: no-repeat;
	background-color: #757063;
	height: 16px;
	width: 50px;
		
	
}


#status {
	margin: 20px 80px 0 80px;
	padding: 25px 0 25px 100px;
	font-size: 16px;
	border: 1px solid #AFA58B;
	background-image: url(../img/icons/status.png);
	background-repeat: no-repeat;
	background-position: 25px 10px;
}


#status ul {
	list-style-type: disc; 
}


#twitter_div {
	margin: 30px 100px 0 80px;
	background-image: url(../img/icons/twitter.png);
	background-repeat: no-repeat;
	background-position: 30px 50px;
	border: 0;
	min-height: 180px;
	
}

#twitter_div h3 {
	margin: 0 0 20px 0;
	
}

#twitter_div ul{
	list-style-type: circle;
	font-size: 12px;
	line-height: 24px;
	margin: 0 0 10px 200px;
	width: 500px;
	
}

#twitter_div ul li{
	border-bottom: 1px dashed #AFA58B;
	
}

#twitter_div ul li a {
	font-size: 12px;
	color: #AFA58B;
	text-decoration: none;
	
}

#followtwitter a {
	font-size: 14px;
	color: #AFA58B;
	text-decoration: none;
	margin: 0 0 20px 90px;
	
	
}

#followtwitter a:hover {
	font-size: 14px;
	color: #AFA58B;
	text-decoration: underline;
	
}

#twitter_div ul li a:hover {
	font-size: 12px;
	color: #AFA58B;
	text-decoration: underline;
	
}

#twitter_li_hidden {
	visibility: hidden;
}

#steps {
	position: relative;
	top: -10px;
	height: 45px;
	border-bottom: 2px solid #E2DDCD;
	
}

#steps ol {
	list-style-type: none;
	color: #564933;
	
}

#steps ol li {
	float: left;
	width: 351px;
	height: 32px;
	padding-top: 6px;

}

#steps ol li h2{
	padding-top: 2px;
	padding-left: 80px;
	height: 30px;
}


#step1 {
	background-image: url(../img/1.gif);
	background-repeat: no-repeat;
	background-position: 46px 3px;
}

#step2 {
	background-image: url(../img/2.gif);
	background-repeat: no-repeat;
	background-position: 46px 3px;
}

#step3 {
	background-image: url(../img/3.gif);
	background-repeat: no-repeat;
	background-position: 46px 3px;

}

#currentstep {
	background-color: #E2DDCD;
	color: #000000;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}

#bestellhinweis {
	font-size: 18px;
	margin: 5px 0 20px 58px;
}




#adressfelder {
	margin: 0 0 0 10px;
	padding-top: 10px;

}

#name_li {
	background-color: #2D2821;
	background-image: url(../img/name_li.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 51px;
	float: left;
	margin: 0 0 5px 0;
}

#name_re {
	background-color: #2D2821;
	background-image: url(../img/feld_re.png);
	background-repeat: no-repeat;
	height: 22px;
	font-size: 14px;
	padding: 2px 0 0 2px;
	float: left;
	width: 247px;
	background-position: top right;
	margin: 0 0 5px 0;
	
}

#street_li {
	background-color: #2D2821;
	background-image: url(../img/strasse_li.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 57px;
	float: left;
	margin: 0 0 5px 0;
}

#street_re {
	background-color: #2D2821;
	background-image: url(../img/feld_re.png);
	background-repeat: no-repeat;
	height: 22px;
	font-size: 14px;
	padding: 2px 0 0 2px;
	float: left;
	width: 241px;
	background-position: top right;
	margin: 0 0 5px 0;
	
}

#plz_li {
	background-color: #2D2821;
	background-image: url(../img/plz_li.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 39px;
	float: left;
	margin: 0 0 5px 0;
}

#plz_re {
	background-color: #2D2821;
	background-image: url(../img/feld_re.png);
	background-repeat: no-repeat;
	height: 22px;
	font-size: 14px;
	padding: 2px 0 0 2px;
	float: left;
	width: 60px;
	background-position: top right;
	margin: 0 5px 5px 0;
	
}

#city_li {
	background-color: #2D2821;
	background-image: url(../img/city_li.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 33px;
	float: left;
	margin: 0 0 5px 0;
}

#city_re {
	background-color: #2D2821;
	background-image: url(../img/feld_re.png);
	background-repeat: no-repeat;
	height: 22px;
	font-size: 14px;
	padding: 2px 0 0 2px;
	float: left;
	width: 159px;
	background-position: top right;
	margin: 0 0 5px 0;
	
}

#tel_li {
	background-color: #2D2821;
	background-image: url(../img/tel_li.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 60px;
	float: left;
	margin: 0 0 5px 0;
}

#tel_re {
	background-color: #2D2821;
	background-image: url(../img/feld_re.png);
	background-repeat: no-repeat;
	height: 22px;
	font-size: 14px;
	padding: 2px 0 0 2px;
	float: left;
	width: 238px;
	background-position: top right;
	margin: 0 0 5px 0;
	
}

#comment_header {
	background-color: #2D2821;
	background-image: url(../img/comment_header.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 300px;
}

#comment_footer {
	background-color: #FFFFFF;
	background-image: url(../img/comment_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 287px;
	padding: 5px 5px 5px 8px;
	position: relative;
	top: -3px;

}

#container-1 ul {
	border-bottom: 1px solid #757063;
	width: 642px;
	margin: 10px 0 0 58px;
}


#customer {
	font-size: 12px;
	list-style-type: none;
	margin: 10px 0 10px 20px;
	line-height: 16px;
}

#orderdproducts {
	font-size: 12px;
	list-style-type: circle;
	margin: 10px 0 10px 30px;
	line-height: 20px;
}


#gesamt {
	margin: 30px 0 20px 125px;
	font-size: 20px;
}

#bestellnr {
	margin: 5px 0 10px 0;
	font-size: 16px;
}

#btn_weiter {
	background-color: #2D2821;
	background-image: url(../img/buttons/weiter.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
	position: relative;
	top: 4px;
	margin: 0 0 0 10px;
}

#btn_zurueck {
	background-color: #2D2821;
	background-image: url(../img/buttons/zurueck.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
	margin: 0 0 0 20px;

}

#btn_bestellen {
	background-color: #2D2821;
	background-image: url(../img/buttons/bestellen.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 121px;
}

#btn_aendern {
	background-color: #2D2821;
	background-image: url(../img/buttons/aendern.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 220px;
}

#maps_canvas {
	color: #564933;
	height: 332px;
	width: 536px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 12px 0 0 20px;
	border: 2px solid #AFA58B;
	-webkit-border-radius: 7px; /* runde Ecken am Safari */
    -moz-border-radius: 7px; /* runde Ecken am Firefox & Co. */
    border-radius: 7px;
}

#locationheader  {
	
	padding: 3px 0 0 5px;
	margin: 0;
	background-color: #AFA58B;
	color: #000000;
	width: 387px;
	margin: 12px 0 0 50px;
	background-image: url(../img/balken_lil.png);
	background-repeat: no-repeat;
	background-position: top;
	
}

#location {	
	border-right: 1px solid #AFA58B;
	border-left: 1px solid #AFA58B;
	border-bottom: 1px solid #AFA58B;
	-webkit-border-bottom-right-radius: 7px; /* runde Ecken am Safari */
    -moz-border-radius-bottomright: 7px; /* runde Ecken am Firefox & Co. */
    border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px; /* runde Ecken am Safari */
    -moz-border-radius-bottomleft: 7px; /* runde Ecken am Firefox & Co. */
    border-bottom-left-radius: 7px;
	padding-bottom: 10px; 
	width: 390px;
	height: 300px;
	margin: 0 0 0 50px;
} 

#rightbar {
	float: right;
}

#calc {
	min-height: 215px;
	width: 233px;
	margin: 0 0 0 15px;
	border: 1px solid #b4a489;
	border-bottom:0;
	
}

#calcbottom {
	width: 253px;
	height: 55px;
	margin: 0 15px 15px 15px;
	border: 1px solid #b4a489;
	-webkit-border-bottom-right-radius: 7px; /* runde Ecken am Safari */
    -moz-border-radius-bottomright: 7px; /* runde Ecken am Firefox & Co. */
    border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px; /* runde Ecken am Safari */
    -moz-border-radius-bottomleft: 7px; /* runde Ecken am Firefox & Co. */
    border-bottom-left-radius: 7px;
	border-top:0;
}

#gesamtpreis {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 15px;
}

#bestellen {
	float:left;
}

#flashhilfe {
	border:1px solid white;
	height: 400px;
	width: 400px;
	margin: 10px 50px 0 50px;
	float: left;
}

#faqliste {
	margin: 10px 0 0 0;
}

#faqliste ol {
	list-style-type: decimal;
	font-size: 14px;
	line-height: 18px;
	color: #AFA58B;
	font-weight: bold;
}

#faqliste ol li a{
	text-decoration: none;
	color: #AFA58B;
	font-weight: normal;
}

#footer {
	
	margin: 10px 0 0 965px;
	padding-bottom: 7px;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
	position: relative;
	top: 53px;

}

#footer a{
	
	color: #CCC;
	text-decoration: none;

}

#footer a:hover {

	color: #AFA58B;
	text-decoration: none;

}

#imp {
	margin: 20px 80px 0 80px;
	padding: 25px 0 25px 100px;
	font-size: 16px;
	border: 1px solid #AFA58B;
	
}

#decode {
	unicode-bidi: bidi-override;
  	direction: rtl;
	white-space: nowrap;
}

#trans {
	width: 450px;
	height: 120px;
	position: relative;
	top: -20px;
	left: 50px;
}

#hoverstueck {
	background-image: url(../img/stueck_li_hover.gif);
	display: none;
	visibility: hidden;
}

#help {
	height: 400px;
	width: 800px;
	margin: 10px 0 10px 150px;
}
/* -------------------------------------------------------------------------- KLASSEN -------------------------------------- */

.status {
	margin: 20px 80px 0 80px;
	padding: 25px 0 25px 100px;
	font-size: 16px;
	border: 1px solid #AFA58B;
	background-image: url(../img/icons/status.png);
	background-repeat: no-repeat;
	background-position: 25px 10px;
}



.latitude {
	width: 675px;
	height: 300px;
	margin: 5px;
}

.infotext {
	font-size: 14px;
	margin-left: 116px;	
} 




.active {
	background-position: 0 -86px;
	height: 43px;
	text-indent: -99999px;
	background-repeat: no-repeat;
}

.products {	
	width: 690px;
} 

.product {	
	border-right: 1px solid #AFA58B;
	border-left: 1px solid #AFA58B;
	border-bottom: 1px solid #AFA58B;
	-webkit-border-bottom-right-radius: 7px; /* runde Ecken am Safari */
    -moz-border-radius-bottomright: 7px; /* runde Ecken am Firefox & Co. */
    border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px; /* runde Ecken am Safari */
    -moz-border-radius-bottomleft: 7px; /* runde Ecken am Firefox & Co. */
    border-bottom-left-radius: 7px;
	padding-bottom: 10px; 
	width: 690px;
	margin: 0 0 0 50px;
} 
 
.pizzaname {
	
	padding: 3px 0 0 5px;
	margin: 0;
	background-color: #AFA58B;
	color: #000000;
	width: 687px;
	margin: 12px 0 0 50px;
	background-image: url(../img/balken.png);
	background-repeat: no-repeat;
	background-position: top;
	
}

.calc_balken {
	
	padding: 3px 0 0 5px;
	width: 250px;
	margin: 15px 0 0 15px;
	background-color: #AFA58B;
	color: #000000;
	background-image: url(../img/calc_balken.png);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 14px;
	
}

.stueck {
	
	margin-left: 85%;
		
}

.stueck:hover {
	cursor: text;
}

.inputstueck {
	background-color: #2D2821;
	background-image: url(../img/stueck_li.gif);
	background-repeat: no-repeat;
	height: 21px;
	font-size: 16px;
	padding: 1px 0 0 5px;
	float: left;
	width: 30px;
	margin: 0;
	
}

.inputstueck:hover {
	background-color: #2D2821;
	background-image: url(../img/stueck_li_hover.gif);
	background-repeat: no-repeat;
	height: 21px;
	font-size: 16px;
	padding: 1px 0 0 5px;
	float: left;
	width: 30px;
	margin: 0;
}

.stueck_re {
	background-color: #2D2821;
	background-image: url(../img/stueck_re.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 39px;
	position: relative;
	left: -6px;
	float: left;
}

.labelstueck {
	display: none;
}



.pizzabeschreibung {
	
	margin: 0px 80px 5px 5px;
	padding: 10px 0 0 10px;
	font-size: 12px;
	
}  

.individualpizza {
	
	margin: 0 2px 5px 0;
	font-size: 14px;
	width: 10px;
	float: left;
	
}  
 
 .pizzabeschreibung br {
	clear: both;	
}  

 .pizzabeschreibung input {
	margin: 0 0 0 90px;
}   
 
.clear {
	clear: both;
}

#clear {
	clear: both;
}

.stueckzahl {
	float: left;
	margin: 0 20px 0 0;
	min-width: 30px;
	font-weight: bold;
}

.productname {
	float: left;
	margin: 0 20px 0 0;
	min-width: 150px;
	
}
 
.costumerli{
float: left;
margin: 0;
font-weight: bold;
width: 150px;
	
} 
 
 
.zutaten {

margin: 5px 0 5px 50px;
font-weight: bold;
font-size: 14px;

	
}

.zutaten ul {

margin: 2px 0 0 15px;
text-decoration: none;
font-weight: normal;
list-style-type: disc;
font-size: 12px;
line-height: 16px;
	
}


#calc {
	font-size: 16px;
	line-height: 18px;
	padding: 10px;
	font-weight: bold;
}

#calc ul {
	list-style-type: none;
	border:0;
	width: 200px;
	margin: 5px 0 0 10px;
	padding:0;
}

#calc ul li{
	display: block;
	font-size: 14px;
	line-height: 18px;
	border: 0;
	margin:0;
	padding-left: 5px;
	font-weight: normal;
}

.hidden {
	display: none;
}
 
 