/* www.mangiaresano.net documento CSS */

/*stili per la grafica*/
html,body{margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;padding:0}
body{font-family: arial,sans-serif;font-size: 76%;text-align: justify;background : #00CC66}

/*stili html*/
p {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 200px;
	font-size : 14px;
	font-family : Tahoma,Verdana,Arial;
}
p a {
	color : #1D3F5B;
}
p a:hover {
	color : #000000;
}
li {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 7px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 15px;
	font-size : 15px;
	font-family : Tahoma,Verdana,Arial;
}
li a {
	color : #000000;
}
li a:hover {
	color : #FFFF66;
}
ol {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 7px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 200px;
	font-size : 15px;
	font-family : Tahoma,Verdana,Arial;
}

/*stili generici, su sopra*/
div#sopra{background: url(http://www.mangiaresano.net/immagini/bg_sopra.jpg);width: 100%;height: 167;
           background-repeat: repeat-x}
div#sopra a{color:#000000;
            font-size : 12px;
	        font-family : Tahoma,Verdana,Arial;
	        font-weight: bold;
}
div#sopra a:hover{color:#FFFF66}

/*stili per il centro*/
div#centro {margin-top : 120px;
            margin-right : 200px
}

/*stili specifici per il layout*/
div#dx{background: url(http://www.mangiaresano.net/immagini/bg_dx.jpg);position: absolute;
       width: 175px;
       height: 390%;
	   top: 166px; /*l' altezza di sopra*/
       right: 0;
	   text-align: center}

/*stili per le immagini*/
.cc {float: left;
             margin-left : 10px;
			 margin-right : 10px
}
.bn {        margin-left : 20px;
			 margin-bottom : 15px
}

/*stile per i titoli*/
div#mangiaresano{
background: url(http://www.mangiaresano.net/immagini/bg-mangiare_sano.jpg);
 width:102px;
 height:93px;
 float: left;
 margin-right : 0px;
 text-align: center
}
div#ricette-sane{
background: url(http://www.mangiaresano.net/immagini/bg-ricette_sane.jpg);
 width:93px;
 height:93px;
 float: left;
 text-align: center;
 margin-right : 0px
}
div#fuori-casa{
background: url(http://www.mangiaresano.net/immagini/bg-fuori_casa.jpg);
 width:130px;
 height:93px;
 float: left;
 margin-right : 10px;
 text-align: center
}
div#consigli{
background: url(http://www.mangiaresano.net/immagini/bg-consigli.jpg);
 width:130px;
 height:93px;
 float: left;
 text-align: center
}
div#rischi{
background: url(http://www.mangiaresano.net/immagini/bg-rischi.jpg);
 width:120px;
 height:93px;
 float: left;
 margin-left : 10px;
 text-align: center
}
div#link {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 2px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 15px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial
}