﻿body
{
    margin: 0px;
    /*font-size: small;*/
    font-family: 'Comic Sans MS' , Sans-Serif;
    background-image: url(img/sfondo3.GIF);
    background-color: #FF0000;
    color:#983D46;
}

#p nascosto 
{
    visibility:hidden;
    }
#ricetta_del_giorno {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(img/postit7.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 170px;
	float: right;
	overflow:hidden;
	color:Blue;
    text-decoration:none;
}

#ricetta_del_giorno a:link
{
    color:Blue;
    text-decoration:none;
}

#ricetta_del_giorno a:hover
{
    color:Black;
    text-decoration:none;
}

#ricetta_del_giorno a:visited
{
    color:Blue;
    text-decoration:none;
}


#google1 
{
    margin:auto;
	height: 90px;
	width: 120px;
	background-color:#F2984C;
	/*background-image: url(img/google120x90.gif);
	background-repeat:no-repeat;*/
}

#google2 
{
    margin:auto;
    background-color:#F2984C;
    text-align:center;
	width: 160px;
	height: 600px;
}

#google3
{
    margin:auto;
    background-color:#F2984C;
    text-align:center;
	width: 180px;
	height: 150px;
}


div#container
{
    width:760px;
    margin: 0 auto;
    text-align:left;
    
    }
div#header
{
    color:Blue;
    text-align:center;
    background: #FFFFFF;
    border-bottom-style:solid;
    border-bottom-color:#ff0000;
    border-bottom-width:1px;
    }
#header_space {
    height: 20px;
	position: relative;
}
div#main 
{
    clear:left;
    float:left;
    width:560px;
    }
div#spirale
{
    clear:right;
    float:right;
    width:404px;
    height:33px;
    background-image:url(img/spirale4.gif);
    }
div#spirale_bottom
{
    clear:right;
    float:right;
    width:404px;
    height:22px;
    background-image:url(img/spirale4_bottom.gif);
    }
div#content
{
    clear:right;
    float:right;
    width:400px;
    background-color:#ffffad;
    border-left-style:solid;
    border-left-width:2px;
    border-right-style:solid;
    border-right-width:2px;
    border-color:#000000;
    color:#983D46;
    }
div#spazio_spirale
{
    height:33px;
    }
div#nav
{
    font-family:Arial;
    clear:left;
    float:left;
    width:140px;
    font-size:small;
    background-color:#f0e68c;
    border-style:solid;
    border-width:2px;
    }
div#nav a:hover
{
    color:Black;
}

.menu-sub
{
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 3px;
    background: #F2984C;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
    font-family: Arial;
}
.menu-sub-sub
{
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial;
    font-size: 12px;
    background: #f0e68c;
    color: #983D46;
    text-decoration: underline;
}
a.menu-link {
	color:#983D46;
	text-decoration: underline;
}
div#extra
{
    clear:right;
    float:right;
    width:180px;
    font-size:95%;
    background-color:#f0e68c;
    border-style:solid;
    border-width:2px;
    }
div#footer
{
    clear:both;
    width:100%;
    text-align:center;
    padding-top:5px;
    font-size:small;
    }
