@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	/*background-image:url(../img/bodybg.jpg);*/
}
#content img {
	border: 2px solid #BD0926;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.content{
	margin-top: 40px;
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
}

table{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	font-weight: normal;

}
tr.even{
	background-color: rgba(189,9,38,0.9);
	color: #fff;
	font-weight: normal;
}
tr.even td.name{
	color: #fff;
	font-weight: normal;
}
td.name span{
	font-size: 18px;
}
tr.even td.name span{
	font-size: 18px;
}
tr{
	background-color: #fff;
}
th{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	background-color:#fff;
	
}
td{
	text-align: center;
	font-size: 20px;
	line-height:15px;
	font-weight: normal;
	cursor: pointer;
}
td.nr{
	text-align: left;
	font-size: 25px;
	padding: 10px;
	font-weight: normal;
}
td.name{
	text-align: left;
	font-size: 20px;
	font-weight: normal;

}
h1{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: block;
}
h2{
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	display: block;
}
h3{
	display: block;
	background-color: rgba(189,9,38,0.9);
	color:#fff;
	padding: 8px;
	font-weight: normal;
	border-radius: 4px;
	clear:both;
}
p {
	padding: 0;
	display: block;
}
ol {
	list-style-type:none;
}
span.uppercase a{
	font-size: 10px;
	vertical-align:super;
}
span.uppercase a:hover{
	font-size: 10px;
	vertical-align:super;
	text-decoration: underline
}
tr.even span.uppercase a{
	font-size: 10px;
	vertical-align:super;
	color: #fff;
}
tr.even span.uppercase a:hover{
	font-size: 10px;
	vertical-align:super;
	text-decoration: underline;
	color: #fff;
}

#outerContainer{
	width: 690px;
	position:relative;
	margin: 0 auto;
	margin-top: 25px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
	
}
#head{
	position:relative;
	top: 0px;
	left: 0px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	height: 171px;
}

#numberBox{
	width: 300px;
	position:absolute;
	left: 0px;
	top: 0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	font-weight: normal;
	color: #fff;
	left: 400px;
	top: 132px;
}
#content{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	/*background-image:url(../img/bg.jpg);*/
	background-repeat:repeat;
	width: 670px;
	min-height: 400px;
	line-height: 23px;
	font-size: 17px;
	font-weight: normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	
}
#footer{
	text-align:center;
	width: 660px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
	padding-top: 20px;
	padding-bottom: 20px;
	
	background-color: #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	color: #000;
}
#footer a{
	color: #000;
}
#footer a:hover{
	color: #BD0926;
}
#menu{
	position:relative;
	top: 0px;
	left: 0px;
	width: 690px;
	margin-top: 30px;
}

/*IE 6 Hack*/
*html #submenu{
	height: 84px;
	width: 500px;
	margin-left: -8px;
	margin-top: 0px;
	margin-bottom: -354px;
}

a{
	text-decoration:none;
	color:#000;
	outline:none;
}
a:hover{
	color:#BD0926;
}

a div{
	font-size: 19px;
}

#content div img{
	position: relative;
	top: 5px;
	margin-right: 0px;
}

#submenu div#pizzaM, #submenu div#pastaM, #submenu div#fleischM, #submenu div#salatM, #submenu div#getraenkeM {
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 124px;
	height: 87px;
	text-align:center;
	margin-top: 2px;
	
}

#submenu div#pizzaM:hover, #submenu div#pastaM:hover, #submenu div#fleischM:hover, #submenu div#salatM:hover, #submenu div#getraenkeM:hover {
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 124px;
	height: 87px;
	color: #000;
	background-color: #fff;
	text-align:center;
	
}

div.pizzaItem {
	position: relative;
	top:0px;
	left:0px;
	background-image:url(../img/pizza.png);
	background-repeat:no-repeat;
	background-color: #683b15;
	color: #fff;
	
		
}
a.pizzaItemSel {
	position: relative;
	top:0px;
	left:0px;
	background-image:url(../img/pizza.png);
	background-repeat:no-repeat;
	color: #000;
	background-color:#683b15;

}

div.pastaItem {
	position: relative;
	top:-91px;
	left:128px;
	background-image:url(../img/pasta.png);
	background-repeat:no-repeat;
	background-color: #683b15;
	color: #fff;
	
}

