@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 100%;
	text-align: center;
}
#container {
	width: 960px;
	margin: auto;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 100%;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contenuto {
	margin-left: 190px;
	padding-right: 330px;
	background-image: url(../img/colorare.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 450px;

}
#spiegazione {
	width: 760px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: auto;
}
.testo a {
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
}

#titolo  {
	font-size: 4em;
	color: #FF6600;
}
.link_categoria {
	float: left;
	height: 200px;
	width: 350px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}




#menu {
	width: 100%;
	height: 50px;


}



#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}





#menu li {
	float: left;
	width: 238px;
	border: 1px solid #FFFFFF;



}
#menu a {
	color: #FF6633;
	font-size: 1.5em;
	text-decoration: none;
	display: block;
	padding-left: 40px;
	background-color: #FFcc33;
	height: 35px;
	padding-top: 5px;
}
#menu a:hover {
	color: #FFCC33;
	background-color: #FF6633;
	background-image: url(../img/matita_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu li#linkattivo a {
	color: #FFCC33;
	background-color: #FF6633;
	background-image: url(../img/matita_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
#google_left {
	width: 180px;
	float: left;
}
#google_top {
	height: 100px;
	margin-left: 10px;
}

#footer {
	height: 30px;
	clear: both;
	background-color: #FF6633;
}
#contenuto_disegni_da_colorare {
	margin-left: 190px;
}
.img_categoria  a img   {
	height: 150px;
	width: 150px;
	border: 2px solid #FF6633;
	margin: auto;
}
.testo_categoria a {
	font-size: 1.3em;
	color: #FF6633;
	text-decoration: none;


}
#categorie_disegni {
	margin: auto;

}
#contenuto_gallerie_disegni {
	margin-left: 190px;
}
#container_galleria {
	margin-bottom: 30px;


}
.img_categoria a img:hover {
	height: 150px;
	width: 150px;
	border: 2px solid #FFcc33;
	margin: auto;
}
.testo_categoria a:hover {
	font-size: 1.3em;
	color: #FFcc33;
}
#infodisney {
	clear: both;
}
#contenuto_ildisegno {
	margin-left: 190px;
}
.testo h3 {
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
}
#link a {
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
}
#lista_pagine a {
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
	text-align: center;
}
#link_white a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

