/* CSS Document */


html,body {
	margin: 0;
	padding:0;
	}
	
body {
	font-family:"Trebuchet MS";
	background-color:#FFF;
    text-align: center;  
	}

#conteiner {
	margin: 0px auto;   /*centra negli altri browsers*/
	width:978px;
	background-image:url(../img/bg_conteiner.gif);
	font-size:14px;   
	}
	
h1 {
	font-size:28px;
	color:#333333; 
	}
	
.titoloBianco {
	font-size:22px;
	color:#fff;
	font-weight:bold;	}

.linkBianco{
	color:#fff;
	}

#top{
	padding:40px 10px 10px 10px;
	}

#chirurgia{
	margin-left:1px;
	height:220px;
	background-repeat:no-repeat;
	background-position: top left;
	background-image:url(../img/bg_chirurgia.jpg);
	text-align:left;
	padding:24px 0 0 380px;
	}

#chirurgia a{
	color:#990000;
	}
#chirurgia a:hover{
	text-decoration:none;
	}

#laser{
	margin-left:1px;
	height:220px;
	background-repeat:no-repeat;
	background-position: top left;
	background-image:url(../img/bg_laser.jpg);
	text-align:left;
	padding:24px 0 0 380px;
	}

#laser a{
	color:#FF6600;
	}
#laser a:hover{
	text-decoration:none;
	}
	

#medicina{
	margin-left:1px;
	height:220px;
	background-repeat:no-repeat;
	background-position: top left;
	background-image:url(../img/bg_medicina.jpg);
	text-align:left;
	padding:24px 0 0 380px;
	}

#medicina a{
	color:#D55780;
	}
#medicina a:hover{
	text-decoration:none;
	}
	
#terapielaser{
	margin-left:1px;
	height:220px;
	background-repeat:no-repeat;
	background-position: top left;
	background-image:url(../img/bg_terapielaser.jpg);
	text-align:left;
	padding:24px 0 0 380px;
	}

#terapielaser a{
	color:#B4B467;
	}
#terapielaser a:hover{
	text-decoration:none;
	}


#directoryMedici{
	margin-left:1px;
	height:220px;
	background-repeat:no-repeat;
	background-position: top left;
	background-image:url(../img/bg_medici.jpg);
	text-align:left;
	padding:24px 0 0 380px;
	}
#directoryMedici a{
	color:#CE9F00;
	}
#directoryMedici a:hover{
	text-decoration:none;
	}

#altriContenuti {
	text-align:left;
	}