a.pastaItemSel {
	position: relative;
	top:-91px;
	left:128px;
	background-image:url(../img/pasta.png);
	background-repeat:no-repeat;
	color: #000;
	background-color:#683b15;
	
}

div.fleischItem {
	position: relative;
	top:-182px;
	left:256px;
	background-image:url(../img/fleisch.png);
	background-repeat:no-repeat;
	background-color: #683b15;
	color: #fff;

}

a.fleischItemSel {
	position: relative;
	top:-182px;
	left:256px;
	background-image:url(../img/fleisch.png);
	background-repeat:no-repeat;
	color: #000;
	background-color:#683b15;
}

div.salatItem {
	position: relative;
	top:-273px;
	left:384px;
	background-image:url(../img/salat.png);
	background-repeat:no-repeat;
	background-color: #683b15;
	color: #fff;	
	
}



div.getraenkeItem {
	position: relative;
	top:-364px;
	left:512px;
	background-image:url(../img/getraenke.png);
	background-repeat:no-repeat;
	background-color: #683b15;
	color: #fff;

}
a.getraenkeItemSel {
	position: relative;
	top:-364px;
	left:512px;
	background-image:url(../img/getraenke.png);
	background-repeat:no-repeat;
	color: #000;
	background-color:#683b15;
}

#socialTab{
margin-top: 140px; margin-right: -202px; width: 165px; height: 150px;
}

/* CSS Document */
#helpTextLarge{
	font-size: 12px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-top: -80px;
	border-radius: 5px; -moz-border-radius:  5px; -webkit-border-radius:  5px;
border: 1px solid #ababab; 
}
#linkText{
	font-size: 11px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px;
	cursor: pointer;
	float:right;
	width: 90px;
}
#close{
	float: right;
	cursor: pointer;
}

#socialTab{
  height: 150px;
  width: 165px;
  position:absolute;
  left: 670px;
  top: 140px;
}
#socialInner{
height: 60px; margin-top: 4px; margin-left: 4px;
}
.socialButtons{
	background-color: #683b15;
    background-position: 9px 9px;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 9px;
    height: 50px;
    margin-bottom: 4px;
    padding: 2px;
}

.facebookDeflated{
 background-image:url(../img/facebook.png); 
 width: 170px;
}
.twitterDeflated{
background-image:url(../img/twitter.png);
width: 170px;
}
.googleDeflated{
background-image:url(../img/google.png);
width: 170px;
}

.facebookInflated{
background-image:url(../img/facebook.png); width: 50px; margin-bottom:4px;
}
.twitterInflated{
background-image:url(../img/twitter.png); width: 50px; margin-bottom:4px;
}
.googleInflated{
background-image:url(../img/google.png);  width: 50px; margin-bottom:4px;
}
#helpText{
padding-left: 50px;
display: none;
font-family: Arial;
font-size: 10px;
color: #fff;
line-height: 12px;
}
#disable {
 width: 25px;
 height: 25px;
 position: relative;
 top: 7px;
 left: 7px;
}

#enable {
 width: 25px;
 height: 25px;
 position: relative;
 top: 7px;
 left: 7px;
}

#helpText a{
	text-decoration: underline;
	color: #000;
}

table.intoCart{
	background:#BD0926;
}
ul {
	display: block;
	margin: 0;
	padding: 0;
}
li.submenu ul {
	list-style-type: none;
	padding: 0;
	margin-top: 30px;
}

li.submenu{
	width: 130px;
	height: 100px;
	float: left;
	margin-right: 2px;
	background-color:#fff;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

li.submenu:hover{
	width: 130px;
	height: 87px;
	float: left;
	margin-right: 2px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

li.submenu span {
  	display: inline-block;
    left: 2px;
	color: #000;
    position: relative;
    text-align: center;
    top: -13px;
    width: 126px;
	font-size: 14px;
}

li.submenu.selected {
	
}

li.submenu.selected span {
	color:#BD0926;
}

li.menu ul li:hover span {
  	color:#BD0926;
}

li.submenu ul {
    height: 87px;
    width: 690px;
}

li.submenu img {
	border: none !important;
}

li.submenu img:hover {
	
}


p.addText{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	background-color:#fafafa;
	padding-top: 12px;
	padding-bottom: 12px;
	
	width: 100%
}

ul#menu li.menu{
	font-size: 18px;
	border: 2px solid #bd0926;
	background-color: #fff;
	width: 31%;
	height: 25px;
	padding: 8px 2px 8px 2px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	margin-right: 2px;
	text-align:center;
}
ul#menu li.menu:hover{
	font-size: 18px;
	color:#fff;
	border: 2px solid #bd0926;
	background-color:#bd0926;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul#menu li.menu a:hover{
	font-size: 18px;
	color:#fff;
}
ul#menu li.menuSel{
	font-size: 18px;
	color:#fff;
	background-color:#bd0926;
	border: 2px solid #bd0926;
}

