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

body{
background-color: #cddfe7;
font-family: tahoma, verdana, sans serif;
font-size: 100%;
color: #005263;
}

#header{
width: 98%;
padding-left:20px;
border-top: 2px dotted #fff;
border-bottom: 2px dotted #fff;
text-align: right;
}
#header img{
margin-right: 10px;
}

#contenitore{

margin-top: 3px;
padding-left: 20px;
/*float: left;*/
width: 100%;
}

#contenuti{
width: 59%;
float: left;
/*border-top: 2px dotted #c00;
border-right: 1px solid #c00;
border-left: 1px solid #c00;
border-bottom: 1px solid #c00;*/
}

#menu{
border-left: 6px solid #fff;
border-right: 6px solid #fff;
border-bottom: 6px solid #fff;
border-top: 6px solid #fff;
float: left;
width: 20%;
min-height: 350px;
height: auto !important;
height: 350px;

}

#ricettario {
float: left;
text-align: center;
/*margin-top: -px;*/
margin-left: -1px;
border-right: 2px dotted #fff;
border-left: 2px dotted #fff;
}

#foglio{
margin-left: 4%;
margin-right: 4%;
margin-bottom: 1%;
width: 92%;
}
#foglio p{
margin-bottom: 2%;
}
#intestazione{
font-weight: bold;
}
#copertina img{
width: 100%;
border-bottom: 2px solid dotted #fff;
margin-top: 50px;
}
/*piede di pagina*/
#mail{
clear: left;
width: 100%;
border-bottom: 2px dotted #c00;
font-weight: bold;
margin-top: 5px;
}

#footer{
clear: left;
width: 100%;
color: #000;
border-top: 1px solid #fff;
min-height: 25px;
height: auto !important;
height: 25px;
font-size: 80%;
padding-top: 5px;
color: #005263;
}
.foot{
margin-left: 25px;

}
/* fine piede di pagina*/

#ricettario img{
width: 100%;
}
/*tabelle*/
#ricettario table{
padding: 0px;
border: 1px solid #fff;
}

#contenuti table{
border: solid 1px #cc0000;
}
#contenuti td{
padding-right: 0.5em;
}
#foglio table{
border: 0px;
font-size: 85%;
margin: auto;
margin-bottom: 10px;
}
#foglio td{
text-align:left;
border: 1px solid #fff;
padding-left: 0.5em;
padding-top: 0.4em;
}

.ricetta{
margin-top: 0.5em;

}
.sottotitolo{
font-size: 90%;
font-style: italic;
font-family: tahoma, verdana, sans serif;
/*margin-right: 0.5em;*/
}
.sottocapitolo{
color: #fff;
font-size:120%;
font-weight: bold;
padding-left: 20px;
background: url(quadrettobianco.gif) top left no-repeat;
}
.red{
color: #c00;
}
/*info sul testo*/
/*collegamenti*/


a:link{color: #005263;}
a:visited{color: #005263;}
a:hover{ color: #c00;}
a:active{ color: #005263;}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

a.alimentazione:link{
color: #fff;}
a.alimentazione:visited{
color: #fff;}
a.alimentazione:hover{
color: #c00;
}

a.scrivi:link{
color: #fff;}
a.scrivi:visited{
color: #fff;}
a.scrivi:hover{
text-decoration: underline;
color: #fff;}


#menu a:link{color: #005263;}
#menu a:visited{color: #005263;
background: url(visited.gif) left top no-repeat;
padding-left: 9px;}
#menu a:hover{ color: #c00;}
#menu a:active{ color: #fff;}

h1{
font-size: 106%;
color: #c00;
margin-left: 15px;
margin-top: 5px;
margin-bottom:15px;
}

h2{

text-align: center;
font-family: tahoma,verdana, sans serif;
margin-top: 3px;
}
h3{
font-family: tahoma, verdana, sans serif;
font-size: 150%;
color: #cc0000;
margin-top: 1em;
}
h5{
font-family: tahoma, verdana, sans serif;
font-size: 102%;
}
div#header h2{
float:left;
width:20%;
margin-top: 8px;

}
div#header strong{
float:right;
font-size: 94%;
margin-right: 28px;
}

/*lista*/
li{padding: 0px;
margin: 0px;
}
ul{padding: 0px;
margin: 6px;
list-style:none;
font-size: 93%;
font-weight: bold;
}

 ul li{
font-weight: normal;
}

.foglio {
list-style-type: square;
margin-left: 25px;
padding: 5px;

}
#foglio li{
/*border-bottom: 2px dotted #fff;*/
margin-bottom: 5px;
}

dl{
margin-top: -5px;
margin-left: 20px;
}

dt{
font-size: 98%;
font-weight: bold;
/*margin-top: 5px;*/

}

dd{
/*margin-left: 5px;*/
margin-bottom: 10px;
}





