/*General Style*/
body{
	background:#ffffff;
	font-size:100%;/*grundsätzlich 16px*/
	margin:0em;/*arbeitet mit 100% der font-size zusammen*/
	padding:0em;/*em ist eine relative Angabe, die sich an das Elternelement angleicht*/
}
h1{
	font-size:2.5em;/*em ist der Wert um den die Standard-Schriftgröße multipiziert wird*/
	line-height:3.8em;
	font-family:helvetica;
	font-weight:100;
	color:#e2dbdb;
	margin:0em;
}
h2{
	font-size:1.563em;
	line-height:1.8em;
	font-family:helvetica;
	font-weight:100;
	color:#2f2d2c;
	margin:0em;
	padding:0.75em;
	text-align:left;
}
p{
	line-height:1.25em;
	font-family:helvetica;
	font-weight:100;
	color:#2f2d2c;
	margin:0em;
	padding:1.25em;
	text-align:justify;
}
p#text{
	line-height:1.25em;
	font-family:Mistral;
	font-style:italic;
	font-weight:bold;
	font-size:1.2em;
	color:#2f2d2c;
	margin:0em;
	padding:0.25em;
	text-align:center;
}
p#text1{
	line-height:1.25em;
	font-family:Mistral;
	font-style:italic;
	font-weight:normal;
	font-size:1.2em;
	color:#2f2d2c;
	margin:0em;
	padding:0.25em;
	text-align:center;
}
ul{
	margin:0px;
	padding:0px;
}
li{
	list-style:square;
	font-family:helvetica;
	font-weight:100;
	color:#2f2d2c;
	line-height:1.25em;
	margin:0em;
	padding:0em;
	margin:0.313em 0em 0.313em 0em;
}
img{
	width:90%;
	height:auto;
	max-width:100%;

}
img#pazo{
	width:100%;
	height:100%;
	max-width:100%;

}
img#leiste{
	margin:0.9em 1.3em 0em 0em;
	width:195px;
	height:147px;
	max-width:100%;

}
img#leiste1{
	margin:0.9em 1.3em 0em 0em;
	width:315px;
	height:147px;
		max-width:100%;

}
img#leiste2{
	width:117px;
	height:147px;
		max-width:100%;

}
img#leiste3{
	margin:0.9em 1.3em 0em 0em;
	width:219px;
	height:147px;
	max-width:100%;

}
img#leiste4{
	margin:0.9em 1.3em 0em 0em;
	width:144px;
	height:147px;
		max-width:100%;

}

a{
	text-decoration:none;
	color:#454040;
	
}
a:hover{
	text-decoration:none;
	color:#dcdcdc;
	
}

a#right{
	text-decoration:none;
	color:#454040;
	text-align:right;
}
/*on Top-bar*/
#menubar{
	display:block;
	background:#000000;
}
#menubar ul{
	display:block;
	width:2em;
	padding:0.2em;
}
#menubar ul li{
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}	
/*header*/
header{
	display:block;
	background:#2f2c2c;
	text-align:center;
}
/*NAVI*/
nav{
	display:block;
	height:1.5em;
	background:#ffffff;
	text-align:center;
}
nav ul{
	display:block;
}
nav ul li{
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a{
	color:#454040;
	font-size:1.125em;
	line-height:1.5em;
	padding:0.563em 0.238em 0.375em 0.283em;
	transition:background 0.2s;
	-moz-transition:background 0.2s;
	-webkit-transition:background 0.2s;
}
nav ul li a:hover{
	background:#ffffff;
	border-bottom:0.188em solid #e7590b;
}
/*
nav ul li a.active{
	border-bottom:0.188em solid #e7590b;
} */
/*Content*/


div.bgpazo {
  background-image:url(../images/AdrianoCelentanoBg.png);
width:100%;height:80%;
border:0px solid red;
padding:0px;
background-position:right;
background-repeat:no-repeat;
}

div.bgpizza {
  background-image:url(../images/KleinItalienBg.png);
width:100%;height:80%;
border:0px solid red;
padding:0px;
background-position:right;
background-repeat:no-repeat;
}

#main{
	display:block;
	width:96%;
	max-width:980px;
	margin:1.25em 1.25em 0.25em 0.25em;
	padding:0em;
}
#main article{
	display:inline-block;/*Darstellung des linken und Rechten Bereichs ohne float*/
	width:25%;
	background:#ffffff;
	vertical-align:top;
	margin:0em;
	padding:0em;
	text-align:center;
}



#main article img{
	max-width:560px;
	box-shadow:0px 0px 10px -5px #4c4948;
	-moz-box-shadow:0px 0px 10px -5px #4c4948;
	-webkit-box-shadow:0px 0px 10px -5px #4c4948;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#main aside{
	display:inline-block;
	width:70%;
	height:33%;
	margin-left:0%; 
	padding:0em;
	vertical-align:top;
}
#main aside section{
	margin-bottom:0.563em;
	background:#ffffff;
	height:33%;
	border:0;
}


#main article h2{
	padding:1em 1.8em 1em 1.8em;
}
#main aside section ul{
	padding:0em 1.875em 1.25em 0em; 
}
/*footer*/
footer{
	display:block;
	background:#2f2c2c;
	text-align:center;
}
footer ul{
	display:block;
	width:100%;
	max-width:980px;
	margin:0px auto;
}
footer ul li{
	display:inline;
	font-size:0.8em;
	line-height:2.8em;
	color:#e2dbdb;
	padding:0em 0.25em 0em 0.25em;
}
footer ul li a{
	color:#e2dbdb;
}
/*mobile*/
@media screen and (max-width:800px){
	body{
		font-size:90%;
	}
}
@media screen and (max-width:600px){
	#main aside,#main article{
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}
}
@media screen and (min-width:550px){
	nav.nav{
		display:block !important;
	}
}
@media screen and (max-width:550px){
	body{
		font-size:90%;
	}
	#menubar ul li a.menubutton{
		display:block;
	}
	nav{
		display:none;
		height:auto;
	}
	nav ul li{
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
}