ul#menu li.menuSel a{
	font-size: 18px;
	color:#fff;
}

ul#menu{
	color:#000;
	background-color: none;
	list-style-type: none;
	padding: 0;
}
ul.menu {
	height: 40px;
}
ul.submenu {
	height: 160px
}

ul#menu a.menuItem{
	color: #000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	line-height: 24px;
	text-align:center;
	font-weight: normal;
}

ul#menu a.menuItem:hover{
	color:#000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	text-align:center;
	font-weight: normal;
	background-color: #bd0926;
	
}
ul#menu a.menuItemSel{
	font-weight:bold;
	color:#fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	text-align:center;
	
}
.right {
	float: right;
	margin-left: 20px;
}
.left {
	float: left;
}
.center {
	width: 100%;
}
.copyright{
	font-size:10px; 
	padding-top: 4px;
	text-align: right;
}
.left p {
	margin-top: 0;
	padding-top: 0;
}
.right p {
	margin-top: 0;
	padding-top: 0;
}
@media only screen and (max-device-width: 690px) {
	#outerContainer{
	width: 100%;
	margin: 0;
	}
	#head {
	background-size: 100%;
	height: 80px;
	}
	#numberBox{
	color: #000;
    font-size: 16px;
    left: 0;
	top: 0;
   	position: relative;
    width: 100%;
	text-align:center;
background-color: rgba(255,255,255,1);
	}
	#menu{
	height: auto;
	top: 0px;
	left: 0px;
	width: 97%;
	margin-top: 0;
	}
	#content{
	width: 100%;
	border: none;
	}
	
	img{
	width: auto;
    height: auto;
	}
	ul#menu li.menu {
    border: 1px solid #bd0926;
    border-radius: 0;
    float: left;
    padding: 8px 2px;
    width: 100%;
    height: auto;
	}
	ul#menu li.menu:hover {
    border: 1px solid #bd0926;
    border-radius: 0;
    float: left;
    padding: 8px 2px;
    width: 100%;
	}
	ul#menu a.menuItem {
    font-size: 18px;
	}
	li.submenu ul {

         width: 100%;
         }

	li.submenu {
	background-color: #fff;
        color: #000;
    border-radius: 0;
	border: 1px solid #bd0926;
    float: left;
    height: 40px;
    margin-right: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
	}
	li.submenu:hover {
	border-radius: 0;
	border: 1px solid #bd0926;
        float: left;
        height: 40px;
    margin-right: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
	}
	li.submenu span {
		color: #000;
		display: inline-block;
		font-size: 16px;
		left: 0;
		position: relative;
		text-align: center;
		top: 7px;
		width: 100%;
	}
	
	li.menu ul li:hover span {
		color: #fff;
		background-color: #bd0926;

	}
        li.menu ul li:hover {
		background-color: #bd0926;

	}


	li.submenu.selected span {
    		color: #fff;
	}
	li.submenu.selected {
		background-color: #bd0926;
		color: #fff;
	}
	li.submenu img {
		border: medium none;
		display: none;
	}
	p.addText {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding: 0 4% 0 4%;
    text-align: left;
	width: 96%
	}
	
	td.nr, td.name {
		font-size: 12px;
	}
	tr.even td.name span {
		font-size: 12px;
	}
	td.name span {
		font-size: 12px;
	}
	td,th {
		font-size: 12px;
	}
	
	table {
		font-size: 12px;
	}
	#footer {
		width: 100%;
		border: none;
	
	}
	
	#content div img {
		display: none;
	}
	#content .copyright {
		display: none;
	}
	#content .right {
		display: none;
	}
	#content p {
		width: 96%;
	}
	.content {
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    margin-top: 10px;
	padding: 0 2% 0 2%;
	float: left;
	}
}